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

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

Issue 2864603007: Revert of AppShell: pass command-line files to app as launch data (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | extensions/shell/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 14 matching lines...) Expand all
25 } 25 }
26 26
27 source_set("app_shell_lib") { 27 source_set("app_shell_lib") {
28 # TODO(jamescook): investigate and get rid of test dependencies. This library 28 # TODO(jamescook): investigate and get rid of test dependencies. This library
29 # is testonly because it depends on testonly libraries, namely 29 # is testonly because it depends on testonly libraries, namely
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",
36 "//base", 35 "//base",
37 "//components/guest_view/browser", 36 "//components/guest_view/browser",
38 "//components/guest_view/common", 37 "//components/guest_view/common",
39 "//components/guest_view/renderer", 38 "//components/guest_view/renderer",
40 "//components/pref_registry", 39 "//components/pref_registry",
41 "//components/prefs", 40 "//components/prefs",
42 "//components/update_client", 41 "//components/update_client",
43 "//components/user_prefs", 42 "//components/user_prefs",
44 "//components/web_cache/renderer", 43 "//components/web_cache/renderer",
45 "//content", 44 "//content",
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 "//extensions/browser", 447 "//extensions/browser",
449 ] 448 ]
450 449
451 if (is_chromeos) { 450 if (is_chromeos) {
452 deps += [ 451 deps += [
453 "//chromeos:test_support", 452 "//chromeos:test_support",
454 "//components/keyed_service/content", 453 "//components/keyed_service/content",
455 ] 454 ]
456 } 455 }
457 } 456 }
OLDNEW
« no previous file with comments | « no previous file | extensions/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698