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

Unified Diff: chrome/BUILD.gn

Issue 1033733004: Part 3 of 4: Modify blink users so they use the image resources in blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix 100/200 percent packs. 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 | « android_webview/android_webview.gyp ('k') | chrome/chrome_repack_chrome_100_percent.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index f6bb6b7adb7945d83a18f33f94dd086dfa5e3b68..c4ca42f2fbf4098b5c5fd8d317aac9e993f4642f 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -484,7 +484,6 @@ repack("packed_extra_resources") {
}
if (!is_ios) {
sources += [
- "$root_gen_dir/blink/public/resources/blink_resources.pak",
"$root_gen_dir/content/browser/tracing/tracing_resources.pak",
"$root_gen_dir/content/content_resources.pak",
]
@@ -587,7 +586,10 @@ template("chrome_repack_percent") {
]
if (!is_ios) {
- sources += [ "$root_gen_dir/content/app/resources/content_resources_${percent}_percent.pak" ]
+ sources += [
+ "$root_gen_dir/blink/public/resources/blink_resources_${percent}_percent.pak",
+ "$root_gen_dir/content/app/resources/content_resources_${percent}_percent.pak",
+ ]
deps += [ "//content:resources" ]
}
if (use_ash) {
« no previous file with comments | « android_webview/android_webview.gyp ('k') | chrome/chrome_repack_chrome_100_percent.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698