Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 303f36a2cb662672503eb03de279a335b2eb6708..d36cafa899ae764155dd90cd6754052996823361 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -308,8 +308,8 @@ |
'enable_flapper_hacks%': 0, |
}], |
- # Enable file manager extension on Chrome OS or Aura. |
- ['chromeos==1 or use_aura==1', { |
+ # Enable file manager extension on Chrome OS. |
+ ['chromeos==1', { |
'file_manager_extension%': 1, |
}, { |
'file_manager_extension%': 0, |