| OLD | NEW |
| 1 # Copyright 2012 The Android Open Source Project | 1 # Copyright 2012 The Android Open Source Project |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 # Get ready for the ugly... | 7 # Get ready for the ugly... |
| 8 # | 8 # |
| 9 # - We have to nest our variables dictionaries multiple levels deep, so that | 9 # - We have to nest our variables dictionaries multiple levels deep, so that |
| 10 # this and other gyp files can rely on previously-set variable values in | 10 # this and other gyp files can rely on previously-set variable values in |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 'skia_use_system_json%': '<(skia_use_system_json)', | 206 'skia_use_system_json%': '<(skia_use_system_json)', |
| 207 'skia_android_path_rendering%': '<(skia_android_path_rendering)', | 207 'skia_android_path_rendering%': '<(skia_android_path_rendering)', |
| 208 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)', | 208 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)', |
| 209 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)', | 209 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)', |
| 210 'skia_angle%': '<(skia_angle)', | 210 'skia_angle%': '<(skia_angle)', |
| 211 'skia_poppler_enabled%': '<(skia_poppler_enabled)', | 211 'skia_poppler_enabled%': '<(skia_poppler_enabled)', |
| 212 'skia_arch_width%': '<(skia_arch_width)', | 212 'skia_arch_width%': '<(skia_arch_width)', |
| 213 'skia_arch_type%': '<(skia_arch_type)', | 213 'skia_arch_type%': '<(skia_arch_type)', |
| 214 'skia_chrome_utils%': '<(skia_chrome_utils)', | 214 'skia_chrome_utils%': '<(skia_chrome_utils)', |
| 215 'skia_directwrite%': '<(skia_directwrite)', | 215 'skia_directwrite%': '<(skia_directwrite)', |
| 216 'skia_gdi%': '<(skia_gdi)', |
| 216 'skia_gpu%': '<(skia_gpu)', | 217 'skia_gpu%': '<(skia_gpu)', |
| 217 'skia_win_exceptions%': 0, | 218 'skia_win_exceptions%': 0, |
| 218 'skia_win_ltcg%': 1, | 219 'skia_win_ltcg%': 1, |
| 219 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)', | 220 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)', |
| 220 'skia_profile_enabled%': '<(skia_profile_enabled)', | 221 'skia_profile_enabled%': '<(skia_profile_enabled)', |
| 221 'skia_shared_lib%': '<(skia_shared_lib)', | 222 'skia_shared_lib%': '<(skia_shared_lib)', |
| 222 'skia_opencl%': '<(skia_opencl)', | 223 'skia_opencl%': '<(skia_opencl)', |
| 223 'skia_force_distancefield_fonts%': '<(skia_force_distancefield_fonts)', | 224 'skia_force_distancefield_fonts%': '<(skia_force_distancefield_fonts)', |
| 224 'skia_static_initializers%': '<(skia_static_initializers)', | 225 'skia_static_initializers%': '<(skia_static_initializers)', |
| 225 'ios_sdk_version%': '6.0', | 226 'ios_sdk_version%': '6.0', |
| 226 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', | 227 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', |
| 227 'skia_run_pdfviewer_in_gm%': 0, | 228 'skia_run_pdfviewer_in_gm%': 0, |
| 228 'skia_disable_inlining%': 0, | 229 'skia_disable_inlining%': 0, |
| 229 'skia_moz2d%': 0, | 230 'skia_moz2d%': 0, |
| 230 'skia_crash_handler%': | 231 'skia_crash_handler%': |
| 231 '<!(python -c "import os; print os.environ.get(\'CHROME_HEADLESS\', 0)")
', | 232 '<!(python -c "import os; print os.environ.get(\'CHROME_HEADLESS\', 0)")
', |
| 232 | 233 |
| 233 # These are referenced by our .gypi files that list files (e.g. core.gypi) | 234 # These are referenced by our .gypi files that list files (e.g. core.gypi) |
| 234 # | 235 # |
| 235 'skia_src_path%': '../src', | 236 'skia_src_path%': '../src', |
| 236 'skia_include_path%': '../include', | 237 'skia_include_path%': '../include', |
| 237 }, | 238 }, |
| 238 } | 239 } |
| OLD | NEW |