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

Unified Diff: chrome/app/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/BUILD.gn ('k') | chrome/app/resources/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/BUILD.gn
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..2addc7ba045966075b096f07efc74f85d28cd55e
--- /dev/null
+++ b/chrome/app/BUILD.gn
@@ -0,0 +1,23 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//tools/grit/grit_rule.gni")
+
+# GYP version: chrome/chrome_resources.gyp:chrome_strings
+# (generate_generated_resources action)
+grit("generated_resources") {
+ source = "generated_resources.grd"
+}
+
+# GYP version: chrome/chrome_resources.gyp:chrome_strings
+# (generate_google_chrome_strings action)
+grit("google_chrome_strings") {
+ source = "google_chrome_strings.grd"
+}
+
+# GYP version: chrome/chrome_resources.gyp:chrome_strings
+# (generate_chromium_strings action)
+grit("chromium_strings") {
+ source = "chromium_strings.grd"
+}
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/app/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698