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

Side by Side Diff: gyp/common_variables.gypi

Issue 435553004: Clean up skia_directwrite GYP variable. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'skia_no_fontconfig%': '0', 132 'skia_no_fontconfig%': '0',
133 133
134 'skia_sanitizer%': '', 134 'skia_sanitizer%': '',
135 'skia_scalar%': 'float', 135 'skia_scalar%': 'float',
136 'skia_mesa%': 0, 136 'skia_mesa%': 0,
137 'skia_stroke_path_rendering%': 0, 137 'skia_stroke_path_rendering%': 0,
138 'skia_android_path_rendering%': 0, 138 'skia_android_path_rendering%': 0,
139 'skia_resource_cache_mb_limit%': 0, 139 'skia_resource_cache_mb_limit%': 0,
140 'skia_resource_cache_count_limit%': 0, 140 'skia_resource_cache_count_limit%': 0,
141 'skia_angle%': 0, 141 'skia_angle%': 0,
142 'skia_directwrite%': 0, # Ignored. TODO(mtklein): clean up
143 'skia_gdi%': 0, 142 'skia_gdi%': 0,
144 'skia_gpu%': 1, 143 'skia_gpu%': 1,
145 'skia_osx_deployment_target%': '', 144 'skia_osx_deployment_target%': '',
146 'skia_profile_enabled%': 0, 145 'skia_profile_enabled%': 0,
147 'skia_win_debuggers_path%': '', 146 'skia_win_debuggers_path%': '',
148 'skia_shared_lib%': 0, 147 'skia_shared_lib%': 0,
149 'skia_opencl%': 0, 148 'skia_opencl%': 0,
150 'skia_force_distancefield_fonts%': 0, 149 'skia_force_distancefield_fonts%': 0,
151 150
152 # These variables determine the default optimization level for different 151 # These variables determine the default optimization level for different
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'skia_android_framework%': '<(skia_android_framework)', 210 'skia_android_framework%': '<(skia_android_framework)',
212 'skia_use_system_json%': '<(skia_use_system_json)', 211 'skia_use_system_json%': '<(skia_use_system_json)',
213 'skia_android_path_rendering%': '<(skia_android_path_rendering)', 212 'skia_android_path_rendering%': '<(skia_android_path_rendering)',
214 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)', 213 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)',
215 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)', 214 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)',
216 'skia_angle%': '<(skia_angle)', 215 'skia_angle%': '<(skia_angle)',
217 'skia_poppler_enabled%': '<(skia_poppler_enabled)', 216 'skia_poppler_enabled%': '<(skia_poppler_enabled)',
218 'skia_arch_width%': '<(skia_arch_width)', 217 'skia_arch_width%': '<(skia_arch_width)',
219 'skia_arch_type%': '<(skia_arch_type)', 218 'skia_arch_type%': '<(skia_arch_type)',
220 'skia_chrome_utils%': '<(skia_chrome_utils)', 219 'skia_chrome_utils%': '<(skia_chrome_utils)',
221 'skia_directwrite%': '<(skia_directwrite)',
222 'skia_gdi%': '<(skia_gdi)', 220 'skia_gdi%': '<(skia_gdi)',
223 'skia_gpu%': '<(skia_gpu)', 221 'skia_gpu%': '<(skia_gpu)',
224 'skia_win_exceptions%': 0, 222 'skia_win_exceptions%': 0,
225 'skia_win_ltcg%': 1, 223 'skia_win_ltcg%': 1,
226 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)', 224 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)',
227 'skia_profile_enabled%': '<(skia_profile_enabled)', 225 'skia_profile_enabled%': '<(skia_profile_enabled)',
228 'skia_shared_lib%': '<(skia_shared_lib)', 226 'skia_shared_lib%': '<(skia_shared_lib)',
229 'skia_opencl%': '<(skia_opencl)', 227 'skia_opencl%': '<(skia_opencl)',
230 'skia_force_distancefield_fonts%': '<(skia_force_distancefield_fonts)', 228 'skia_force_distancefield_fonts%': '<(skia_force_distancefield_fonts)',
231 'skia_static_initializers%': '<(skia_static_initializers)', 229 'skia_static_initializers%': '<(skia_static_initializers)',
232 'ios_sdk_version%': '6.0', 230 'ios_sdk_version%': '6.0',
233 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', 231 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)',
234 'skia_run_pdfviewer_in_gm%': 0, 232 'skia_run_pdfviewer_in_gm%': 0,
235 'skia_disable_inlining%': 0, 233 'skia_disable_inlining%': 0,
236 'skia_moz2d%': 0, 234 'skia_moz2d%': 0,
237 'skia_crash_handler%': 235 'skia_crash_handler%':
238 '<!(python -c "import os; print os.environ.get(\'CHROME_HEADLESS\', 0)") ', 236 '<!(python -c "import os; print os.environ.get(\'CHROME_HEADLESS\', 0)") ',
239 237
240 # These are referenced by our .gypi files that list files (e.g. core.gypi) 238 # These are referenced by our .gypi files that list files (e.g. core.gypi)
241 # 239 #
242 'skia_src_path%': '../src', 240 'skia_src_path%': '../src',
243 'skia_include_path%': '../include', 241 'skia_include_path%': '../include',
244 }, 242 },
245 } 243 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698