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

Side by Side Diff: extensions/BUILD.gn

Issue 808573003: Make devtools use common generated blink source directory instead of gen/webkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing the landmine. Created 6 years 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/shell/BUILD.gn ('k') | extensions/extensions.gyp » ('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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 import("//tools/grit/repack.gni") 6 import("//tools/grit/repack.gni")
7 7
8 assert(enable_extensions) 8 assert(enable_extensions)
9 9
10 # GYP version: extensions/extensions_resources.gyp:extensions_resources 10 # GYP version: extensions/extensions_resources.gyp:extensions_resources
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "$root_gen_dir/content/content_resources.pak", 130 "$root_gen_dir/content/content_resources.pak",
131 "$root_gen_dir/content/shell/shell_resources.pak", 131 "$root_gen_dir/content/shell/shell_resources.pak",
132 "$root_gen_dir/extensions/extensions_browser_resources_100_percent.pak", 132 "$root_gen_dir/extensions/extensions_browser_resources_100_percent.pak",
133 "$root_gen_dir/extensions/extensions_renderer_resources.pak", 133 "$root_gen_dir/extensions/extensions_renderer_resources.pak",
134 "$root_gen_dir/extensions/extensions_resources.pak", 134 "$root_gen_dir/extensions/extensions_resources.pak",
135 "$root_gen_dir/extensions/shell/app_shell_resources.pak", 135 "$root_gen_dir/extensions/shell/app_shell_resources.pak",
136 "$root_gen_dir/extensions/strings/extensions_strings_en-US.pak", 136 "$root_gen_dir/extensions/strings/extensions_strings_en-US.pak",
137 "$root_gen_dir/ui/resources/ui_resources_100_percent.pak", 137 "$root_gen_dir/ui/resources/ui_resources_100_percent.pak",
138 "$root_gen_dir/ui/strings/app_locale_settings_en-US.pak", 138 "$root_gen_dir/ui/strings/app_locale_settings_en-US.pak",
139 "$root_gen_dir/ui/strings/ui_strings_en-US.pak", 139 "$root_gen_dir/ui/strings/ui_strings_en-US.pak",
140 "$root_gen_dir/webkit/devtools_resources.pak", 140 "$root_gen_dir/blink/devtools_resources.pak",
141 ] 141 ]
142 142
143 output = "$root_out_dir/extensions_shell_and_test.pak" 143 output = "$root_out_dir/extensions_shell_and_test.pak"
144 144
145 deps = [ 145 deps = [
146 ":extensions_resources", 146 ":extensions_resources",
147 "//content:resources", 147 "//content:resources",
148 "//content/browser/devtools:devtools_resources", 148 "//content/browser/devtools:devtools_resources",
149 "//content/shell:resources", 149 "//content/shell:resources",
150 "//extensions/shell:resources", 150 "//extensions/shell:resources",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 "//testing/gmock", 269 "//testing/gmock",
270 "//testing/gtest", 270 "//testing/gtest",
271 "//third_party/leveldatabase", 271 "//third_party/leveldatabase",
272 ] 272 ]
273 273
274 if (is_win) { 274 if (is_win) {
275 deps += [ "//base/allocator" ] 275 deps += [ "//base/allocator" ]
276 } 276 }
277 } 277 }
278 } 278 }
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698