| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "//components/tracing", | 100 "//components/tracing", |
| 101 "//components/translate/content/browser", | 101 "//components/translate/content/browser", |
| 102 "//components/translate/content/common", | 102 "//components/translate/content/common", |
| 103 "//components/translate/content/renderer", | 103 "//components/translate/content/renderer", |
| 104 "//components/translate/core/browser", | 104 "//components/translate/core/browser", |
| 105 "//components/translate/core/common", | 105 "//components/translate/core/common", |
| 106 "//components/ui/zoom:ui_zoom", | 106 "//components/ui/zoom:ui_zoom", |
| 107 "//components/undo", | 107 "//components/undo", |
| 108 "//components/update_client", | 108 "//components/update_client", |
| 109 "//components/url_fixer", | 109 "//components/url_fixer", |
| 110 "//components/url_formatter", |
| 110 "//components/url_matcher", | 111 "//components/url_matcher", |
| 111 "//components/user_manager", | 112 "//components/user_manager", |
| 112 "//components/user_prefs", | 113 "//components/user_prefs", |
| 113 "//components/variations", | 114 "//components/variations", |
| 114 "//components/visitedlink/browser", | 115 "//components/visitedlink/browser", |
| 115 "//components/visitedlink/common", | 116 "//components/visitedlink/common", |
| 116 "//components/visitedlink/renderer", | 117 "//components/visitedlink/renderer", |
| 117 "//components/wallpaper", | 118 "//components/wallpaper", |
| 118 "//components/web_cache/browser", | 119 "//components/web_cache/browser", |
| 119 "//components/web_cache/common", | 120 "//components/web_cache/common", |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 "//components/domain_reliability:unit_tests", | 286 "//components/domain_reliability:unit_tests", |
| 286 "//components/favicon_base:unit_tests", | 287 "//components/favicon_base:unit_tests", |
| 287 "//components/google/core/browser:unit_tests", | 288 "//components/google/core/browser:unit_tests", |
| 288 "//components/invalidation:unittests", | 289 "//components/invalidation:unittests", |
| 289 "//components/login:unit_tests", | 290 "//components/login:unit_tests", |
| 290 "//components/metrics:unit_tests", | 291 "//components/metrics:unit_tests", |
| 291 "//components/mime_util:unit_tests", | 292 "//components/mime_util:unit_tests", |
| 292 "//components/omnibox:unit_tests", | 293 "//components/omnibox:unit_tests", |
| 293 "//components/packed_ct_ev_whitelist:unit_tests", | 294 "//components/packed_ct_ev_whitelist:unit_tests", |
| 294 "//components/undo:unit_tests", | 295 "//components/undo:unit_tests", |
| 296 "//components/url_formatter:unit_tests", |
| 295 "//components/update_client:unit_tests", | 297 "//components/update_client:unit_tests", |
| 296 "//components/variations:unit_tests", | 298 "//components/variations:unit_tests", |
| 297 "//components/web_resource:unit_tests", | 299 "//components/web_resource:unit_tests", |
| 298 "//components/webcrypto:unit_tests", | 300 "//components/webcrypto:unit_tests", |
| 299 "//components/webdata/common:unit_tests", | 301 "//components/webdata/common:unit_tests", |
| 300 | 302 |
| 301 # These are the deps required by the code in this target. | 303 # These are the deps required by the code in this target. |
| 302 "//base", | 304 "//base", |
| 303 "//base/test:test_support", | 305 "//base/test:test_support", |
| 304 "//content/test:test_support", | 306 "//content/test:test_support", |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 | 431 |
| 430 deps = [ | 432 deps = [ |
| 431 "//base", | 433 "//base", |
| 432 "//base/test:test_support_perf", | 434 "//base/test:test_support_perf", |
| 433 "//testing/gtest", | 435 "//testing/gtest", |
| 434 "//testing/perf", | 436 "//testing/perf", |
| 435 "//content/test:test_support", | 437 "//content/test:test_support", |
| 436 "//components/visitedlink/browser", | 438 "//components/visitedlink/browser", |
| 437 ] | 439 ] |
| 438 } | 440 } |
| OLD | NEW |