| 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 'skia_arch_type%': '<(skia_arch_type)', | 135 'skia_arch_type%': '<(skia_arch_type)', |
| 136 'skia_directwrite%': '<(skia_directwrite)', | 136 'skia_directwrite%': '<(skia_directwrite)', |
| 137 'skia_gpu%': '<(skia_gpu)', | 137 'skia_gpu%': '<(skia_gpu)', |
| 138 'skia_win_exceptions%': 0, | 138 'skia_win_exceptions%': 0, |
| 139 'skia_osx_sdkroot%': '<(skia_osx_sdkroot)', | 139 'skia_osx_sdkroot%': '<(skia_osx_sdkroot)', |
| 140 'skia_profile_enabled%': '<(skia_profile_enabled)', | 140 'skia_profile_enabled%': '<(skia_profile_enabled)', |
| 141 'skia_shared_lib%': '<(skia_shared_lib)', | 141 'skia_shared_lib%': '<(skia_shared_lib)', |
| 142 'skia_static_initializers%': '<(skia_static_initializers)', | 142 'skia_static_initializers%': '<(skia_static_initializers)', |
| 143 'ios_sdk_version%': '6.0', | 143 'ios_sdk_version%': '6.0', |
| 144 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', | 144 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', |
| 145 'skia_asan_build%': 0, |
| 145 | 146 |
| 146 # These are referenced by our .gypi files that list files (e.g. core.gypi) | 147 # These are referenced by our .gypi files that list files (e.g. core.gypi) |
| 147 # | 148 # |
| 148 'skia_src_path%': '../src', | 149 'skia_src_path%': '../src', |
| 149 'skia_include_path%': '../include', | 150 'skia_include_path%': '../include', |
| 150 }, | 151 }, |
| 151 } | 152 } |
| 152 # Local Variables: | 153 # Local Variables: |
| 153 # tab-width:2 | 154 # tab-width:2 |
| 154 # indent-tabs-mode:nil | 155 # indent-tabs-mode:nil |
| 155 # End: | 156 # End: |
| 156 # vim: set expandtab tabstop=2 shiftwidth=2: | 157 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |