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

Unified Diff: chrome/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 | « build/gypi_to_gn.py ('k') | chrome/app/BUILD.gn » ('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 3aeafb07849b67f5efcc8dd8e41014a856734305..d700690a762edab8d79184acffab81a8b6d3f897 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -19,3 +19,13 @@ group("resources") {
deps += [ "//chrome/common:extensions_api_resources" ]
}
}
+
+# GYP version: chrome/chrome_resources.gyp:chrome_strings
+group("strings") {
+ deps = [
+ "//chrome/app:chromium_strings",
+ "//chrome/app:generated_resources",
+ "//chrome/app:google_chrome_strings",
+ "//chrome/app/resources:locale_settings",
+ ]
+}
« no previous file with comments | « build/gypi_to_gn.py ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698