| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 deps += [ | 231 deps += [ |
| 232 "//components/copresence", | 232 "//components/copresence", |
| 233 "//components/storage_monitor", | 233 "//components/storage_monitor", |
| 234 ] | 234 ] |
| 235 } | 235 } |
| 236 | 236 |
| 237 if (!is_ios) { | 237 if (!is_ios) { |
| 238 deps += [ | 238 deps += [ |
| 239 "//components/app_modal", | 239 "//components/app_modal", |
| 240 "//components/browsing_data", | 240 "//components/browsing_data", |
| 241 "//components/certificate_transparency", |
| 241 "//components/guest_view/browser", | 242 "//components/guest_view/browser", |
| 242 "//components/guest_view/common", | 243 "//components/guest_view/common", |
| 243 "//components/guest_view/renderer", | 244 "//components/guest_view/renderer", |
| 244 "//components/safe_json", | 245 "//components/safe_json", |
| 245 "//components/scheduler", | 246 "//components/scheduler", |
| 246 "//components/test_runner", | 247 "//components/test_runner", |
| 247 ] | 248 ] |
| 248 } | 249 } |
| 249 | 250 |
| 250 if (toolkit_views) { | 251 if (toolkit_views) { |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 | 435 |
| 435 deps = [ | 436 deps = [ |
| 436 "//base", | 437 "//base", |
| 437 "//base/test:test_support_perf", | 438 "//base/test:test_support_perf", |
| 438 "//testing/gtest", | 439 "//testing/gtest", |
| 439 "//testing/perf", | 440 "//testing/perf", |
| 440 "//content/test:test_support", | 441 "//content/test:test_support", |
| 441 "//components/visitedlink/browser", | 442 "//components/visitedlink/browser", |
| 442 ] | 443 ] |
| 443 } | 444 } |
| OLD | NEW |