| 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 # Collection of all components. You wouldn't link to this, but this is rather | 10 # Collection of all components. You wouldn't link to this, but this is rather |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "//components/browser_sync/common", | 21 "//components/browser_sync/common", |
| 22 "//components/bubble", | 22 "//components/bubble", |
| 23 "//components/captive_portal", | 23 "//components/captive_portal", |
| 24 "//components/chrome_apps", | 24 "//components/chrome_apps", |
| 25 "//components/component_updater", | 25 "//components/component_updater", |
| 26 "//components/compression", | 26 "//components/compression", |
| 27 "//components/crx_file", | 27 "//components/crx_file", |
| 28 "//components/data_reduction_proxy/core/browser", | 28 "//components/data_reduction_proxy/core/browser", |
| 29 "//components/data_reduction_proxy/core/common", | 29 "//components/data_reduction_proxy/core/common", |
| 30 "//components/device_event_log", | 30 "//components/device_event_log", |
| 31 "//components/flags_ui", |
| 31 "//components/google/core/browser", | 32 "//components/google/core/browser", |
| 33 "//components/infobars/core", |
| 34 "//components/leveldb_proto", |
| 35 "//components/omnibox/browser", |
| 36 "//components/pref_registry", |
| 32 "//components/search", | 37 "//components/search", |
| 33 "//components/search_engines", | 38 "//components/search_engines", |
| 34 "//components/sessions", | 39 "//components/sessions", |
| 40 "//components/strings", |
| 35 "//components/sync_bookmarks", | 41 "//components/sync_bookmarks", |
| 36 "//components/undo", | 42 "//components/undo", |
| 37 "//components/strings", | |
| 38 "//components/leveldb_proto", | |
| 39 "//components/pref_registry", | |
| 40 "//components/omnibox/browser", | |
| 41 "//components/infobars/core", | |
| 42 "//components/version_ui", | 43 "//components/version_ui", |
| 43 ] | 44 ] |
| 44 | 45 |
| 45 if (!is_ios) { | 46 if (!is_ios) { |
| 46 deps += [ | 47 deps += [ |
| 47 "//components/dom_distiller/core", | 48 "//components/dom_distiller/core", |
| 48 "//components/enhanced_bookmarks", | 49 "//components/enhanced_bookmarks", |
| 49 "//components/certificate_reporting", | 50 "//components/certificate_reporting", |
| 50 "//components/cdm/browser", | 51 "//components/cdm/browser", |
| 51 "//components/about_handler", | 52 "//components/about_handler", |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 | 308 |
| 308 deps = [ | 309 deps = [ |
| 309 "//base", | 310 "//base", |
| 310 "//base/test:test_support", | 311 "//base/test:test_support", |
| 311 "//components/bookmarks/browser:unit_tests", | 312 "//components/bookmarks/browser:unit_tests", |
| 312 "//components/bookmarks/managed:unit_tests", | 313 "//components/bookmarks/managed:unit_tests", |
| 313 "//components/compression:unit_tests", | 314 "//components/compression:unit_tests", |
| 314 "//components/content_settings/core/common", | 315 "//components/content_settings/core/common", |
| 315 "//components/data_usage/core:unit_tests", | 316 "//components/data_usage/core:unit_tests", |
| 316 "//components/data_use_measurement/content:unit_tests", | 317 "//components/data_use_measurement/content:unit_tests", |
| 318 "//components/flags_ui:unit_tests", |
| 317 "//components/google/core/browser:unit_tests", | 319 "//components/google/core/browser:unit_tests", |
| 320 "//components/leveldb_proto:unit_tests", |
| 318 "//components/net_log:unit_tests", | 321 "//components/net_log:unit_tests", |
| 322 "//components/omnibox/browser:unit_tests", |
| 319 "//components/search:unit_tests", | 323 "//components/search:unit_tests", |
| 324 "//components/search_engines:unit_tests", |
| 320 "//components/sessions:unit_tests", | 325 "//components/sessions:unit_tests", |
| 326 "//components/suggestions:unit_tests", |
| 321 "//components/syncable_prefs:unit_tests", | 327 "//components/syncable_prefs:unit_tests", |
| 322 "//components/undo:unit_tests", | 328 "//components/undo:unit_tests", |
| 329 "//components/undo:unit_tests", |
| 323 "//net", | 330 "//net", |
| 324 "//ui/base", | 331 "//ui/base", |
| 325 "//ui/resources:ui_test_pak", | 332 "//ui/resources:ui_test_pak", |
| 326 "//components/search_engines:unit_tests", | |
| 327 "//components/undo:unit_tests", | |
| 328 "//components/leveldb_proto:unit_tests", | |
| 329 "//components/suggestions:unit_tests", | |
| 330 "//components/omnibox/browser:unit_tests", | |
| 331 ] | 333 ] |
| 332 | 334 |
| 333 if (!is_ios) { | 335 if (!is_ios) { |
| 334 deps += [ | 336 deps += [ |
| 335 "//components/certificate_transparency:unit_tests", | 337 "//components/certificate_transparency:unit_tests", |
| 336 "//components/enhanced_bookmarks:unit_tests", | 338 "//components/enhanced_bookmarks:unit_tests", |
| 337 "//components/error_page/renderer:unit_tests", | 339 "//components/error_page/renderer:unit_tests", |
| 338 "//components/guest_view/browser:unit_tests", | 340 "//components/guest_view/browser:unit_tests", |
| 339 "//components/navigation_interception:unit_tests", | 341 "//components/navigation_interception:unit_tests", |
| 340 "//components/network_hints/renderer:unit_tests", | 342 "//components/network_hints/renderer:unit_tests", |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 ] | 629 ] |
| 628 if (!is_ios) { | 630 if (!is_ios) { |
| 629 deps += [ | 631 deps += [ |
| 630 "//base", | 632 "//base", |
| 631 "//base/test:test_support_perf", | 633 "//base/test:test_support_perf", |
| 632 "//content/test:test_support", | 634 "//content/test:test_support", |
| 633 "//components/visitedlink/browser", | 635 "//components/visitedlink/browser", |
| 634 ] | 636 ] |
| 635 } | 637 } |
| 636 } | 638 } |
| OLD | NEW |