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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 deps += [ | 235 deps += [ |
236 "//components/copresence", | 236 "//components/copresence", |
237 "//components/storage_monitor", | 237 "//components/storage_monitor", |
238 ] | 238 ] |
239 } | 239 } |
240 | 240 |
241 if (!is_ios) { | 241 if (!is_ios) { |
242 deps += [ | 242 deps += [ |
243 "//components/app_modal", | 243 "//components/app_modal", |
244 "//components/browsing_data", | 244 "//components/browsing_data", |
| 245 "//components/certificate_transparency", |
245 "//components/guest_view/browser", | 246 "//components/guest_view/browser", |
246 "//components/guest_view/common", | 247 "//components/guest_view/common", |
247 "//components/guest_view/renderer", | 248 "//components/guest_view/renderer", |
248 "//components/safe_json", | 249 "//components/safe_json", |
249 "//components/scheduler", | 250 "//components/scheduler", |
250 "//components/test_runner", | 251 "//components/test_runner", |
251 ] | 252 ] |
252 } | 253 } |
253 | 254 |
254 if (toolkit_views) { | 255 if (toolkit_views) { |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
496 | 497 |
497 deps = [ | 498 deps = [ |
498 "//base", | 499 "//base", |
499 "//base/test:test_support_perf", | 500 "//base/test:test_support_perf", |
500 "//testing/gtest", | 501 "//testing/gtest", |
501 "//testing/perf", | 502 "//testing/perf", |
502 "//content/test:test_support", | 503 "//content/test:test_support", |
503 "//components/visitedlink/browser", | 504 "//components/visitedlink/browser", |
504 ] | 505 ] |
505 } | 506 } |
OLD | NEW |