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

Unified Diff: device/bluetooth/BUILD.gn

Issue 1224273008: bluetooth: android: Strings included in Chrome build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bta-discovery-2-
Patch Set: Merge TOT Created 5 years, 5 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
« no previous file with comments | « chrome/tools/build/repack_locales.py ('k') | device/bluetooth/strings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/BUILD.gn
diff --git a/device/bluetooth/BUILD.gn b/device/bluetooth/BUILD.gn
index 5307231bad07c035e9d69157f1ec3e11b737ca15..1c416c094125d6206ce9677f028e75d4e926c909 100644
--- a/device/bluetooth/BUILD.gn
+++ b/device/bluetooth/BUILD.gn
@@ -2,8 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//tools/grit/grit_rule.gni")
-
if (is_android) {
import("//build/config/android/rules.gni") # For generate_jni().
}
@@ -128,7 +126,7 @@ component("bluetooth") {
all_dependent_configs = [ ":bluetooth_config" ]
deps = [
- ":strings",
+ "strings",
"uribeacon",
"//base",
"//net",
@@ -155,67 +153,6 @@ component("bluetooth") {
}
}
-grit("strings") {
- 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") {
testonly = true
sources = [
« no previous file with comments | « chrome/tools/build/repack_locales.py ('k') | device/bluetooth/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698