OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
9 | 9 |
10 if (is_android) { | 10 if (is_android) { |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 "//components/search", | 46 "//components/search", |
47 "//components/search_engines", | 47 "//components/search_engines", |
48 "//components/sessions", | 48 "//components/sessions", |
49 "//components/sync_bookmarks", | 49 "//components/sync_bookmarks", |
50 "//components/undo", | 50 "//components/undo", |
51 "//components/strings", | 51 "//components/strings", |
52 "//components/leveldb_proto", | 52 "//components/leveldb_proto", |
53 "//components/pref_registry", | 53 "//components/pref_registry", |
54 "//components/omnibox/browser", | 54 "//components/omnibox/browser", |
55 "//components/infobars/core", | 55 "//components/infobars/core", |
| 56 "//components/signin/core/browser", |
56 "//components/translate/core/browser", | 57 "//components/translate/core/browser", |
57 "//components/translate/core/common", | 58 "//components/translate/core/common", |
58 "//components/version_ui", | 59 "//components/version_ui", |
59 "//components/os_crypt", | 60 "//components/os_crypt", |
60 ] | 61 ] |
61 | 62 |
62 if (!is_ios) { | 63 if (!is_ios) { |
63 deps += [ | 64 deps += [ |
64 "//components/bitmap_uploader", | 65 "//components/bitmap_uploader", |
65 "//components/enhanced_bookmarks", | 66 "//components/enhanced_bookmarks", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 "//components/precache/core", | 127 "//components/precache/core", |
127 "//components/precache/content", | 128 "//components/precache/content", |
128 "//components/proxy_config", | 129 "//components/proxy_config", |
129 "//components/query_parser", | 130 "//components/query_parser", |
130 "//components/rappor", | 131 "//components/rappor", |
131 "//components/renderer_context_menu", | 132 "//components/renderer_context_menu", |
132 "//components/resources:components_resources", | 133 "//components/resources:components_resources", |
133 "//components/safe_browsing_db", | 134 "//components/safe_browsing_db", |
134 "//components/search_provider_logos", | 135 "//components/search_provider_logos", |
135 "//components/security_interstitials/core", | 136 "//components/security_interstitials/core", |
136 "//components/signin/core/browser", | |
137 "//components/ssl_config", | 137 "//components/ssl_config", |
138 "//components/startup_metric_utils/common", | 138 "//components/startup_metric_utils/common", |
139 "//components/startup_metric_utils/browser", | 139 "//components/startup_metric_utils/browser", |
140 "//components/sync_driver", | 140 "//components/sync_driver", |
141 "//components/sync_sessions", | 141 "//components/sync_sessions", |
142 "//components/tracing", | 142 "//components/tracing", |
143 "//components/tracing:startup_tracing", | 143 "//components/tracing:startup_tracing", |
144 "//components/translate/content/browser", | 144 "//components/translate/content/browser", |
145 "//components/translate/content/common", | 145 "//components/translate/content/common", |
146 "//components/translate/content/renderer", | 146 "//components/translate/content/renderer", |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 | 221 |
222 if (is_chromeos && enable_arc) { | 222 if (is_chromeos && enable_arc) { |
223 deps += [ "//components/arc" ] | 223 deps += [ "//components/arc" ] |
224 } | 224 } |
225 } else { | 225 } else { |
226 deps += [ | 226 deps += [ |
227 "//components/autofill/ios/browser", | 227 "//components/autofill/ios/browser", |
228 "//components/dom_distiller/ios", | 228 "//components/dom_distiller/ios", |
229 "//components/history/ios/browser", | 229 "//components/history/ios/browser", |
230 "//components/keyed_service/ios", | 230 "//components/keyed_service/ios", |
| 231 "//components/signin/ios/browser", |
231 "//components/translate/ios/browser", | 232 "//components/translate/ios/browser", |
232 "//components/webp_transcode", | 233 "//components/webp_transcode", |
233 ] | 234 ] |
234 } | 235 } |
235 | 236 |
236 if (toolkit_views) { | 237 if (toolkit_views) { |
237 deps += [ "//components/constrained_window" ] | 238 deps += [ "//components/constrained_window" ] |
238 } | 239 } |
239 | 240 |
240 if (is_android) { | 241 if (is_android) { |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 "//components/search:unit_tests", | 350 "//components/search:unit_tests", |
350 "//components/sessions:unit_tests", | 351 "//components/sessions:unit_tests", |
351 "//components/syncable_prefs:unit_tests", | 352 "//components/syncable_prefs:unit_tests", |
352 "//components/undo:unit_tests", | 353 "//components/undo:unit_tests", |
353 "//net", | 354 "//net", |
354 "//ui/base", | 355 "//ui/base", |
355 "//ui/resources:ui_test_pak", | 356 "//ui/resources:ui_test_pak", |
356 "//components/search_engines:unit_tests", | 357 "//components/search_engines:unit_tests", |
357 "//components/undo:unit_tests", | 358 "//components/undo:unit_tests", |
358 "//components/leveldb_proto:unit_tests", | 359 "//components/leveldb_proto:unit_tests", |
| 360 "//components/signin/core/browser:unit_tests", |
359 "//components/suggestions:unit_tests", | 361 "//components/suggestions:unit_tests", |
360 "//components/translate/core/browser:unit_tests", | 362 "//components/translate/core/browser:unit_tests", |
361 "//components/translate/core/common:unit_tests", | 363 "//components/translate/core/common:unit_tests", |
362 "//components/translate/core/language_detection:unit_tests", | 364 "//components/translate/core/language_detection:unit_tests", |
363 "//components/omnibox/browser:unit_tests", | 365 "//components/omnibox/browser:unit_tests", |
364 "//components/os_crypt:unit_tests", | 366 "//components/os_crypt:unit_tests", |
365 ] | 367 ] |
366 | 368 |
367 if (!is_ios) { | 369 if (!is_ios) { |
368 deps += [ | 370 deps += [ |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 "//components/password_manager/content/browser:unit_tests", | 424 "//components/password_manager/content/browser:unit_tests", |
423 "//components/precache/content:unit_tests", | 425 "//components/precache/content:unit_tests", |
424 "//components/precache/core:unit_tests", | 426 "//components/precache/core:unit_tests", |
425 "//components/proxy_config:unit_tests", | 427 "//components/proxy_config:unit_tests", |
426 "//components/query_parser:unit_tests", | 428 "//components/query_parser:unit_tests", |
427 "//components/rappor:unit_tests", | 429 "//components/rappor:unit_tests", |
428 "//components/safe_browsing_db:unit_tests", | 430 "//components/safe_browsing_db:unit_tests", |
429 "//components/search_engines:unit_tests", | 431 "//components/search_engines:unit_tests", |
430 "//components/search:unit_tests", | 432 "//components/search:unit_tests", |
431 "//components/search_provider_logos:unit_tests", | 433 "//components/search_provider_logos:unit_tests", |
432 "//components/signin/core/browser:unit_tests", | |
433 "//components/ssl_config:unit_tests", | 434 "//components/ssl_config:unit_tests", |
434 "//components/sync_bookmarks:unit_tests", | 435 "//components/sync_bookmarks:unit_tests", |
435 "//components/sync_driver:unit_tests", | 436 "//components/sync_driver:unit_tests", |
436 "//components/sync_sessions:unit_tests", | 437 "//components/sync_sessions:unit_tests", |
437 "//components/url_formatter:unit_tests", | 438 "//components/url_formatter:unit_tests", |
438 "//components/url_matcher:unit_tests", | 439 "//components/url_matcher:unit_tests", |
439 "//components/update_client:unit_tests", | 440 "//components/update_client:unit_tests", |
440 "//components/upload_list:unit_tests", | 441 "//components/upload_list:unit_tests", |
441 "//components/user_prefs/tracked:unit_tests", | 442 "//components/user_prefs/tracked:unit_tests", |
442 "//components/variations:unit_tests", | 443 "//components/variations:unit_tests", |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
501 #'breakpad/app/crash_keys_win_unittest.cc', | 502 #'breakpad/app/crash_keys_win_unittest.cc', |
502 | 503 |
503 if (enable_configuration_policy) { | 504 if (enable_configuration_policy) { |
504 deps += [ | 505 deps += [ |
505 "//components/policy/core/browser:unit_tests", | 506 "//components/policy/core/browser:unit_tests", |
506 "//components/policy/core/common:unit_tests", | 507 "//components/policy/core/common:unit_tests", |
507 ] | 508 ] |
508 } | 509 } |
509 } else { | 510 } else { |
510 deps += [ | 511 deps += [ |
| 512 "//components/signin/ios/browser:unit_tests", |
511 "//components/translate/ios/browser:unit_tests", | 513 "//components/translate/ios/browser:unit_tests", |
512 "//components/webp_transcode:unit_tests", | 514 "//components/webp_transcode:unit_tests", |
513 ] | 515 ] |
514 } | 516 } |
515 | 517 |
516 if (toolkit_views) { | 518 if (toolkit_views) { |
517 # TODO bug 522654 Enable this when the undefined symbol is fixed in | 519 # TODO bug 522654 Enable this when the undefined symbol is fixed in |
518 # web_modal such that this links. | 520 # web_modal such that this links. |
519 #deps += [ "//components/constrained_window:unit_tests" ] | 521 #deps += [ "//components/constrained_window:unit_tests" ] |
520 } | 522 } |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
705 ] | 707 ] |
706 if (!is_ios) { | 708 if (!is_ios) { |
707 deps += [ | 709 deps += [ |
708 "//base", | 710 "//base", |
709 "//base/test:test_support_perf", | 711 "//base/test:test_support_perf", |
710 "//content/test:test_support", | 712 "//content/test:test_support", |
711 "//components/visitedlink/browser", | 713 "//components/visitedlink/browser", |
712 ] | 714 ] |
713 } | 715 } |
714 } | 716 } |
OLD | NEW |