Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index c90d15bb9bae08d61d7e26631751e6588b31f27c..d16f648d36497fa4fe0f35512a628be1a713e300 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -353,13 +353,6 @@ |
'use_titlecase_in_grd_files%': 1, |
}], |
- # Enable some hacks to support Flapper only on Chrome OS. |
- ['chromeos==1', { |
- 'enable_flapper_hacks%': 1, |
- }, { |
- 'enable_flapper_hacks%': 0, |
- }], |
- |
# Enable file manager extension on Chrome OS. |
['chromeos==1', { |
'file_manager_extension%': 1, |
@@ -457,7 +450,6 @@ |
'use_x11%': '<(use_x11)', |
'use_gnome_keyring%': '<(use_gnome_keyring)', |
'linux_fpic%': '<(linux_fpic)', |
- 'enable_flapper_hacks%': '<(enable_flapper_hacks)', |
'enable_pepper_threading%': '<(enable_pepper_threading)', |
'chromeos%': '<(chromeos)', |
'use_virtual_keyboard%': '<(use_virtual_keyboard)', |
@@ -1214,9 +1206,6 @@ |
['proprietary_codecs==1', { |
'defines': ['USE_PROPRIETARY_CODECS'], |
}], |
- ['enable_flapper_hacks==1', { |
- 'defines': ['ENABLE_FLAPPER_HACKS=1'], |
- }], |
['enable_pepper_threading==1', { |
'defines': ['ENABLE_PEPPER_THREADING'], |
}], |