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

Unified Diff: public/BUILD.gn

Issue 1003363006: Part 2 of 4: Move blink image resources to blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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.grd » ('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 f191834cb0707e5edc82b842819d0dc1c7099bcf..25a6c8d6a876e6eea9ff0919b0e2807e1a8c1b51 100644
--- a/public/BUILD.gn
+++ b/public/BUILD.gn
@@ -137,6 +137,11 @@ grit("resources") {
outputs = [
"grit/blink_resources.h",
"blink_resources.rc",
+ "blink_resources_100_percent.pak",
+ "blink_resources_200_percent.pak",
+
+ # TODO(erg): Remove blink_resources.pak. This will be removed in the fourth
+ # and final part of this patch.
"blink_resources.pak",
]
}
« no previous file with comments | « no previous file | public/blink_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698