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" |
+} |