Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 30239f1bdfbb3f7ec2eba066200e9047fef2c28d..96c0c7b29dfd84bea566dfbd8ed5fd4b992680ca 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -639,6 +639,9 @@ |
# Enable LTO on code compiled with -O2. |
'use_lto_o2%': 0, |
+ # Libxkbcommon usage. |
+ 'use_xkbcommon%': 0, |
+ |
'conditions': [ |
# A flag for POSIX platforms |
['OS=="win"', { |
@@ -706,13 +709,6 @@ |
'use_dbus%': 0, |
}], |
- # Libxkbcommon usage. |
- ['use_ozone==1 and embedded==0', { |
- 'use_xkbcommon%': 1, |
- }, { |
- 'use_xkbcommon%': 0, |
- }], |
- |
# We always use skia text rendering in Aura on Windows, since GDI |
# doesn't agree with our BackingStore. |
# TODO(beng): remove once skia text rendering is on by default. |
@@ -1008,9 +1004,9 @@ |
# TODO(baixo): Enable v8_use_external_startup_data |
# http://crbug.com/421063 |
['android_webview_build==0 and android_webview_telemetry_build==0 and chromecast==0 and chromeos==0 and (OS=="android" or OS=="linux" or OS=="mac")', { |
- 'v8_use_external_startup_data': 1, |
+ 'v8_use_external_startup_data%': 1, |
}, { |
- 'v8_use_external_startup_data': 0, |
+ 'v8_use_external_startup_data%': 0, |
}], |
], |
@@ -1215,7 +1211,7 @@ |
'video_hole%': '<(video_hole)', |
'enable_load_completion_hacks%': '<(enable_load_completion_hacks)', |
'support_pre_M6_history_database%': '<(support_pre_M6_history_database)', |
- 'v8_use_external_startup_data': '<(v8_use_external_startup_data)', |
+ 'v8_use_external_startup_data%': '<(v8_use_external_startup_data)', |
# Whether or not we are building the Athena shell. |
'use_athena%': '0', |