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

Unified Diff: build/common.gypi

Issue 11442044: Show app list items which open in chrome with a tab overlay. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 7363444fd93800d040bf4232abbfbbcac4b03619..cf49f288b075dfa6fb68a47d43f09631cf06c6cf 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1365,6 +1365,9 @@
['use_oem_wallpaper==1', {
'grit_defines': ['-D', 'use_oem_wallpaper'],
}],
+ ['enable_app_list==1', {
+ 'grit_defines': ['-D', 'enable_app_list'],
+ }],
['enable_settings_app==1', {
'grit_defines': ['-D', 'enable_settings_app'],
}],

Powered by Google App Engine
This is Rietveld 408576698