1 # This file is generated by gyp; do not edit. 2 3 include $(CLEAR_VARS) 4 5 LOCAL_MODULE_CLASS := STATIC_LIBRARIES 6 LOCAL_MODULE := components_autofill_core_common_gyp 7 LOCAL_MODULE_SUFFIX := .a 8 LOCAL_MODULE_TAGS := optional 9 gyp_intermediate_dir := $(call local-intermediates-dir) 10 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared) 11 12 # Make sure our deps are built first. 13 GYP_TARGET_DEPENDENCIES := \ 14 $(call intermediates-dir-for,GYP,third_party_WebKit_public_blink_minimal_gyp)/blink_minimal.stamp \ 15 $(call intermediates-dir-for,STATIC_LIBRARIES,ui_ui_gyp)/ui_ui_gyp.a \ 16 $(call intermediates-dir-for,GYP,components_autofill_jni_headers_gyp)/autofill_jni_headers.stamp 17 18 GYP_GENERATED_OUTPUTS := 19 20 # Make sure our deps and generated files are built first. 21 LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS) 22 23 LOCAL_CPP_EXTENSION := .cc 24 LOCAL_GENERATED_SOURCES := 25 26 GYP_COPIED_SOURCE_ORIGIN_DIRS := 27 28 LOCAL_SRC_FILES := \ 29 components/autofill/core/browser/android/auxiliary_profile_loader_android.cc \ 30 components/autofill/core/browser/android/auxiliary_profiles_android.cc \ 31 components/autofill/core/browser/android/component_jni_registrar.cc \ 32 components/autofill/core/browser/android/personal_data_manager_android.cc \ 33 components/autofill/core/common/autofill_constants.cc \ 34 components/autofill/core/common/autofill_message_generator.cc \ 35 components/autofill/core/common/autofill_pref_names.cc \ 36 components/autofill/core/common/autofill_switches.cc \ 37 components/autofill/core/common/form_data.cc \ 38 components/autofill/core/common/form_data_predictions.cc \ 39 components/autofill/core/common/form_field_data.cc \ 40 components/autofill/core/common/form_field_data_predictions.cc \ 41 components/autofill/core/common/password_form_fill_data.cc \ 42 components/autofill/core/common/password_generation_util.cc \ 43 components/autofill/core/common/web_element_descriptor.cc 44 45 46 # Flags passed to both C and C++ files. 47 MY_CFLAGS_Debug := \ 48 -fstack-protector \ 49 --param=ssp-buffer-size=4 \ 50 -Werror \ 51 -fno-exceptions \ 52 -fno-strict-aliasing \ 53 -Wall \ 54 -Wno-unused-parameter \ 55 -Wno-missing-field-initializers \ 56 -fvisibility=hidden \ 57 -pipe \ 58 -fPIC \ 59 -fno-tree-sra \ 60 -fuse-ld=gold \ 61 -Wno-psabi \ 62 -ffunction-sections \ 63 -funwind-tables \ 64 -g \ 65 -fstack-protector \ 66 -fno-short-enums \ 67 -finline-limit=64 \ 68 -Wa,--noexecstack \ 69 -U_FORTIFY_SOURCE \ 70 -Wno-extra \ 71 -Wno-ignored-qualifiers \ 72 -Wno-type-limits \ 73 -Os \ 74 -g \ 75 -fomit-frame-pointer \ 76 -fdata-sections \ 77 -ffunction-sections 78 79 MY_DEFS_Debug := \ 80 '-DANGLE_DX11' \ 81 '-D_FILE_OFFSET_BITS=64' \ 82 '-DNO_TCMALLOC' \ 83 '-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \ 84 '-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \ 85 '-DDISABLE_NACL' \ 86 '-DCHROMIUM_BUILD' \ 87 '-DUSE_LIBJPEG_TURBO=1' \ 88 '-DUSE_PROPRIETARY_CODECS' \ 89 '-DENABLE_CONFIGURATION_POLICY' \ 90 '-DLOGGING_IS_OFFICIAL_BUILD=1' \ 91 '-DTRACING_IS_OFFICIAL_BUILD=1' \ 92 '-DENABLE_GPU=1' \ 93 '-DUSE_OPENSSL=1' \ 94 '-DENABLE_EGLIMAGE=1' \ 95 '-DENABLE_PRINTING=1' \ 96 '-DPOSIX_AVOID_MMAP' \ 97 '-DU_USING_ICU_NAMESPACE=0' \ 98 '-D__STDC_CONSTANT_MACROS' \ 99 '-D__STDC_FORMAT_MACROS' \ 100 '-DANDROID' \ 101 '-D__GNU_SOURCE=1' \ 102 '-DUSE_STLPORT=1' \ 103 '-D_STLP_USE_PTR_SPECIALIZATIONS=1' \ 104 '-DCHROME_BUILD_ID=""' \ 105 '-DDYNAMIC_ANNOTATIONS_ENABLED=1' \ 106 '-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \ 107 '-D_DEBUG' 108 109 110 # Include paths placed before CFLAGS/CPPFLAGS 111 LOCAL_C_INCLUDES_Debug := \ 112 $(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \ 113 $(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \ 114 $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target \ 115 $(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \ 116 $(LOCAL_PATH) \ 117 $(gyp_shared_intermediate_dir)/autofill \ 118 $(LOCAL_PATH)/third_party/khronos \ 119 $(LOCAL_PATH)/gpu \ 120 $(LOCAL_PATH)/third_party/skia/src/core \ 121 $(LOCAL_PATH)/skia/ext \ 122 $(LOCAL_PATH)/v8/include \ 123 $(PWD)/external/icu4c/common \ 124 $(PWD)/external/icu4c/i18n \ 125 $(PWD)/frameworks/wilhelm/include \ 126 $(PWD)/bionic \ 127 $(PWD)/external/stlport/stlport 128 129 130 # Flags passed to only C++ (and not C) files. 131 LOCAL_CPPFLAGS_Debug := \ 132 -fno-rtti \ 133 -fno-threadsafe-statics \ 134 -fvisibility-inlines-hidden \ 135 -Wsign-compare \ 136 -Wno-abi \ 137 -Wno-error=c++0x-compat \ 138 -Wno-non-virtual-dtor \ 139 -Wno-sign-promo 140 141 142 # Flags passed to both C and C++ files. 143 MY_CFLAGS_Release := \ 144 -fstack-protector \ 145 --param=ssp-buffer-size=4 \ 146 -Werror \ 147 -fno-exceptions \ 148 -fno-strict-aliasing \ 149 -Wall \ 150 -Wno-unused-parameter \ 151 -Wno-missing-field-initializers \ 152 -fvisibility=hidden \ 153 -pipe \ 154 -fPIC \ 155 -fno-tree-sra \ 156 -fuse-ld=gold \ 157 -Wno-psabi \ 158 -ffunction-sections \ 159 -funwind-tables \ 160 -g \ 161 -fstack-protector \ 162 -fno-short-enums \ 163 -finline-limit=64 \ 164 -Wa,--noexecstack \ 165 -U_FORTIFY_SOURCE \ 166 -Wno-extra \ 167 -Wno-ignored-qualifiers \ 168 -Wno-type-limits \ 169 -Os \ 170 -fno-ident \ 171 -fdata-sections \ 172 -ffunction-sections \ 173 -fomit-frame-pointer 174 175 MY_DEFS_Release := \ 176 '-DANGLE_DX11' \ 177 '-D_FILE_OFFSET_BITS=64' \ 178 '-DNO_TCMALLOC' \ 179 '-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \ 180 '-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \ 181 '-DDISABLE_NACL' \ 182 '-DCHROMIUM_BUILD' \ 183 '-DUSE_LIBJPEG_TURBO=1' \ 184 '-DUSE_PROPRIETARY_CODECS' \ 185 '-DENABLE_CONFIGURATION_POLICY' \ 186 '-DLOGGING_IS_OFFICIAL_BUILD=1' \ 187 '-DTRACING_IS_OFFICIAL_BUILD=1' \ 188 '-DENABLE_GPU=1' \ 189 '-DUSE_OPENSSL=1' \ 190 '-DENABLE_EGLIMAGE=1' \ 191 '-DENABLE_PRINTING=1' \ 192 '-DPOSIX_AVOID_MMAP' \ 193 '-DU_USING_ICU_NAMESPACE=0' \ 194 '-D__STDC_CONSTANT_MACROS' \ 195 '-D__STDC_FORMAT_MACROS' \ 196 '-DANDROID' \ 197 '-D__GNU_SOURCE=1' \ 198 '-DUSE_STLPORT=1' \ 199 '-D_STLP_USE_PTR_SPECIALIZATIONS=1' \ 200 '-DCHROME_BUILD_ID=""' \ 201 '-DNDEBUG' \ 202 '-DNVALGRIND' \ 203 '-DDYNAMIC_ANNOTATIONS_ENABLED=0' \ 204 '-D_FORTIFY_SOURCE=2' 205 206 207 # Include paths placed before CFLAGS/CPPFLAGS 208 LOCAL_C_INCLUDES_Release := \ 209 $(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \ 210 $(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \ 211 $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target \ 212 $(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \ 213 $(LOCAL_PATH) \ 214 $(gyp_shared_intermediate_dir)/autofill \ 215 $(LOCAL_PATH)/third_party/khronos \ 216 $(LOCAL_PATH)/gpu \ 217 $(LOCAL_PATH)/third_party/skia/src/core \ 218 $(LOCAL_PATH)/skia/ext \ 219 $(LOCAL_PATH)/v8/include \ 220 $(PWD)/external/icu4c/common \ 221 $(PWD)/external/icu4c/i18n \ 222 $(PWD)/frameworks/wilhelm/include \ 223 $(PWD)/bionic \ 224 $(PWD)/external/stlport/stlport 225 226 227 # Flags passed to only C++ (and not C) files. 228 LOCAL_CPPFLAGS_Release := \ 229 -fno-rtti \ 230 -fno-threadsafe-statics \ 231 -fvisibility-inlines-hidden \ 232 -Wsign-compare \ 233 -Wno-abi \ 234 -Wno-error=c++0x-compat \ 235 -Wno-non-virtual-dtor \ 236 -Wno-sign-promo 237 238 239 LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION)) 240 LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION)) 241 LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION)) 242 ### Rules for final target. 243 244 LOCAL_LDFLAGS_Debug := \ 245 -Wl,-z,now \ 246 -Wl,-z,relro \ 247 -Wl,-z,noexecstack \ 248 -fPIC \ 249 -Wl,-z,relro \ 250 -Wl,-z,now \ 251 -fuse-ld=gold \ 252 -nostdlib \ 253 -Wl,--no-undefined \ 254 -Wl,--exclude-libs=ALL \ 255 -Wl,--icf=safe \ 256 -Wl,--fatal-warnings \ 257 -Wl,--gc-sections \ 258 -Wl,--warn-shared-textrel \ 259 -Wl,-O1 \ 260 -Wl,--as-needed 261 262 263 LOCAL_LDFLAGS_Release := \ 264 -Wl,-z,now \ 265 -Wl,-z,relro \ 266 -Wl,-z,noexecstack \ 267 -fPIC \ 268 -Wl,-z,relro \ 269 -Wl,-z,now \ 270 -fuse-ld=gold \ 271 -nostdlib \ 272 -Wl,--no-undefined \ 273 -Wl,--exclude-libs=ALL \ 274 -Wl,--icf=safe \ 275 -Wl,-O1 \ 276 -Wl,--as-needed \ 277 -Wl,--gc-sections \ 278 -Wl,--fatal-warnings \ 279 -Wl,--warn-shared-textrel 280 281 282 LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION)) 283 284 LOCAL_STATIC_LIBRARIES := \ 285 ui_ui_gyp 286 287 # Enable grouping to fix circular references 288 LOCAL_GROUP_STATIC_LIBRARIES := true 289 290 LOCAL_SHARED_LIBRARIES := \ 291 libskia \ 292 libstlport \ 293 libdl 294 295 # Add target alias to "gyp_all_modules" target. 296 .PHONY: gyp_all_modules 297 gyp_all_modules: components_autofill_core_common_gyp 298 299 # Alias gyp target name. 300 .PHONY: autofill_core_common 301 autofill_core_common: components_autofill_core_common_gyp 302 303 include $(BUILD_STATIC_LIBRARY) 304