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

Unified Diff: components/resources/BUILD.gn

Issue 362583002: Add more GN deps to the build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « components/policy/proto/BUILD.gn ('k') | components/strings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resources/BUILD.gn
diff --git a/components/resources/BUILD.gn b/components/resources/BUILD.gn
index 22088653b3f6bb4a7ed521b8f8982b16f0298a81..5c27e2809917bd665c7f4c1fc46ac8f52a903687 100644
--- a/components/resources/BUILD.gn
+++ b/components/resources/BUILD.gn
@@ -4,6 +4,22 @@
import("//tools/grit/grit_rule.gni")
+# GYP version: components/components_resources.gyp:components_resources
+group("resources") {
+ deps = [
+ ":components_resources",
+ ":components_scaled_resources",
+ ]
+}
+
+# GYP version: components/components_resources.gyp
+# (generate_components_resources action)
grit("components_resources") {
source = "components_resources.grd"
}
+
+# GYP version: components/components_resources.gyp
+# (generate_scaled_components_resources action)
+grit("components_scaled_resources") {
+ source = "components_scaled_resources.grd"
+}
« no previous file with comments | « components/policy/proto/BUILD.gn ('k') | components/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698