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

Unified Diff: public/BUILD.gn

Issue 424503002: Add GN "resources" target for blink_resources GYP target. (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 | no next file » | 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 536bfa2ffe39a203fbcb56f59b2092e77f3788a7..73183ec6db5d708c2abbaf19bf88e96539d5f0e4 100644
--- a/public/BUILD.gn
+++ b/public/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//tools/grit/grit_rule.gni")
+
if (!is_android) {
# GYP version: WebKit/public/blink.gyp:blink
@@ -73,3 +75,12 @@ group("blink_generate_devtools_grd") {
"//third_party/WebKit/Source/devtools:generate_devtools_grd",
]
}
+
+grit("resources") {
+ source = "blink_resources.grd"
+ outputs = [
+ "grit/blink_resources.h",
+ "blink_resources.rc",
+ "blink_resources.pak",
+ ]
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698