| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 'skia_win_exceptions%': 0, | 168 'skia_win_exceptions%': 0, |
| 169 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)', | 169 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)', |
| 170 'skia_profile_enabled%': '<(skia_profile_enabled)', | 170 'skia_profile_enabled%': '<(skia_profile_enabled)', |
| 171 'skia_shared_lib%': '<(skia_shared_lib)', | 171 'skia_shared_lib%': '<(skia_shared_lib)', |
| 172 'skia_opencl%': '<(skia_opencl)', | 172 'skia_opencl%': '<(skia_opencl)', |
| 173 'skia_distancefield_fonts%': '<(skia_distancefield_fonts)', | 173 'skia_distancefield_fonts%': '<(skia_distancefield_fonts)', |
| 174 'skia_static_initializers%': '<(skia_static_initializers)', | 174 'skia_static_initializers%': '<(skia_static_initializers)', |
| 175 'ios_sdk_version%': '6.0', | 175 'ios_sdk_version%': '6.0', |
| 176 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', | 176 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', |
| 177 'skia_run_pdfviewer_in_gm%': 0, | 177 'skia_run_pdfviewer_in_gm%': 0, |
| 178 'skia_disable_inlining%': 0, |
| 178 | 179 |
| 179 # These are referenced by our .gypi files that list files (e.g. core.gypi) | 180 # These are referenced by our .gypi files that list files (e.g. core.gypi) |
| 180 # | 181 # |
| 181 'skia_src_path%': '../src', | 182 'skia_src_path%': '../src', |
| 182 'skia_include_path%': '../include', | 183 'skia_include_path%': '../include', |
| 183 }, | 184 }, |
| 184 } | 185 } |
| OLD | NEW |