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

Unified Diff: chrome/chrome_repack_locales.gni

Issue 2406203003: Added blimp support strings. (Closed)
Patch Set: Use empty translation file stubs. 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_repack_locales.gni
diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
index b970f30eeae32947907e5aa860fb0cf07e07071f..8df2c4a7103f77e556d2401c232afa6c10de200c 100644
--- a/chrome/chrome_repack_locales.gni
+++ b/chrome/chrome_repack_locales.gni
@@ -56,6 +56,7 @@ template("chrome_repack_locales") {
}
if (!is_ios) {
source_patterns += [
+ "${root_gen_dir}/blimp/client/support/resources/blimp_strings_",
"${root_gen_dir}/content/app/strings/content_strings_",
"${root_gen_dir}/device/bluetooth/strings/bluetooth_strings_",
"${root_gen_dir}/third_party/libaddressinput/address_input_strings_",
@@ -63,6 +64,7 @@ template("chrome_repack_locales") {
"${root_gen_dir}/ui/strings/ui_strings_",
]
deps += [
+ "//blimp/client/support/resources:strings",
"//content/app/strings",
"//device/bluetooth/strings",
"//third_party/libaddressinput:strings",
« no previous file with comments | « chrome/browser/android/blimp/chrome_blimp_client_context_delegate.cc ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698