| Index: gyp/common_variables.gypi
|
| diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
|
| index 68d5072a32b583ad384d3cfbc5e528d73abf3bc7..45885947dcdc6ce3773fc1eab56c63a6b44a669e 100644
|
| --- a/gyp/common_variables.gypi
|
| +++ b/gyp/common_variables.gypi
|
| @@ -75,6 +75,7 @@
|
| 'arm_version%': '<(arm_version)',
|
| 'arm_neon%': '<(arm_neon)',
|
| 'skia_egl%': '<(skia_egl)',
|
| + 'use_ozone%': 0, # ANGLE requires this to be defined.
|
| 'vulkan_merged_into_skia%': '<(vulkan_merged_into_skia)',
|
| 'conditions': [
|
| [ 'skia_android_framework == 1', {
|
|
|