| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 | 131 |
| 132 | 132 |
| 133 # skia_no_fontconfig - On POSIX systems that would normally use the | 133 # skia_no_fontconfig - On POSIX systems that would normally use the |
| 134 # SkFontHost_fontconfig interface; use the SkFontHost_linux | 134 # SkFontHost_fontconfig interface; use the SkFontHost_linux |
| 135 # version instead. | 135 # version instead. |
| 136 'skia_no_fontconfig%': '0', | 136 'skia_no_fontconfig%': '0', |
| 137 | 137 |
| 138 'skia_sanitizer%': '', | 138 'skia_sanitizer%': '', |
| 139 'skia_scalar%': 'float', | 139 'skia_scalar%': 'float', |
| 140 'skia_mesa%': 0, | 140 'skia_mesa%': 0, |
| 141 'skia_gpu_extra_dependency_path%': '', |
| 141 'skia_stroke_path_rendering%': 0, | 142 'skia_stroke_path_rendering%': 0, |
| 142 'skia_android_path_rendering%': 0, | 143 'skia_android_path_rendering%': 0, |
| 143 'skia_resource_cache_mb_limit%': 0, | 144 'skia_resource_cache_mb_limit%': 0, |
| 144 'skia_resource_cache_count_limit%': 0, | 145 'skia_resource_cache_count_limit%': 0, |
| 145 'skia_angle%': 0, | 146 'skia_angle%': 0, |
| 146 'skia_gdi%': 0, | 147 'skia_gdi%': 0, |
| 147 'skia_gpu%': 1, | 148 'skia_gpu%': 1, |
| 148 'skia_osx_deployment_target%': '', | 149 'skia_osx_deployment_target%': '', |
| 149 'skia_profile_enabled%': 0, | 150 'skia_profile_enabled%': 0, |
| 150 'skia_win_debuggers_path%': '', | 151 'skia_win_debuggers_path%': '', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 'mips_dsp%': 0, | 209 'mips_dsp%': 0, |
| 209 'skia_os%': '<(skia_os)', | 210 'skia_os%': '<(skia_os)', |
| 210 'os_posix%': '<(os_posix)', | 211 'os_posix%': '<(os_posix)', |
| 211 | 212 |
| 212 'skia_freetype_static%': '<(skia_freetype_static)', | 213 'skia_freetype_static%': '<(skia_freetype_static)', |
| 213 'skia_giflib_static%': '<(skia_giflib_static)', | 214 'skia_giflib_static%': '<(skia_giflib_static)', |
| 214 'skia_no_fontconfig%': '<(skia_no_fontconfig)', | 215 'skia_no_fontconfig%': '<(skia_no_fontconfig)', |
| 215 'skia_sanitizer%': '<(skia_sanitizer)', | 216 'skia_sanitizer%': '<(skia_sanitizer)', |
| 216 'skia_scalar%': '<(skia_scalar)', | 217 'skia_scalar%': '<(skia_scalar)', |
| 217 'skia_mesa%': '<(skia_mesa)', | 218 'skia_mesa%': '<(skia_mesa)', |
| 219 'skia_gpu_extra_dependency_path%': '<(skia_gpu_extra_dependency_path)', |
| 218 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)', | 220 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)', |
| 219 'skia_android_framework%': '<(skia_android_framework)', | 221 'skia_android_framework%': '<(skia_android_framework)', |
| 220 'skia_use_system_json%': '<(skia_use_system_json)', | 222 'skia_use_system_json%': '<(skia_use_system_json)', |
| 221 'skia_android_path_rendering%': '<(skia_android_path_rendering)', | 223 'skia_android_path_rendering%': '<(skia_android_path_rendering)', |
| 222 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)', | 224 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)', |
| 223 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)', | 225 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)', |
| 224 'skia_angle%': '<(skia_angle)', | 226 'skia_angle%': '<(skia_angle)', |
| 225 'skia_poppler_enabled%': '<(skia_poppler_enabled)', | 227 'skia_poppler_enabled%': '<(skia_poppler_enabled)', |
| 226 'skia_arch_width%': '<(skia_arch_width)', | 228 'skia_arch_width%': '<(skia_arch_width)', |
| 227 'skia_arch_type%': '<(skia_arch_type)', | 229 'skia_arch_type%': '<(skia_arch_type)', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 243 'skia_moz2d%': 0, | 245 'skia_moz2d%': 0, |
| 244 'skia_is_bot%': '<!(python -c "import os; print os.environ.get(\'CHROME_HEAD
LESS\', 0)")', | 246 'skia_is_bot%': '<!(python -c "import os; print os.environ.get(\'CHROME_HEAD
LESS\', 0)")', |
| 245 'skia_egl%': '<(skia_egl)', | 247 'skia_egl%': '<(skia_egl)', |
| 246 | 248 |
| 247 # These are referenced by our .gypi files that list files (e.g. core.gypi) | 249 # These are referenced by our .gypi files that list files (e.g. core.gypi) |
| 248 # | 250 # |
| 249 'skia_src_path%': '../src', | 251 'skia_src_path%': '../src', |
| 250 'skia_include_path%': '../include', | 252 'skia_include_path%': '../include', |
| 251 }, | 253 }, |
| 252 } | 254 } |
| OLD | NEW |