summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 5b77b1c..cdc02e0 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -262,8 +262,8 @@
'enable_flapper_hacks%': 0,
}],
- # Enable file manager extension by default on Chrome OS.
- ['chromeos==1', {
+ # Enable file manager extension on Chrome OS, Touch, PureView, Aura.
+ ['chromeos==1 or touchui==1 or use_only_pure_views==1 or use_aura==1', {
'file_manager_extension%': 1,
}, {
'file_manager_extension%': 0,