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", |