| Index: gyp/common_variables.gypi
|
| diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
|
| index 39e37e8bc64efc0bd390d7ed4b3015191a7dfd50..ac57b6956a58f1e770cb6398f07a1db1a04b24c7 100644
|
| --- a/gyp/common_variables.gypi
|
| +++ b/gyp/common_variables.gypi
|
| @@ -95,7 +95,7 @@
|
| 'skia_chrome_utils%': 1,
|
| 'skia_directwrite%': 0,
|
| 'skia_gpu%': 1,
|
| - 'skia_osx_sdkroot%': '',
|
| + 'skia_osx_deployment_target%': '',
|
| 'skia_profile_enabled%': 0,
|
| 'skia_win_debuggers_path%': '',
|
| 'skia_shared_lib%': 0,
|
| @@ -158,7 +158,7 @@
|
| 'skia_directwrite%': '<(skia_directwrite)',
|
| 'skia_gpu%': '<(skia_gpu)',
|
| 'skia_win_exceptions%': 0,
|
| - 'skia_osx_sdkroot%': '<(skia_osx_sdkroot)',
|
| + 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)',
|
| 'skia_profile_enabled%': '<(skia_profile_enabled)',
|
| 'skia_shared_lib%': '<(skia_shared_lib)',
|
| 'skia_opencl%': '<(skia_opencl)',
|
|
|