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

Unified Diff: build/gn_migration.gypi

Issue 1875833002: Build app_list_shower only if use_aura=1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alphabetical order Created 4 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gn_migration.gypi
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
index 4f2e28e1a1eaeb6ed7660c524ccd1d0521278408..b643333253b40785c047735766538a3bd7cc01ae 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -152,6 +152,7 @@
}],
['use_aura==1', {
'dependencies': [
+ '../ui/app_list/shower/app_list_shower.gyp:app_list_shower_unittests',
'../ui/aura/aura.gyp:aura_demo',
'../ui/aura/aura.gyp:aura_unittests',
'../ui/keyboard/keyboard.gyp:keyboard_unittests',
@@ -341,7 +342,6 @@
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
'../tools/imagediff/image_diff.gyp:image_diff',
'../ui/app_list/app_list.gyp:app_list_unittests',
- '../ui/app_list/shower/app_list_shower.gyp:app_list_shower_unittests',
'../ui/compositor/compositor.gyp:compositor_unittests',
],
}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698