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

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

Issue 1102173002: Move GuestView layer in browser to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed John's comments Created 5 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
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("//extensions/shell/app_shell.gni") 5 import("//extensions/shell/app_shell.gni")
6 6
7 # Technically, this directory should not depend on files from src/chrome, but 7 # Technically, this directory should not depend on files from src/chrome, but
8 # that's where the VERSION file is. This should probably all be moved to 8 # that's where the VERSION file is. This should probably all be moved to
9 # src/build. 9 # src/build.
10 import("//chrome/version.gni") 10 import("//chrome/version.gni")
(...skipping 15 matching lines...) Expand all
26 # is testonly because it depends on testonly libraries, namely 26 # is testonly because it depends on testonly libraries, namely
27 # //content/shell:content_shell_lib. See http://crbug.com/438283 27 # //content/shell:content_shell_lib. See http://crbug.com/438283
28 testonly = true 28 testonly = true
29 deps = [ 29 deps = [
30 ":resources", 30 ":resources",
31 ":version_header", 31 ":version_header",
32 "//base", 32 "//base",
33 "//base:prefs", 33 "//base:prefs",
34 "//components/devtools_discovery", 34 "//components/devtools_discovery",
35 "//components/devtools_http_handler", 35 "//components/devtools_http_handler",
36 "//components/guest_view:guest_view",
36 "//components/pref_registry", 37 "//components/pref_registry",
37 "//components/update_client", 38 "//components/update_client",
38 "//components/user_prefs", 39 "//components/user_prefs",
39 "//components/web_cache/renderer", 40 "//components/web_cache/renderer",
40 "//content", 41 "//content",
41 "//content/shell:content_shell_lib", 42 "//content/shell:content_shell_lib",
42 "//device/core", 43 "//device/core",
43 "//device/hid", 44 "//device/hid",
44 "//extensions/common/api", 45 "//extensions/common/api",
45 "//extensions/common/api:api_registration", 46 "//extensions/common/api:api_registration",
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 202
202 if (is_win) { 203 if (is_win) {
203 deps += [ "//base/allocator" ] 204 deps += [ "//base/allocator" ]
204 } 205 }
205 } 206 }
206 207
207 process_version("version_header") { 208 process_version("version_header") {
208 template_file = "common/version.h.in" 209 template_file = "common/version.h.in"
209 output = "$target_gen_dir/common/version.h" 210 output = "$target_gen_dir/common/version.h"
210 } 211 }
OLDNEW
« no previous file with comments | « extensions/renderer/messaging_bindings.cc ('k') | extensions/shell/browser/shell_browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698