| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 # don't do that; instead compile and staticlly link the version of | 128 # don't do that; instead compile and staticlly link the version of |
| 129 # giflib in third_party/externals/giflib. | 129 # giflib in third_party/externals/giflib. |
| 130 'skia_giflib_static%': '0', | 130 'skia_giflib_static%': '0', |
| 131 | 131 |
| 132 # skia_libpng_static - on OS variants that normally would link libpng | 132 # skia_libpng_static - on OS variants that normally would link libpng |
| 133 # with '-lpng' and include the headers from '/usr/include/png.h', | 133 # with '-lpng' and include the headers from '/usr/include/png.h', |
| 134 # don't do that; instead compile and staticlly link the version of | 134 # don't do that; instead compile and staticlly link the version of |
| 135 # libpng in third_party/externals/libpng. | 135 # libpng in third_party/externals/libpng. |
| 136 'skia_libpng_static%': '0', | 136 'skia_libpng_static%': '0', |
| 137 | 137 |
| 138 # skia_zlib_static - on OS variants that normally would link zlib with | |
| 139 # '-lz' or libz.dylib and include the headers from '<zlib.h>', | |
| 140 # don't do that; instead compile and staticlly link the version of | |
| 141 # zlib in third_party/externals/zlib. | |
| 142 'skia_zlib_static%': '0', | |
| 143 | |
| 144 # skia_no_fontconfig - On POSIX systems that would normally use the | 138 # skia_no_fontconfig - On POSIX systems that would normally use the |
| 145 # SkFontHost_fontconfig interface; use the SkFontHost_linux | 139 # SkFontHost_fontconfig interface; use the SkFontHost_linux |
| 146 # version instead. | 140 # version instead. |
| 147 'skia_no_fontconfig%': '0', | 141 'skia_no_fontconfig%': '0', |
| 148 | 142 |
| 149 'skia_sanitizer%': '', | 143 'skia_sanitizer%': '', |
| 150 'skia_scalar%': 'float', | 144 'skia_scalar%': 'float', |
| 151 'skia_mesa%': 0, | 145 'skia_mesa%': 0, |
| 152 'skia_stroke_path_rendering%': 0, | 146 'skia_stroke_path_rendering%': 0, |
| 153 'skia_android_path_rendering%': 0, | 147 'skia_android_path_rendering%': 0, |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 'arm_neon%': '<(arm_neon)', | 201 'arm_neon%': '<(arm_neon)', |
| 208 'arm_neon_optional%': 0, | 202 'arm_neon_optional%': 0, |
| 209 'mips_arch_variant%': 'mips32', | 203 'mips_arch_variant%': 'mips32', |
| 210 'mips_dsp%': 0, | 204 'mips_dsp%': 0, |
| 211 'skia_os%': '<(skia_os)', | 205 'skia_os%': '<(skia_os)', |
| 212 'os_posix%': '<(os_posix)', | 206 'os_posix%': '<(os_posix)', |
| 213 | 207 |
| 214 'skia_freetype_static%': '<(skia_freetype_static)', | 208 'skia_freetype_static%': '<(skia_freetype_static)', |
| 215 'skia_giflib_static%': '<(skia_giflib_static)', | 209 'skia_giflib_static%': '<(skia_giflib_static)', |
| 216 'skia_libpng_static%': '<(skia_libpng_static)', | 210 'skia_libpng_static%': '<(skia_libpng_static)', |
| 217 'skia_zlib_static%': '<(skia_zlib_static)', | |
| 218 'skia_no_fontconfig%': '<(skia_no_fontconfig)', | 211 'skia_no_fontconfig%': '<(skia_no_fontconfig)', |
| 219 'skia_sanitizer%': '<(skia_sanitizer)', | 212 'skia_sanitizer%': '<(skia_sanitizer)', |
| 220 'skia_scalar%': '<(skia_scalar)', | 213 'skia_scalar%': '<(skia_scalar)', |
| 221 'skia_mesa%': '<(skia_mesa)', | 214 'skia_mesa%': '<(skia_mesa)', |
| 222 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)', | 215 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)', |
| 223 'skia_android_framework%': '<(skia_android_framework)', | 216 'skia_android_framework%': '<(skia_android_framework)', |
| 224 'skia_use_system_json%': '<(skia_use_system_json)', | 217 'skia_use_system_json%': '<(skia_use_system_json)', |
| 225 'skia_android_path_rendering%': '<(skia_android_path_rendering)', | 218 'skia_android_path_rendering%': '<(skia_android_path_rendering)', |
| 226 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)', | 219 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)', |
| 227 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)', | 220 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 247 'skia_moz2d%': 0, | 240 'skia_moz2d%': 0, |
| 248 'skia_is_bot%': '<!(python -c "import os; print os.environ.get(\'CHROME_HEAD
LESS\', 0)")', | 241 'skia_is_bot%': '<!(python -c "import os; print os.environ.get(\'CHROME_HEAD
LESS\', 0)")', |
| 249 'skia_egl%': '<(skia_egl)', | 242 'skia_egl%': '<(skia_egl)', |
| 250 | 243 |
| 251 # These are referenced by our .gypi files that list files (e.g. core.gypi) | 244 # These are referenced by our .gypi files that list files (e.g. core.gypi) |
| 252 # | 245 # |
| 253 'skia_src_path%': '../src', | 246 'skia_src_path%': '../src', |
| 254 'skia_include_path%': '../include', | 247 'skia_include_path%': '../include', |
| 255 }, | 248 }, |
| 256 } | 249 } |
| OLD | NEW |