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

Unified Diff: extensions/shell/BUILD.gn

Issue 434243003: extensions: Add GN version of extensions_shell_and_test_pak and unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add TODO + REBASE Created 6 years, 4 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 | « extensions/renderer/BUILD.gn ('k') | extensions/shell/app_shell_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « extensions/renderer/BUILD.gn ('k') | extensions/shell/app_shell_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698