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