Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 5b77b1cd59840e74e5e1d9e09428baa8571cae0a..cdc02e002f88fc0fa70588ebcf452262e20bef4d 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, |