| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 "//components/translate/core/browser", | 106 "//components/translate/core/browser", |
| 107 "//components/translate/core/common", | 107 "//components/translate/core/common", |
| 108 "//components/ui/zoom:ui_zoom", | 108 "//components/ui/zoom:ui_zoom", |
| 109 "//components/undo", | 109 "//components/undo", |
| 110 "//components/update_client", | 110 "//components/update_client", |
| 111 "//components/url_fixer", | 111 "//components/url_fixer", |
| 112 "//components/url_matcher", | 112 "//components/url_matcher", |
| 113 "//components/user_manager", | 113 "//components/user_manager", |
| 114 "//components/user_prefs", | 114 "//components/user_prefs", |
| 115 "//components/variations", | 115 "//components/variations", |
| 116 "//components/version_info", |
| 116 "//components/visitedlink/browser", | 117 "//components/visitedlink/browser", |
| 117 "//components/visitedlink/common", | 118 "//components/visitedlink/common", |
| 118 "//components/visitedlink/renderer", | 119 "//components/visitedlink/renderer", |
| 119 "//components/wallpaper", | 120 "//components/wallpaper", |
| 120 "//components/web_cache/browser", | 121 "//components/web_cache/browser", |
| 121 "//components/web_cache/common", | 122 "//components/web_cache/common", |
| 122 "//components/web_cache/renderer", | 123 "//components/web_cache/renderer", |
| 123 "//components/web_modal", | 124 "//components/web_modal", |
| 124 "//components/web_resource", | 125 "//components/web_resource", |
| 125 "//components/webcrypto", | 126 "//components/webcrypto", |
| (...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 | 495 |
| 495 deps = [ | 496 deps = [ |
| 496 "//base", | 497 "//base", |
| 497 "//base/test:test_support_perf", | 498 "//base/test:test_support_perf", |
| 498 "//testing/gtest", | 499 "//testing/gtest", |
| 499 "//testing/perf", | 500 "//testing/perf", |
| 500 "//content/test:test_support", | 501 "//content/test:test_support", |
| 501 "//components/visitedlink/browser", | 502 "//components/visitedlink/browser", |
| 502 ] | 503 ] |
| 503 } | 504 } |
| OLD | NEW |