OLD | NEW |
(Empty) | |
| 1 # Copyright 2015 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("//tools/grit/grit_rule.gni") |
| 6 |
| 7 # GYP version: device/bluetooth/bluetooth_strings.gyp:device_bluetooth_strings |
| 8 grit("strings") { |
| 9 source = "../bluetooth_strings.grd" |
| 10 outputs = [ |
| 11 "grit/device_bluetooth_strings.h", |
| 12 "device_bluetooth_strings_am.pak", |
| 13 "device_bluetooth_strings_ar.pak", |
| 14 "device_bluetooth_strings_bg.pak", |
| 15 "device_bluetooth_strings_bn.pak", |
| 16 "device_bluetooth_strings_ca.pak", |
| 17 "device_bluetooth_strings_cs.pak", |
| 18 "device_bluetooth_strings_da.pak", |
| 19 "device_bluetooth_strings_de.pak", |
| 20 "device_bluetooth_strings_el.pak", |
| 21 "device_bluetooth_strings_en-GB.pak", |
| 22 "device_bluetooth_strings_en-US.pak", |
| 23 "device_bluetooth_strings_es.pak", |
| 24 "device_bluetooth_strings_es-419.pak", |
| 25 "device_bluetooth_strings_et.pak", |
| 26 "device_bluetooth_strings_fa.pak", |
| 27 "device_bluetooth_strings_fake-bidi.pak", |
| 28 "device_bluetooth_strings_fi.pak", |
| 29 "device_bluetooth_strings_fil.pak", |
| 30 "device_bluetooth_strings_fr.pak", |
| 31 "device_bluetooth_strings_gu.pak", |
| 32 "device_bluetooth_strings_he.pak", |
| 33 "device_bluetooth_strings_hi.pak", |
| 34 "device_bluetooth_strings_hr.pak", |
| 35 "device_bluetooth_strings_hu.pak", |
| 36 "device_bluetooth_strings_id.pak", |
| 37 "device_bluetooth_strings_it.pak", |
| 38 "device_bluetooth_strings_ja.pak", |
| 39 "device_bluetooth_strings_kn.pak", |
| 40 "device_bluetooth_strings_ko.pak", |
| 41 "device_bluetooth_strings_lt.pak", |
| 42 "device_bluetooth_strings_lv.pak", |
| 43 "device_bluetooth_strings_ml.pak", |
| 44 "device_bluetooth_strings_mr.pak", |
| 45 "device_bluetooth_strings_ms.pak", |
| 46 "device_bluetooth_strings_nl.pak", |
| 47 "device_bluetooth_strings_nb.pak", |
| 48 "device_bluetooth_strings_pl.pak", |
| 49 "device_bluetooth_strings_pt-BR.pak", |
| 50 "device_bluetooth_strings_pt-PT.pak", |
| 51 "device_bluetooth_strings_ro.pak", |
| 52 "device_bluetooth_strings_ru.pak", |
| 53 "device_bluetooth_strings_sk.pak", |
| 54 "device_bluetooth_strings_sl.pak", |
| 55 "device_bluetooth_strings_sr.pak", |
| 56 "device_bluetooth_strings_sv.pak", |
| 57 "device_bluetooth_strings_sw.pak", |
| 58 "device_bluetooth_strings_ta.pak", |
| 59 "device_bluetooth_strings_te.pak", |
| 60 "device_bluetooth_strings_th.pak", |
| 61 "device_bluetooth_strings_tr.pak", |
| 62 "device_bluetooth_strings_uk.pak", |
| 63 "device_bluetooth_strings_vi.pak", |
| 64 "device_bluetooth_strings_zh-CN.pak", |
| 65 "device_bluetooth_strings_zh-TW.pak", |
| 66 ] |
| 67 } |
OLD | NEW |