| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 'ios_sdk_version%': '6.0', | 159 'ios_sdk_version%': '6.0', |
| 160 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', | 160 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', |
| 161 'skia_run_pdfviewer_in_gm%': 0, | 161 'skia_run_pdfviewer_in_gm%': 0, |
| 162 | 162 |
| 163 # These are referenced by our .gypi files that list files (e.g. core.gypi) | 163 # These are referenced by our .gypi files that list files (e.g. core.gypi) |
| 164 # | 164 # |
| 165 'skia_src_path%': '../src', | 165 'skia_src_path%': '../src', |
| 166 'skia_include_path%': '../include', | 166 'skia_include_path%': '../include', |
| 167 }, | 167 }, |
| 168 } | 168 } |
| 169 # Local Variables: | |
| 170 # tab-width:2 | |
| 171 # indent-tabs-mode:nil | |
| 172 # End: | |
| 173 # vim: set expandtab tabstop=2 shiftwidth=2: | |
| OLD | NEW |