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

Unified Diff: content/shell/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_shell.gypi ('k') | extensions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index a979282357c9d2c7ae40df6875056ed84e6a2773..bad968d87d4f49028dc97a0a379331ae758fb53f 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -470,7 +470,7 @@ repack("pak") {
"//ui/strings",
]
- sources += [ "$root_gen_dir/webkit/devtools_resources.pak" ]
+ sources += [ "$root_gen_dir/blink/devtools_resources.pak" ]
deps += [ "//content/browser/devtools:resources" ]
output = "$root_out_dir/content_shell.pak"
}
« no previous file with comments | « content/content_shell.gypi ('k') | extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698