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

Unified Diff: ui/resources/BUILD.gn

Issue 1934213002: Set enable_app_list=1 now only on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160429-AppList0
Patch Set: Update ui_test_pak - should fix tests Created 4 years, 7 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 | « testing/buildbot/chromium.mac.json ('k') | ui/resources/ui_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/resources/BUILD.gn
diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn
index fb5783c9cde6e8fe0624c05bdfa368f6a6d2c2a5..a0a5d1479880795f54abd3bdaebd51a5683d5ba5 100644
--- a/ui/resources/BUILD.gn
+++ b/ui/resources/BUILD.gn
@@ -204,7 +204,7 @@ repack("repack_ui_test_pak") {
]
}
- if (enable_app_list) {
+ if (use_aura && toolkit_views) {
deps += [ "//ui/app_list/resources" ]
sources += [ "$root_gen_dir/ui/app_list/resources/app_list_resources_100_percent.pak" ]
}
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | ui/resources/ui_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698