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

Unified Diff: chrome/android/monochrome_repack_locales.gni

Issue 2124073002: Upstream monochrome repack locales (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 4 years, 5 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 | « android_webview/webview_repack_locales_list.gni ('k') | chrome/chrome_repack_locales.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/monochrome_repack_locales.gni
diff --git a/chrome/android/monochrome_repack_locales.gni b/chrome/android/monochrome_repack_locales.gni
new file mode 100644
index 0000000000000000000000000000000000000000..07bcdd5c9f57bb6e3a1d30bd375416d2946621cf
--- /dev/null
+++ b/chrome/android/monochrome_repack_locales.gni
@@ -0,0 +1,14 @@
+# Copyright 2016 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("//android_webview/webview_repack_locales_list.gni")
+import("//chrome/chrome_repack_locales.gni")
+
+template("monochrome_repack_locales") {
+ chrome_repack_locales(target_name) {
+ forward_variables_from(invoker, "*")
+ additional_source_patterns = webview_repack_locales_source_patterns
+ additional_deps = webview_repack_locales_deps
+ }
+}
« no previous file with comments | « android_webview/webview_repack_locales_list.gni ('k') | chrome/chrome_repack_locales.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698