Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Side by Side Diff: gyp/common_variables.gypi

Issue 144003006: Turn NVPR on by default (but off in tools). (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: fix vs 2010 x86 debugger builds Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 },{ # skia_os is not ios 79 },{ # skia_os is not ios
80 'skia_arch_type%': 'x86', 80 'skia_arch_type%': 'x86',
81 'arm_version%': 0, 81 'arm_version%': 0,
82 'arm_neon%': 0, 82 'arm_neon%': 0,
83 }], 83 }],
84 ], 84 ],
85 85
86 'skia_sanitizer%': '', 86 'skia_sanitizer%': '',
87 'skia_scalar%': 'float', 87 'skia_scalar%': 'float',
88 'skia_mesa%': 0, 88 'skia_mesa%': 0,
89 'skia_nv_path_rendering%': 0,
90 'skia_stroke_path_rendering%': 0, 89 'skia_stroke_path_rendering%': 0,
91 'skia_android_path_rendering%': 0, 90 'skia_android_path_rendering%': 0,
92 'skia_resource_cache_mb_limit%': 0, 91 'skia_resource_cache_mb_limit%': 0,
93 'skia_resource_cache_count_limit%': 0, 92 'skia_resource_cache_count_limit%': 0,
94 'skia_angle%': 0, 93 'skia_angle%': 0,
95 'skia_chrome_utils%': 1, 94 'skia_chrome_utils%': 1,
96 'skia_directwrite%': 0, 95 'skia_directwrite%': 0,
97 'skia_gpu%': 1, 96 'skia_gpu%': 1,
98 'skia_osx_deployment_target%': '', 97 'skia_osx_deployment_target%': '',
99 'skia_profile_enabled%': 0, 98 'skia_profile_enabled%': 0,
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 # Re-define all variables defined within the level-2 'variables' dict, 137 # Re-define all variables defined within the level-2 'variables' dict,
139 # so that siblings of the level-1 'variables' dict can see them. 138 # so that siblings of the level-1 'variables' dict can see them.
140 'arm_version%': '<(arm_version)', 139 'arm_version%': '<(arm_version)',
141 'arm_neon%': '<(arm_neon)', 140 'arm_neon%': '<(arm_neon)',
142 'arm_neon_optional%': 0, 141 'arm_neon_optional%': 0,
143 'skia_os%': '<(skia_os)', 142 'skia_os%': '<(skia_os)',
144 'os_posix%': '<(os_posix)', 143 'os_posix%': '<(os_posix)',
145 'skia_sanitizer%': '<(skia_sanitizer)', 144 'skia_sanitizer%': '<(skia_sanitizer)',
146 'skia_scalar%': '<(skia_scalar)', 145 'skia_scalar%': '<(skia_scalar)',
147 'skia_mesa%': '<(skia_mesa)', 146 'skia_mesa%': '<(skia_mesa)',
148 'skia_nv_path_rendering%': '<(skia_nv_path_rendering)',
149 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)', 147 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)',
150 'skia_android_path_rendering%': '<(skia_android_path_rendering)', 148 'skia_android_path_rendering%': '<(skia_android_path_rendering)',
151 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)', 149 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)',
152 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)', 150 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)',
153 'skia_angle%': '<(skia_angle)', 151 'skia_angle%': '<(skia_angle)',
154 'skia_poppler_enabled%': '<(skia_poppler_enabled)', 152 'skia_poppler_enabled%': '<(skia_poppler_enabled)',
155 'skia_arch_width%': '<(skia_arch_width)', 153 'skia_arch_width%': '<(skia_arch_width)',
156 'skia_arch_type%': '<(skia_arch_type)', 154 'skia_arch_type%': '<(skia_arch_type)',
157 'skia_chrome_utils%': '<(skia_chrome_utils)', 155 'skia_chrome_utils%': '<(skia_chrome_utils)',
158 'skia_directwrite%': '<(skia_directwrite)', 156 'skia_directwrite%': '<(skia_directwrite)',
159 'skia_gpu%': '<(skia_gpu)', 157 'skia_gpu%': '<(skia_gpu)',
160 'skia_win_exceptions%': 0, 158 'skia_win_exceptions%': 0,
161 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)', 159 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)',
162 'skia_profile_enabled%': '<(skia_profile_enabled)', 160 'skia_profile_enabled%': '<(skia_profile_enabled)',
163 'skia_shared_lib%': '<(skia_shared_lib)', 161 'skia_shared_lib%': '<(skia_shared_lib)',
164 'skia_opencl%': '<(skia_opencl)', 162 'skia_opencl%': '<(skia_opencl)',
165 'skia_distancefield_fonts%': '<(skia_distancefield_fonts)', 163 'skia_distancefield_fonts%': '<(skia_distancefield_fonts)',
166 'skia_static_initializers%': '<(skia_static_initializers)', 164 'skia_static_initializers%': '<(skia_static_initializers)',
167 'ios_sdk_version%': '6.0', 165 'ios_sdk_version%': '6.0',
168 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', 166 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)',
169 'skia_run_pdfviewer_in_gm%': 0, 167 'skia_run_pdfviewer_in_gm%': 0,
170 168
171 # These are referenced by our .gypi files that list files (e.g. core.gypi) 169 # These are referenced by our .gypi files that list files (e.g. core.gypi)
172 # 170 #
173 'skia_src_path%': '../src', 171 'skia_src_path%': '../src',
174 'skia_include_path%': '../include', 172 'skia_include_path%': '../include',
175 }, 173 },
176 } 174 }
OLDNEW
« no previous file with comments | « expectations/gm/Test-Win8-ShuttleA-GTX660-x86-Release-NVPR/expected-results.json ('k') | gyp/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698