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

Side by Side Diff: extensions/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
« no previous file with comments | « components/guest_view/common/guest_view_messages.h ('k') | extensions/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("//extensions/extensions.gni") 5 import("//extensions/extensions.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 assert(enable_extensions) 10 assert(enable_extensions)
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 ".", 71 ".",
72 "//extensions") 72 "//extensions")
73 73
74 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 74 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
75 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 75 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
76 76
77 deps = [ 77 deps = [
78 ":extensions_resources", 78 ":extensions_resources",
79 "//base", 79 "//base",
80 "//base:prefs_test_support", 80 "//base:prefs_test_support",
81 "//components/guest_view:test_support",
81 "//content/public/common", 82 "//content/public/common",
82 "//content/test:test_support", 83 "//content/test:test_support",
83 "//extensions/browser", 84 "//extensions/browser",
84 "//extensions/common", 85 "//extensions/common",
85 "//extensions/common/api", 86 "//extensions/common/api",
86 "//extensions/common/api:api_registration", 87 "//extensions/common/api:api_registration",
87 "//net:test_support", 88 "//net:test_support",
88 "//testing/gmock", 89 "//testing/gmock",
89 "//testing/gtest", 90 "//testing/gtest",
90 ] 91 ]
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 ] 214 ]
214 215
215 if (is_win) { 216 if (is_win) {
216 deps += [ "//base/allocator" ] 217 deps += [ "//base/allocator" ]
217 } 218 }
218 219
219 if (is_mac) { 220 if (is_mac) {
220 deps += [ "shell:app_shell" ] # Needed for App Shell.app's Helper. 221 deps += [ "shell:app_shell" ] # Needed for App Shell.app's Helper.
221 } 222 }
222 } 223 }
OLDNEW
« no previous file with comments | « components/guest_view/common/guest_view_messages.h ('k') | extensions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698