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

Unified Diff: content/browser/devtools/BUILD.gn

Issue 541153002: Hook up resources to the chrome GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | device/bluetooth/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/BUILD.gn
diff --git a/content/browser/devtools/BUILD.gn b/content/browser/devtools/BUILD.gn
index 14804541a4396c03e998fcd4190d7c7676fef6bc..89e93b96d905f2fae755e0a8a2837ca38d002a0d 100644
--- a/content/browser/devtools/BUILD.gn
+++ b/content/browser/devtools/BUILD.gn
@@ -16,6 +16,8 @@ group("resources") {
grit("devtools_resources") {
source = "$root_gen_dir/devtools/devtools_resources.grd"
+ # TOOD(brettw) remove this so the output file goes into the target_gen_dir,
+ # but keep this for not for GYP compat.
output_dir = "$root_gen_dir/webkit"
outputs = [
"grit/devtools_resources.h",
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | device/bluetooth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698