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

Side by Side Diff: gyp/common_variables.gypi

Issue 146863003: Revert "Turn NVPR on by default (but off in tools)." (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 10 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
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,
89 'skia_stroke_path_rendering%': 0, 90 'skia_stroke_path_rendering%': 0,
90 'skia_android_path_rendering%': 0, 91 'skia_android_path_rendering%': 0,
91 'skia_resource_cache_mb_limit%': 0, 92 'skia_resource_cache_mb_limit%': 0,
92 'skia_resource_cache_count_limit%': 0, 93 'skia_resource_cache_count_limit%': 0,
93 'skia_angle%': 0, 94 'skia_angle%': 0,
94 'skia_chrome_utils%': 1, 95 'skia_chrome_utils%': 1,
95 'skia_directwrite%': 0, 96 'skia_directwrite%': 0,
96 'skia_gpu%': 1, 97 'skia_gpu%': 1,
97 'skia_osx_deployment_target%': '', 98 'skia_osx_deployment_target%': '',
98 'skia_profile_enabled%': 0, 99 'skia_profile_enabled%': 0,
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 # Re-define all variables defined within the level-2 'variables' dict, 138 # Re-define all variables defined within the level-2 'variables' dict,
138 # so that siblings of the level-1 'variables' dict can see them. 139 # so that siblings of the level-1 'variables' dict can see them.
139 'arm_version%': '<(arm_version)', 140 'arm_version%': '<(arm_version)',
140 'arm_neon%': '<(arm_neon)', 141 'arm_neon%': '<(arm_neon)',
141 'arm_neon_optional%': 0, 142 'arm_neon_optional%': 0,
142 'skia_os%': '<(skia_os)', 143 'skia_os%': '<(skia_os)',
143 'os_posix%': '<(os_posix)', 144 'os_posix%': '<(os_posix)',
144 'skia_sanitizer%': '<(skia_sanitizer)', 145 'skia_sanitizer%': '<(skia_sanitizer)',
145 'skia_scalar%': '<(skia_scalar)', 146 'skia_scalar%': '<(skia_scalar)',
146 'skia_mesa%': '<(skia_mesa)', 147 'skia_mesa%': '<(skia_mesa)',
148 'skia_nv_path_rendering%': '<(skia_nv_path_rendering)',
147 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)', 149 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)',
148 'skia_android_path_rendering%': '<(skia_android_path_rendering)', 150 'skia_android_path_rendering%': '<(skia_android_path_rendering)',
149 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)', 151 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)',
150 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)', 152 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)',
151 'skia_angle%': '<(skia_angle)', 153 'skia_angle%': '<(skia_angle)',
152 'skia_poppler_enabled%': '<(skia_poppler_enabled)', 154 'skia_poppler_enabled%': '<(skia_poppler_enabled)',
153 'skia_arch_width%': '<(skia_arch_width)', 155 'skia_arch_width%': '<(skia_arch_width)',
154 'skia_arch_type%': '<(skia_arch_type)', 156 'skia_arch_type%': '<(skia_arch_type)',
155 'skia_chrome_utils%': '<(skia_chrome_utils)', 157 'skia_chrome_utils%': '<(skia_chrome_utils)',
156 'skia_directwrite%': '<(skia_directwrite)', 158 'skia_directwrite%': '<(skia_directwrite)',
157 'skia_gpu%': '<(skia_gpu)', 159 'skia_gpu%': '<(skia_gpu)',
158 'skia_win_exceptions%': 0, 160 'skia_win_exceptions%': 0,
159 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)', 161 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)',
160 'skia_profile_enabled%': '<(skia_profile_enabled)', 162 'skia_profile_enabled%': '<(skia_profile_enabled)',
161 'skia_shared_lib%': '<(skia_shared_lib)', 163 'skia_shared_lib%': '<(skia_shared_lib)',
162 'skia_opencl%': '<(skia_opencl)', 164 'skia_opencl%': '<(skia_opencl)',
163 'skia_distancefield_fonts%': '<(skia_distancefield_fonts)', 165 'skia_distancefield_fonts%': '<(skia_distancefield_fonts)',
164 'skia_static_initializers%': '<(skia_static_initializers)', 166 'skia_static_initializers%': '<(skia_static_initializers)',
165 'ios_sdk_version%': '6.0', 167 'ios_sdk_version%': '6.0',
166 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', 168 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)',
167 'skia_run_pdfviewer_in_gm%': 0, 169 'skia_run_pdfviewer_in_gm%': 0,
168 170
169 # These are referenced by our .gypi files that list files (e.g. core.gypi) 171 # These are referenced by our .gypi files that list files (e.g. core.gypi)
170 # 172 #
171 'skia_src_path%': '../src', 173 'skia_src_path%': '../src',
172 'skia_include_path%': '../include', 174 'skia_include_path%': '../include',
173 }, 175 },
174 } 176 }
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