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

Side by Side Diff: chrome/android/monochrome_repack_locales.gni

Issue 2372923002: Move Monochrome locale .pak files upstream (Closed)
Patch Set: remove unused target: monochrome_assets 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//android_webview/webview_repack_locales_list.gni") 5 import("//android_webview/webview_repack_locales_list.gni")
6 import("//chrome/chrome_repack_locales.gni") 6 import("//chrome/chrome_repack_locales.gni")
7 7
8 #TODO(agrieve): Delete once unreferenced downstream.
8 template("monochrome_repack_locales") { 9 template("monochrome_repack_locales") {
9 chrome_repack_locales(target_name) { 10 chrome_repack_locales(target_name) {
10 forward_variables_from(invoker, "*") 11 forward_variables_from(invoker, "*")
11 additional_source_patterns = webview_repack_locales_source_patterns 12 additional_source_patterns = webview_repack_locales_source_patterns
12 deps = webview_repack_locales_deps 13 deps = webview_repack_locales_deps
13 } 14 }
14 } 15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698