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

Unified Diff: 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 | « no previous file | ash/ash_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 7903e89d45f5301890429048a1ca8c1a89befab6..ad3070b1374a864b87eb9a4eae8b940d188ab32b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -267,22 +267,12 @@ group("both_gn_and_gyp") {
deps += [ "//ui/views:views_unittests" ]
}
- if (enable_app_list) {
- deps += [ "//ui/app_list:app_list_unittests" ]
- }
-
- if (enable_app_list && use_aura) {
- deps += [
- # TODO(tapted): Move this into enable_app_list when enable_app_list is not
- # true on Mac.
- "//ui/app_list/presenter:app_list_presenter_unittests",
- ]
- }
-
if (use_aura) {
deps += [
"//ash:ash_shell_with_content",
"//ash:ash_unittests",
+ "//ui/app_list:app_list_unittests",
+ "//ui/app_list/presenter:app_list_presenter_unittests",
"//ui/aura:aura_unittests",
"//ui/aura:demo",
"//ui/wm:wm_unittests",
« no previous file with comments | « no previous file | ash/ash_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698