| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 | 443 |
| 443 deps = [ | 444 deps = [ |
| 444 "//base", | 445 "//base", |
| 445 "//base/test:test_support_perf", | 446 "//base/test:test_support_perf", |
| 446 "//testing/gtest", | 447 "//testing/gtest", |
| 447 "//testing/perf", | 448 "//testing/perf", |
| 448 "//content/test:test_support", | 449 "//content/test:test_support", |
| 449 "//components/visitedlink/browser", | 450 "//components/visitedlink/browser", |
| 450 ] | 451 ] |
| 451 } | 452 } |
| OLD | NEW |