| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //components/autofill/core/common | 8 # GN version: //components/autofill/core/common |
| 9 'target_name': 'autofill_core_common', | 9 'target_name': 'autofill_core_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 { | 58 { |
| 59 # GN version: //components/autofill/core/browser | 59 # GN version: //components/autofill/core/browser |
| 60 'target_name': 'autofill_core_browser', | 60 'target_name': 'autofill_core_browser', |
| 61 'type': 'static_library', | 61 'type': 'static_library', |
| 62 'include_dirs': [ | 62 'include_dirs': [ |
| 63 '..', | 63 '..', |
| 64 ], | 64 ], |
| 65 'dependencies': [ | 65 'dependencies': [ |
| 66 '../base/base.gyp:base', | 66 '../base/base.gyp:base', |
| 67 '../base/base.gyp:base_i18n', | 67 '../base/base.gyp:base_i18n', |
| 68 '../base/base.gyp:base_prefs', |
| 68 '../google_apis/google_apis.gyp:google_apis', | 69 '../google_apis/google_apis.gyp:google_apis', |
| 69 '../net/net.gyp:net', | 70 '../net/net.gyp:net', |
| 70 '../skia/skia.gyp:skia', | 71 '../skia/skia.gyp:skia', |
| 71 '../sql/sql.gyp:sql', | 72 '../sql/sql.gyp:sql', |
| 72 '../sync/sync.gyp:sync', | 73 '../sync/sync.gyp:sync', |
| 73 '../third_party/fips181/fips181.gyp:fips181', | 74 '../third_party/fips181/fips181.gyp:fips181', |
| 74 '../third_party/icu/icu.gyp:icui18n', | 75 '../third_party/icu/icu.gyp:icui18n', |
| 75 '../third_party/icu/icu.gyp:icuuc', | 76 '../third_party/icu/icu.gyp:icuuc', |
| 76 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', | 77 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', |
| 77 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 78 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 78 '../third_party/re2/re2.gyp:re2', | 79 '../third_party/re2/re2.gyp:re2', |
| 79 '../ui/base/ui_base.gyp:ui_base', | 80 '../ui/base/ui_base.gyp:ui_base', |
| 80 '../ui/gfx/gfx.gyp:gfx', | 81 '../ui/gfx/gfx.gyp:gfx', |
| 81 '../ui/gfx/gfx.gyp:gfx_geometry', | 82 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 82 '../ui/gfx/gfx.gyp:gfx_vector_icons', | 83 '../ui/gfx/gfx.gyp:gfx_vector_icons', |
| 83 '../url/url.gyp:url_lib', | 84 '../url/url.gyp:url_lib', |
| 84 'autofill_core_common', | 85 'autofill_core_common', |
| 85 'autofill_server_proto', | 86 'autofill_server_proto', |
| 86 'components_resources.gyp:components_resources', | 87 'components_resources.gyp:components_resources', |
| 87 'components_strings.gyp:components_strings', | 88 'components_strings.gyp:components_strings', |
| 88 'data_use_measurement_core', | 89 'data_use_measurement_core', |
| 89 'infobars_core', | 90 'infobars_core', |
| 90 'keyed_service_core', | 91 'keyed_service_core', |
| 91 'os_crypt', | 92 'os_crypt', |
| 92 'pref_registry', | 93 'pref_registry', |
| 93 'prefs/prefs.gyp:prefs', | |
| 94 'rappor', | 94 'rappor', |
| 95 'signin_core_browser', | 95 'signin_core_browser', |
| 96 'signin_core_common', | 96 'signin_core_common', |
| 97 'sync_driver', | 97 'sync_driver', |
| 98 'variations_net', | 98 'variations_net', |
| 99 'webdata_common', | 99 'webdata_common', |
| 100 ], | 100 ], |
| 101 'sources': [ | 101 'sources': [ |
| 102 'autofill/core/browser/address.cc', | 102 'autofill/core/browser/address.cc', |
| 103 'autofill/core/browser/address.h', | 103 'autofill/core/browser/address.h', |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 }, | 270 }, |
| 271 'includes': [ '../build/protoc.gypi' ] | 271 'includes': [ '../build/protoc.gypi' ] |
| 272 }, | 272 }, |
| 273 | 273 |
| 274 { | 274 { |
| 275 # GN version: //components/autofill/core/browser:test_support | 275 # GN version: //components/autofill/core/browser:test_support |
| 276 'target_name': 'autofill_core_test_support', | 276 'target_name': 'autofill_core_test_support', |
| 277 'type': 'static_library', | 277 'type': 'static_library', |
| 278 'dependencies': [ | 278 'dependencies': [ |
| 279 '../base/base.gyp:base', | 279 '../base/base.gyp:base', |
| 280 '../base/base.gyp:base_prefs', |
| 280 '../base/base.gyp:test_support_base', | 281 '../base/base.gyp:test_support_base', |
| 281 '../skia/skia.gyp:skia', | 282 '../skia/skia.gyp:skia', |
| 282 '../testing/gtest.gyp:gtest', | 283 '../testing/gtest.gyp:gtest', |
| 283 'autofill_core_common', | 284 'autofill_core_common', |
| 284 'autofill_core_browser', | 285 'autofill_core_browser', |
| 285 'os_crypt', | 286 'os_crypt', |
| 286 'pref_registry', | 287 'pref_registry', |
| 287 'prefs/prefs.gyp:prefs', | |
| 288 'rappor', | 288 'rappor', |
| 289 'signin_core_browser_test_support', | 289 'signin_core_browser_test_support', |
| 290 ], | 290 ], |
| 291 'sources': [ | 291 'sources': [ |
| 292 'autofill/core/browser/autofill_test_utils.cc', | 292 'autofill/core/browser/autofill_test_utils.cc', |
| 293 'autofill/core/browser/autofill_test_utils.h', | 293 'autofill/core/browser/autofill_test_utils.h', |
| 294 'autofill/core/browser/data_driven_test.cc', | 294 'autofill/core/browser/data_driven_test.cc', |
| 295 'autofill/core/browser/data_driven_test.h', | 295 'autofill/core/browser/data_driven_test.h', |
| 296 'autofill/core/browser/suggestion_test_helpers.h', | 296 'autofill/core/browser/suggestion_test_helpers.h', |
| 297 'autofill/core/browser/test_autofill_client.cc', | 297 'autofill/core/browser/test_autofill_client.cc', |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 { | 373 { |
| 374 # GN version: //components/autofill/content/browser | 374 # GN version: //components/autofill/content/browser |
| 375 'target_name': 'autofill_content_browser', | 375 'target_name': 'autofill_content_browser', |
| 376 'type': 'static_library', | 376 'type': 'static_library', |
| 377 'include_dirs': [ | 377 'include_dirs': [ |
| 378 '..', | 378 '..', |
| 379 ], | 379 ], |
| 380 'dependencies': [ | 380 'dependencies': [ |
| 381 '../base/base.gyp:base', | 381 '../base/base.gyp:base', |
| 382 '../base/base.gyp:base_i18n', | 382 '../base/base.gyp:base_i18n', |
| 383 '../base/base.gyp:base_prefs', |
| 383 '../content/content.gyp:content_browser', | 384 '../content/content.gyp:content_browser', |
| 384 '../content/content.gyp:content_common', | 385 '../content/content.gyp:content_common', |
| 385 '../google_apis/google_apis.gyp:google_apis', | 386 '../google_apis/google_apis.gyp:google_apis', |
| 386 '../ipc/ipc.gyp:ipc', | 387 '../ipc/ipc.gyp:ipc', |
| 387 '../net/net.gyp:net', | 388 '../net/net.gyp:net', |
| 388 '../skia/skia.gyp:skia', | 389 '../skia/skia.gyp:skia', |
| 389 '../sql/sql.gyp:sql', | 390 '../sql/sql.gyp:sql', |
| 390 '../third_party/icu/icu.gyp:icui18n', | 391 '../third_party/icu/icu.gyp:icui18n', |
| 391 '../third_party/icu/icu.gyp:icuuc', | 392 '../third_party/icu/icu.gyp:icuuc', |
| 392 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 393 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 393 '../ui/base/ui_base.gyp:ui_base', | 394 '../ui/base/ui_base.gyp:ui_base', |
| 394 '../ui/gfx/gfx.gyp:gfx', | 395 '../ui/gfx/gfx.gyp:gfx', |
| 395 '../ui/gfx/gfx.gyp:gfx_geometry', | 396 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 396 '../url/url.gyp:url_lib', | 397 '../url/url.gyp:url_lib', |
| 397 'autofill_content_common', | 398 'autofill_content_common', |
| 398 'autofill_content_risk_proto', | 399 'autofill_content_risk_proto', |
| 399 'autofill_core_browser', | 400 'autofill_core_browser', |
| 400 'autofill_core_common', | 401 'autofill_core_common', |
| 401 'autofill_server_proto', | 402 'autofill_server_proto', |
| 402 'components_resources.gyp:components_resources', | 403 'components_resources.gyp:components_resources', |
| 403 'components_strings.gyp:components_strings', | 404 'components_strings.gyp:components_strings', |
| 404 'os_crypt', | 405 'os_crypt', |
| 405 'prefs/prefs.gyp:prefs', | |
| 406 'user_prefs', | 406 'user_prefs', |
| 407 'webdata_common', | 407 'webdata_common', |
| 408 ], | 408 ], |
| 409 'sources': [ | 409 'sources': [ |
| 410 'autofill/content/browser/content_autofill_driver.cc', | 410 'autofill/content/browser/content_autofill_driver.cc', |
| 411 'autofill/content/browser/content_autofill_driver.h', | 411 'autofill/content/browser/content_autofill_driver.h', |
| 412 'autofill/content/browser/content_autofill_driver_factory.cc', | 412 'autofill/content/browser/content_autofill_driver_factory.cc', |
| 413 'autofill/content/browser/content_autofill_driver_factory.h', | 413 'autofill/content/browser/content_autofill_driver_factory.h', |
| 414 'autofill/content/browser/request_autocomplete_manager.cc', | 414 'autofill/content/browser/request_autocomplete_manager.cc', |
| 415 'autofill/content/browser/request_autocomplete_manager.h', | 415 'autofill/content/browser/request_autocomplete_manager.h', |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 ], | 532 ], |
| 533 }, | 533 }, |
| 534 'includes': [ | 534 'includes': [ |
| 535 '../ios/web/js_compile_checked.gypi', | 535 '../ios/web/js_compile_checked.gypi', |
| 536 ], | 536 ], |
| 537 }, | 537 }, |
| 538 ], | 538 ], |
| 539 }], | 539 }], |
| 540 ], | 540 ], |
| 541 } | 541 } |
| OLD | NEW |