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

Unified Diff: chrome/chrome_repack_locales.gni

Issue 2623023002: Remove //chrome as an embedder of blimp. (Closed)
Patch Set: One more rebase for good measure Created 3 years, 11 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/browser/prefs/chrome_command_line_pref_store.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_repack_locales.gni
diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
index d5bd6f9fe87fae5e317ddf76718e3a4f93ac6e84..69c843ab5445bb97fc7dd6372564777ca888878c 100644
--- a/chrome/chrome_repack_locales.gni
+++ b/chrome/chrome_repack_locales.gni
@@ -71,16 +71,6 @@ template("chrome_repack_locales") {
"//ui/strings:ui_strings",
]
}
- if (is_android) {
- source_patterns += [
- "${root_gen_dir}/blimp/client/public/resources/blimp_strings_",
- "${root_gen_dir}/blimp/client/support/resources/blimp_strings_",
- ]
- deps += [
- "//blimp/client/public/resources",
- "//blimp/client/support/resources:strings",
- ]
- }
if (enable_extensions) {
source_patterns +=
[ "${root_gen_dir}/extensions/strings/extensions_strings_" ]
« no previous file with comments | « chrome/browser/prefs/chrome_command_line_pref_store.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698