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', | |
69 '../google_apis/google_apis.gyp:google_apis', | 68 '../google_apis/google_apis.gyp:google_apis', |
70 '../net/net.gyp:net', | 69 '../net/net.gyp:net', |
71 '../skia/skia.gyp:skia', | 70 '../skia/skia.gyp:skia', |
72 '../sql/sql.gyp:sql', | 71 '../sql/sql.gyp:sql', |
73 '../sync/sync.gyp:sync', | 72 '../sync/sync.gyp:sync', |
74 '../third_party/fips181/fips181.gyp:fips181', | 73 '../third_party/fips181/fips181.gyp:fips181', |
75 '../third_party/icu/icu.gyp:icui18n', | 74 '../third_party/icu/icu.gyp:icui18n', |
76 '../third_party/icu/icu.gyp:icuuc', | 75 '../third_party/icu/icu.gyp:icuuc', |
77 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', | 76 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util
', |
78 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 77 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
79 '../third_party/re2/re2.gyp:re2', | 78 '../third_party/re2/re2.gyp:re2', |
80 '../ui/base/ui_base.gyp:ui_base', | 79 '../ui/base/ui_base.gyp:ui_base', |
81 '../ui/gfx/gfx.gyp:gfx', | 80 '../ui/gfx/gfx.gyp:gfx', |
82 '../ui/gfx/gfx.gyp:gfx_geometry', | 81 '../ui/gfx/gfx.gyp:gfx_geometry', |
83 '../ui/gfx/gfx.gyp:gfx_vector_icons', | 82 '../ui/gfx/gfx.gyp:gfx_vector_icons', |
84 '../url/url.gyp:url_lib', | 83 '../url/url.gyp:url_lib', |
85 'autofill_core_common', | 84 'autofill_core_common', |
86 'autofill_server_proto', | 85 'autofill_server_proto', |
87 'components_resources.gyp:components_resources', | 86 'components_resources.gyp:components_resources', |
88 'components_strings.gyp:components_strings', | 87 'components_strings.gyp:components_strings', |
89 'data_use_measurement_core', | 88 'data_use_measurement_core', |
90 'infobars_core', | 89 'infobars_core', |
91 'keyed_service_core', | 90 'keyed_service_core', |
92 'os_crypt', | 91 'os_crypt', |
93 'pref_registry', | 92 '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', | |
281 '../base/base.gyp:test_support_base', | 280 '../base/base.gyp:test_support_base', |
282 '../skia/skia.gyp:skia', | 281 '../skia/skia.gyp:skia', |
283 '../testing/gtest.gyp:gtest', | 282 '../testing/gtest.gyp:gtest', |
284 'autofill_core_common', | 283 'autofill_core_common', |
285 'autofill_core_browser', | 284 'autofill_core_browser', |
286 'os_crypt', | 285 'os_crypt', |
287 'pref_registry', | 286 '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', | |
384 '../content/content.gyp:content_browser', | 383 '../content/content.gyp:content_browser', |
385 '../content/content.gyp:content_common', | 384 '../content/content.gyp:content_common', |
386 '../google_apis/google_apis.gyp:google_apis', | 385 '../google_apis/google_apis.gyp:google_apis', |
387 '../ipc/ipc.gyp:ipc', | 386 '../ipc/ipc.gyp:ipc', |
388 '../net/net.gyp:net', | 387 '../net/net.gyp:net', |
389 '../skia/skia.gyp:skia', | 388 '../skia/skia.gyp:skia', |
390 '../sql/sql.gyp:sql', | 389 '../sql/sql.gyp:sql', |
391 '../third_party/icu/icu.gyp:icui18n', | 390 '../third_party/icu/icu.gyp:icui18n', |
392 '../third_party/icu/icu.gyp:icuuc', | 391 '../third_party/icu/icu.gyp:icuuc', |
393 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 392 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
394 '../ui/base/ui_base.gyp:ui_base', | 393 '../ui/base/ui_base.gyp:ui_base', |
395 '../ui/gfx/gfx.gyp:gfx', | 394 '../ui/gfx/gfx.gyp:gfx', |
396 '../ui/gfx/gfx.gyp:gfx_geometry', | 395 '../ui/gfx/gfx.gyp:gfx_geometry', |
397 '../url/url.gyp:url_lib', | 396 '../url/url.gyp:url_lib', |
398 'autofill_content_common', | 397 'autofill_content_common', |
399 'autofill_content_risk_proto', | 398 'autofill_content_risk_proto', |
400 'autofill_core_browser', | 399 'autofill_core_browser', |
401 'autofill_core_common', | 400 'autofill_core_common', |
402 'autofill_server_proto', | 401 'autofill_server_proto', |
403 'components_resources.gyp:components_resources', | 402 'components_resources.gyp:components_resources', |
404 'components_strings.gyp:components_strings', | 403 'components_strings.gyp:components_strings', |
405 'os_crypt', | 404 '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 |