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

Unified Diff: public/BUILD.gn

Issue 431883002: Use a qualified path to blink resources, blink part. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 5 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 | « no previous file | public/blink_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/BUILD.gn
diff --git a/public/BUILD.gn b/public/BUILD.gn
index 73183ec6db5d708c2abbaf19bf88e96539d5f0e4..a9d734a19e0c89edfaf37b7e9687d28d1c8cf248 100644
--- a/public/BUILD.gn
+++ b/public/BUILD.gn
@@ -76,7 +76,12 @@ group("blink_generate_devtools_grd") {
]
}
+# GYP version: WebKit/public/blink_resources.gyp:blink_resources
grit("resources") {
+ output_dir = "$root_gen_dir/blink/public/resources"
tfarina 2014/07/31 18:29:36 that is right, otherwise it will expand to gen/thi
+ # TODO(thakis): Add this once https://codereview.chromium.org/430083002 has
+ # landed.
+ # use_qualified_include = true
source = "blink_resources.grd"
outputs = [
"grit/blink_resources.h",
« no previous file with comments | « no previous file | public/blink_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698