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

Unified Diff: chrome/chrome_paks.gni

Issue 2408803002: Make it possible to launch chrome --mash with ozone_platform={wayland|x11}, chromeos=0 (Closed)
Patch Set: Make it possible to launch chrome --mash with ozone_platform={wayland|x11}, chromeos=0 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_paks.gni
diff --git a/chrome/chrome_paks.gni b/chrome/chrome_paks.gni
index 3e93269366ccb7fe735350e7871b39bde384edee..7b47a58f23f1156e07057a55a55263b2c6256534 100644
--- a/chrome/chrome_paks.gni
+++ b/chrome/chrome_paks.gni
@@ -50,7 +50,7 @@ template("chrome_repack_percent") {
deps += invoker.deps
}
- if (use_ash) {
+ if (use_ash || use_ozone) {
rjkroege 2016/10/11 18:49:47 I might be persuaded that this is a temporary expe
tonikitoo 2016/10/12 13:44:23 This is true (it is temporary). Will add a TODO he
sources +=
[ "$root_gen_dir/ash/resources/ash_resources_${percent}_percent.pak" ]
deps += [ "//ash/resources" ]

Powered by Google App Engine
This is Rietveld 408576698