| Index: gyp/common_variables.gypi
|
| diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
|
| index 67049e319b2de2d55bd386c117b8fdd419ff0465..d7d41f2b011f1e1f56fbae5dba7f3901908d3b7d 100644
|
| --- a/gyp/common_variables.gypi
|
| +++ b/gyp/common_variables.gypi
|
| @@ -91,6 +91,7 @@
|
| 'skia_profile_enabled%': 0,
|
| 'skia_win_debuggers_path%': '',
|
| 'skia_shared_lib%': 0,
|
| + 'skia_opencl%': 0,
|
|
|
| # These variables determine the default optimization level for different
|
| # compilers.
|
| @@ -139,6 +140,7 @@
|
| 'skia_osx_sdkroot%': '<(skia_osx_sdkroot)',
|
| 'skia_profile_enabled%': '<(skia_profile_enabled)',
|
| 'skia_shared_lib%': '<(skia_shared_lib)',
|
| + 'skia_opencl%': '<(skia_opencl)',
|
| 'skia_static_initializers%': '<(skia_static_initializers)',
|
| 'ios_sdk_version%': '6.0',
|
| 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)',
|
|
|