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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 "//components/ui/zoom", | 115 "//components/ui/zoom", |
116 "//components/undo", | 116 "//components/undo", |
117 "//components/update_client", | 117 "//components/update_client", |
118 "//components/upload_list", | 118 "//components/upload_list", |
119 "//components/url_formatter", | 119 "//components/url_formatter", |
120 "//components/url_matcher", | 120 "//components/url_matcher", |
121 "//components/user_manager", | 121 "//components/user_manager", |
122 "//components/user_prefs", | 122 "//components/user_prefs", |
123 "//components/user_prefs/tracked:user_prefs_tracked", | 123 "//components/user_prefs/tracked:user_prefs_tracked", |
124 "//components/variations", | 124 "//components/variations", |
| 125 "//components/variations/service", |
125 "//components/version_info", | 126 "//components/version_info", |
126 "//components/visitedlink/browser", | 127 "//components/visitedlink/browser", |
127 "//components/visitedlink/common", | 128 "//components/visitedlink/common", |
128 "//components/visitedlink/renderer", | 129 "//components/visitedlink/renderer", |
129 "//components/wallpaper", | 130 "//components/wallpaper", |
130 "//components/web_cache/browser", | 131 "//components/web_cache/browser", |
131 "//components/web_cache/common", | 132 "//components/web_cache/common", |
132 "//components/web_cache/renderer", | 133 "//components/web_cache/renderer", |
133 "//components/web_modal", | 134 "//components/web_modal", |
134 "//components/web_resource", | 135 "//components/web_resource", |
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 | 585 |
585 deps = [ | 586 deps = [ |
586 "//base", | 587 "//base", |
587 "//base/test:test_support_perf", | 588 "//base/test:test_support_perf", |
588 "//testing/gtest", | 589 "//testing/gtest", |
589 "//testing/perf", | 590 "//testing/perf", |
590 "//content/test:test_support", | 591 "//content/test:test_support", |
591 "//components/visitedlink/browser", | 592 "//components/visitedlink/browser", |
592 ] | 593 ] |
593 } | 594 } |
OLD | NEW |