summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index a4cda52..9963f45 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -309,6 +309,11 @@
'file_manager_extension%': 0,
}],
+ # ... except on Windows even with Aura.
+ ['use_aura==1 and OS=="win"', {
+ 'file_manager_extension%': 0,
+ }],
+
# Enable WebUI TaskManager only on Chrome OS, Touch or PureView.
['chromeos==1 or touchui==1 or use_only_pure_views==1 or use_aura==1', {
'webui_task_manager%': 1,