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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 'skia_profile_enabled%': '<(skia_profile_enabled)', | 225 'skia_profile_enabled%': '<(skia_profile_enabled)', |
226 'skia_shared_lib%': '<(skia_shared_lib)', | 226 'skia_shared_lib%': '<(skia_shared_lib)', |
227 'skia_opencl%': '<(skia_opencl)', | 227 'skia_opencl%': '<(skia_opencl)', |
228 'skia_force_distancefield_fonts%': '<(skia_force_distancefield_fonts)', | 228 'skia_force_distancefield_fonts%': '<(skia_force_distancefield_fonts)', |
229 'skia_static_initializers%': '<(skia_static_initializers)', | 229 'skia_static_initializers%': '<(skia_static_initializers)', |
230 'ios_sdk_version%': '6.0', | 230 'ios_sdk_version%': '6.0', |
231 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', | 231 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', |
232 'skia_run_pdfviewer_in_gm%': 0, | 232 'skia_run_pdfviewer_in_gm%': 0, |
233 'skia_disable_inlining%': 0, | 233 'skia_disable_inlining%': 0, |
234 'skia_moz2d%': 0, | 234 'skia_moz2d%': 0, |
235 'skia_crash_handler%': | 235 'skia_is_bot%': '<!(python -c "import os; print os.environ.get(\'CHROME_HEAD
LESS\', 0)")', |
236 '<!(python -c "import os; print os.environ.get(\'CHROME_HEADLESS\', 0)")
', | |
237 | 236 |
238 # These are referenced by our .gypi files that list files (e.g. core.gypi) | 237 # These are referenced by our .gypi files that list files (e.g. core.gypi) |
239 # | 238 # |
240 'skia_src_path%': '../src', | 239 'skia_src_path%': '../src', |
241 'skia_include_path%': '../include', | 240 'skia_include_path%': '../include', |
242 }, | 241 }, |
243 } | 242 } |
OLD | NEW |