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

Unified Diff: chrome/chrome_repack_locales.gni

Issue 2408803002: Make it possible to launch chrome --mash with ozone_platform={wayland|x11}, chromeos=0 (Closed)
Patch Set: smaller CL, only with crucial bits (see comment #53) - take 3 Created 4 years, 1 month 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
« chrome/chrome_paks.gni ('K') | « chrome/chrome_paks.gni ('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 62706f125de6a70f1250d70cd9c2aece63b9aed6..32ce1921694d5db275f1b2e4de5295d01829ca53 100644
--- a/chrome/chrome_repack_locales.gni
+++ b/chrome/chrome_repack_locales.gni
@@ -40,7 +40,10 @@ template("chrome_repack_locales") {
deps += invoker.deps
}
- if (use_ash) {
+ # TODO(tonikitoo): Chrome/ozone support is in progress, and temporarily runs
+ # with --mash only. In order to avoid some missing localized strings in Ash's
+ # window manager session, (ab)use some ash resources.
+ if (use_ash || use_ozone) {
source_patterns += [ "${root_gen_dir}/ash/common/strings/ash_strings_" ]
deps += [ "//ash/common/strings" ]
}
« chrome/chrome_paks.gni ('K') | « chrome/chrome_paks.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698