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

Unified Diff: chrome/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 | « no previous file | chrome/chrome_repack_resources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 30402328c9a1ec0d76f7adf9ee4ca54793001510..11e8f302bad45f70e05cb647427261e5270837e8 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -356,7 +356,7 @@ repack("packed_extra_resources") {
"$root_gen_dir/chrome/quota_internals_resources.pak",
"$root_gen_dir/chrome/sync_file_system_internals_resources.pak",
"$root_gen_dir/chrome/webrtc_device_provider_resources.pak",
- "$root_gen_dir/webkit/devtools_resources.pak",
+ "$root_gen_dir/blink/devtools_resources.pak",
]
deps += [
"//chrome/browser/devtools:webrtc_device_provider_resources",
« no previous file with comments | « no previous file | chrome/chrome_repack_resources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698