OLD | NEW |
| (Empty) |
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 | |
3 # found in the LICENSE file. | |
4 | |
5 import("//android_webview/webview_repack_locales_list.gni") | |
6 import("//chrome/chrome_repack_locales.gni") | |
7 | |
8 #TODO(agrieve): Delete once unreferenced downstream. | |
9 template("monochrome_repack_locales") { | |
10 chrome_repack_locales(target_name) { | |
11 forward_variables_from(invoker, "*") | |
12 additional_source_patterns = webview_repack_locales_source_patterns | |
13 deps = webview_repack_locales_deps | |
14 } | |
15 } | |
OLD | NEW |