| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'skia_directwrite%': '<(skia_directwrite)', | 149 'skia_directwrite%': '<(skia_directwrite)', |
| 150 'skia_gpu%': '<(skia_gpu)', | 150 'skia_gpu%': '<(skia_gpu)', |
| 151 'skia_win_exceptions%': 0, | 151 'skia_win_exceptions%': 0, |
| 152 'skia_osx_sdkroot%': '<(skia_osx_sdkroot)', | 152 'skia_osx_sdkroot%': '<(skia_osx_sdkroot)', |
| 153 'skia_profile_enabled%': '<(skia_profile_enabled)', | 153 'skia_profile_enabled%': '<(skia_profile_enabled)', |
| 154 'skia_shared_lib%': '<(skia_shared_lib)', | 154 'skia_shared_lib%': '<(skia_shared_lib)', |
| 155 'skia_opencl%': '<(skia_opencl)', | 155 'skia_opencl%': '<(skia_opencl)', |
| 156 'skia_static_initializers%': '<(skia_static_initializers)', | 156 'skia_static_initializers%': '<(skia_static_initializers)', |
| 157 'ios_sdk_version%': '6.0', | 157 'ios_sdk_version%': '6.0', |
| 158 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', | 158 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', |
| 159 'skia_run_pdfviewer_in_gm%': 0, |
| 159 | 160 |
| 160 # These are referenced by our .gypi files that list files (e.g. core.gypi) | 161 # These are referenced by our .gypi files that list files (e.g. core.gypi) |
| 161 # | 162 # |
| 162 'skia_src_path%': '../src', | 163 'skia_src_path%': '../src', |
| 163 'skia_include_path%': '../include', | 164 'skia_include_path%': '../include', |
| 164 }, | 165 }, |
| 165 } | 166 } |
| 166 # Local Variables: | 167 # Local Variables: |
| 167 # tab-width:2 | 168 # tab-width:2 |
| 168 # indent-tabs-mode:nil | 169 # indent-tabs-mode:nil |
| 169 # End: | 170 # End: |
| 170 # vim: set expandtab tabstop=2 shiftwidth=2: | 171 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |