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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 'skia_mesa%': '<(skia_mesa)', | 113 'skia_mesa%': '<(skia_mesa)', |
114 'skia_nv_path_rendering%': '<(skia_nv_path_rendering)', | 114 'skia_nv_path_rendering%': '<(skia_nv_path_rendering)', |
115 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)', | 115 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)', |
116 'skia_android_path_rendering%': '<(skia_android_path_rendering)', | 116 'skia_android_path_rendering%': '<(skia_android_path_rendering)', |
117 'skia_texture_cache_mb_limit%': '<(skia_texture_cache_mb_limit)', | 117 'skia_texture_cache_mb_limit%': '<(skia_texture_cache_mb_limit)', |
118 'skia_angle%': '<(skia_angle)', | 118 'skia_angle%': '<(skia_angle)', |
119 'skia_arch_width%': '<(skia_arch_width)', | 119 'skia_arch_width%': '<(skia_arch_width)', |
120 'skia_arch_type%': '<(skia_arch_type)', | 120 'skia_arch_type%': '<(skia_arch_type)', |
121 'skia_directwrite%': '<(skia_directwrite)', | 121 'skia_directwrite%': '<(skia_directwrite)', |
122 'skia_gpu%': '<(skia_gpu)', | 122 'skia_gpu%': '<(skia_gpu)', |
| 123 'skia_win_exceptions%': 0, |
123 'skia_osx_sdkroot%': '<(skia_osx_sdkroot)', | 124 'skia_osx_sdkroot%': '<(skia_osx_sdkroot)', |
124 'skia_profile_enabled%': '<(skia_profile_enabled)', | 125 'skia_profile_enabled%': '<(skia_profile_enabled)', |
125 'skia_shared_lib%': '<(skia_shared_lib)', | 126 'skia_shared_lib%': '<(skia_shared_lib)', |
126 'skia_static_initializers%': '<(skia_static_initializers)', | 127 'skia_static_initializers%': '<(skia_static_initializers)', |
127 'ios_sdk_version%': '6.0', | 128 'ios_sdk_version%': '6.0', |
128 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', | 129 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', |
129 | 130 |
130 'skia_cros_target%': '', | 131 'skia_cros_target%': '', |
131 | 132 |
132 # These are referenced by our .gypi files that list files (e.g. core.gypi) | 133 # These are referenced by our .gypi files that list files (e.g. core.gypi) |
133 # | 134 # |
134 'skia_src_path%': '../src', | 135 'skia_src_path%': '../src', |
135 'skia_include_path%': '../include', | 136 'skia_include_path%': '../include', |
136 }, | 137 }, |
137 } | 138 } |
138 # Local Variables: | 139 # Local Variables: |
139 # tab-width:2 | 140 # tab-width:2 |
140 # indent-tabs-mode:nil | 141 # indent-tabs-mode:nil |
141 # End: | 142 # End: |
142 # vim: set expandtab tabstop=2 shiftwidth=2: | 143 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |