diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-23 16:32:32 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-23 16:32:32 +0000 |
commit | b89c53844b2ede863c9cbb6878320657db1fde71 (patch) | |
tree | bccbec4e22b4748c3001a8a03579d94e67db2814 /device | |
parent | 352be8006a6da0f273da14895844063e5bcdcd89 (diff) | |
download | chromium_src-b89c53844b2ede863c9cbb6878320657db1fde71.zip chromium_src-b89c53844b2ede863c9cbb6878320657db1fde71.tar.gz chromium_src-b89c53844b2ede863c9cbb6878320657db1fde71.tar.bz2 |
Encode all grit outputs in .gn files
This finishes the rest of the Grit outputs that was started in a previous pass, and removes the ability to optionally deduce outputs at GN-time (which is slow so we don't want to do it).
R=viettrungluu@chromium.org
Review URL: https://codereview.chromium.org/411543005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284947 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device')
-rw-r--r-- | device/bluetooth/BUILD.gn | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn index f291ada..b9f7657 100644 --- a/device/bluetooth/BUILD.gn +++ b/device/bluetooth/BUILD.gn @@ -119,6 +119,63 @@ static_library("bluetooth") { grit("strings") { visibility = ":*" source = "bluetooth_strings.grd" + outputs = [ + "grit/device_bluetooth_strings.h", + "device_bluetooth_strings_am.pak", + "device_bluetooth_strings_ar.pak", + "device_bluetooth_strings_bg.pak", + "device_bluetooth_strings_bn.pak", + "device_bluetooth_strings_ca.pak", + "device_bluetooth_strings_cs.pak", + "device_bluetooth_strings_da.pak", + "device_bluetooth_strings_de.pak", + "device_bluetooth_strings_el.pak", + "device_bluetooth_strings_en-GB.pak", + "device_bluetooth_strings_en-US.pak", + "device_bluetooth_strings_es.pak", + "device_bluetooth_strings_es-419.pak", + "device_bluetooth_strings_et.pak", + "device_bluetooth_strings_fa.pak", + "device_bluetooth_strings_fake-bidi.pak", + "device_bluetooth_strings_fi.pak", + "device_bluetooth_strings_fil.pak", + "device_bluetooth_strings_fr.pak", + "device_bluetooth_strings_gu.pak", + "device_bluetooth_strings_he.pak", + "device_bluetooth_strings_hi.pak", + "device_bluetooth_strings_hr.pak", + "device_bluetooth_strings_hu.pak", + "device_bluetooth_strings_id.pak", + "device_bluetooth_strings_it.pak", + "device_bluetooth_strings_ja.pak", + "device_bluetooth_strings_kn.pak", + "device_bluetooth_strings_ko.pak", + "device_bluetooth_strings_lt.pak", + "device_bluetooth_strings_lv.pak", + "device_bluetooth_strings_ml.pak", + "device_bluetooth_strings_mr.pak", + "device_bluetooth_strings_ms.pak", + "device_bluetooth_strings_nl.pak", + "device_bluetooth_strings_nb.pak", + "device_bluetooth_strings_pl.pak", + "device_bluetooth_strings_pt-BR.pak", + "device_bluetooth_strings_pt-PT.pak", + "device_bluetooth_strings_ro.pak", + "device_bluetooth_strings_ru.pak", + "device_bluetooth_strings_sk.pak", + "device_bluetooth_strings_sl.pak", + "device_bluetooth_strings_sr.pak", + "device_bluetooth_strings_sv.pak", + "device_bluetooth_strings_sw.pak", + "device_bluetooth_strings_ta.pak", + "device_bluetooth_strings_te.pak", + "device_bluetooth_strings_th.pak", + "device_bluetooth_strings_tr.pak", + "device_bluetooth_strings_uk.pak", + "device_bluetooth_strings_vi.pak", + "device_bluetooth_strings_zh-CN.pak", + "device_bluetooth_strings_zh-TW.pak", + ] } static_library("mocks") { |