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

Unified Diff: extensions/shell/BUILD.gn

Issue 660333003: Add support for app_shell-only extension APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (shell-identity) rebase Created 6 years, 2 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
Index: extensions/shell/BUILD.gn
diff --git a/ash/resources/BUILD.gn b/extensions/shell/BUILD.gn
similarity index 64%
copy from ash/resources/BUILD.gn
copy to extensions/shell/BUILD.gn
index 25f61ec6534b85cf8b956871bcee9ec80d5e7c6b..5e501e3c1bf4ccaec27017fb01fd32e9ff23bc92 100644
--- a/ash/resources/BUILD.gn
+++ b/extensions/shell/BUILD.gn
@@ -5,10 +5,9 @@
import("//tools/grit/grit_rule.gni")
grit("resources") {
- source = "ash_resources.grd"
+ source = "app_shell_resources.grd"
outputs = [
- "grit/ash_resources.h",
- "ash_resources_100_percent.pak",
- "ash_resources_200_percent.pak",
+ "grit/app_shell_resources.h",
+ "app_shell_resources.pak",
]
}
« extensions/BUILD.gn ('K') | « extensions/extensions.gyp ('k') | extensions/shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698