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

Unified Diff: chrome/app/theme/BUILD.gn

Issue 348663003: Work toward a chrome/common GN target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no android Created 6 years, 6 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 | « chrome/app/resources/BUILD.gn ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/BUILD.gn
diff --git a/components/resources/BUILD.gn b/chrome/app/theme/BUILD.gn
similarity index 63%
copy from components/resources/BUILD.gn
copy to chrome/app/theme/BUILD.gn
index 22088653b3f6bb4a7ed521b8f8982b16f0298a81..93d34141345ca5c8bc62b6ceab21183ee9d62e45 100644
--- a/components/resources/BUILD.gn
+++ b/chrome/app/theme/BUILD.gn
@@ -4,6 +4,7 @@
import("//tools/grit/grit_rule.gni")
-grit("components_resources") {
- source = "components_resources.grd"
+# GYP version: chrome/chrome_resources.gyp:theme_resources
+grit("theme_resources") {
+ source = "theme_resources.grd"
}
« no previous file with comments | « chrome/app/resources/BUILD.gn ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698