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

Unified Diff: chrome/android/monochrome_repack_locales.gni

Issue 2404253003: Reland #2 of Fix monochrome not booting issue (Closed)
Patch Set: Change default back to loading locales from disk Created 4 years, 2 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
Index: chrome/android/monochrome_repack_locales.gni
diff --git a/chrome/android/monochrome_repack_locales.gni b/chrome/android/monochrome_repack_locales.gni
deleted file mode 100644
index dbaab3ea3f2fd680fba24a4bc387d72e3064f1b5..0000000000000000000000000000000000000000
--- a/chrome/android/monochrome_repack_locales.gni
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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")
-
-#TODO(agrieve): Delete once unreferenced downstream.
-template("monochrome_repack_locales") {
- chrome_repack_locales(target_name) {
- forward_variables_from(invoker, "*")
- additional_source_patterns = webview_repack_locales_source_patterns
- deps = webview_repack_locales_deps
- }
-}

Powered by Google App Engine
This is Rietveld 408576698