Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(894)

Side by Side Diff: extensions/shell/BUILD.gn

Issue 2914893002: Move some of IOThread's command line logic to network_session_configurator. (Closed)
Patch Set: Fix merge Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/test/DEPS ('k') | extensions/shell/browser/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/test/DEPS ('k') | extensions/shell/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698