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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 ] | 232 ] |
233 } | 233 } |
234 | 234 |
235 if (!is_ios) { | 235 if (!is_ios) { |
236 deps += [ | 236 deps += [ |
237 "//components/app_modal", | 237 "//components/app_modal", |
238 "//components/browsing_data", | 238 "//components/browsing_data", |
239 "//components/guest_view/browser", | 239 "//components/guest_view/browser", |
240 "//components/guest_view/common", | 240 "//components/guest_view/common", |
241 "//components/guest_view/renderer", | 241 "//components/guest_view/renderer", |
242 "//components/safe_json_parser", | 242 "//components/safe_json", |
243 "//components/scheduler", | 243 "//components/scheduler", |
244 "//components/test_runner", | 244 "//components/test_runner", |
245 ] | 245 ] |
246 } | 246 } |
247 | 247 |
248 if (toolkit_views) { | 248 if (toolkit_views) { |
249 deps += [ "//components/constrained_window" ] | 249 deps += [ "//components/constrained_window" ] |
250 } | 250 } |
251 } | 251 } |
252 | 252 |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 | 425 |
426 deps = [ | 426 deps = [ |
427 "//base", | 427 "//base", |
428 "//base/test:test_support_perf", | 428 "//base/test:test_support_perf", |
429 "//testing/gtest", | 429 "//testing/gtest", |
430 "//testing/perf", | 430 "//testing/perf", |
431 "//content/test:test_support", | 431 "//content/test:test_support", |
432 "//components/visitedlink/browser", | 432 "//components/visitedlink/browser", |
433 ] | 433 ] |
434 } | 434 } |
OLD | NEW |