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("//build/util/process_version.gni") | 7 import("//build/util/process_version.gni") |
8 import("//extensions/features/features.gni") | 8 import("//extensions/features/features.gni") |
9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
(...skipping 19 matching lines...) Expand all Loading... |
30 # //content/shell:content_shell_lib. See http://crbug.com/438283 | 30 # //content/shell:content_shell_lib. See http://crbug.com/438283 |
31 testonly = true | 31 testonly = true |
32 deps = [ | 32 deps = [ |
33 ":resources", | 33 ":resources", |
34 ":version_header", | 34 ":version_header", |
35 "//apps", | 35 "//apps", |
36 "//base", | 36 "//base", |
37 "//components/guest_view/browser", | 37 "//components/guest_view/browser", |
38 "//components/guest_view/common", | 38 "//components/guest_view/common", |
39 "//components/guest_view/renderer", | 39 "//components/guest_view/renderer", |
| 40 "//components/network_session_configurator/common", |
40 "//components/pref_registry", | 41 "//components/pref_registry", |
41 "//components/prefs", | 42 "//components/prefs", |
42 "//components/update_client", | 43 "//components/update_client", |
43 "//components/user_prefs", | 44 "//components/user_prefs", |
44 "//components/web_cache/renderer", | 45 "//components/web_cache/renderer", |
45 "//content", | 46 "//content", |
46 "//content/shell:content_shell_lib", | 47 "//content/shell:content_shell_lib", |
47 "//device/base", | 48 "//device/base", |
48 "//device/bluetooth", | 49 "//device/bluetooth", |
49 "//device/hid", | 50 "//device/hid", |
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 "//extensions/browser", | 450 "//extensions/browser", |
450 ] | 451 ] |
451 | 452 |
452 if (is_chromeos) { | 453 if (is_chromeos) { |
453 deps += [ | 454 deps += [ |
454 "//chromeos:test_support", | 455 "//chromeos:test_support", |
455 "//components/keyed_service/content", | 456 "//components/keyed_service/content", |
456 ] | 457 ] |
457 } | 458 } |
458 } | 459 } |
OLD | NEW |