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

Side by Side Diff: gyp/common_variables.gypi

Issue 335123010: Make LTCG optional on windows builds. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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
« gyp/common_conditions.gypi ('K') | « gyp/common_conditions.gypi ('k') | 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)', 207 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)',
208 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)', 208 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)',
209 'skia_angle%': '<(skia_angle)', 209 'skia_angle%': '<(skia_angle)',
210 'skia_poppler_enabled%': '<(skia_poppler_enabled)', 210 'skia_poppler_enabled%': '<(skia_poppler_enabled)',
211 'skia_arch_width%': '<(skia_arch_width)', 211 'skia_arch_width%': '<(skia_arch_width)',
212 'skia_arch_type%': '<(skia_arch_type)', 212 'skia_arch_type%': '<(skia_arch_type)',
213 'skia_chrome_utils%': '<(skia_chrome_utils)', 213 'skia_chrome_utils%': '<(skia_chrome_utils)',
214 'skia_directwrite%': '<(skia_directwrite)', 214 'skia_directwrite%': '<(skia_directwrite)',
215 'skia_gpu%': '<(skia_gpu)', 215 'skia_gpu%': '<(skia_gpu)',
216 'skia_win_exceptions%': 0, 216 'skia_win_exceptions%': 0,
217 'skia_win_ltcg%': 1,
217 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)', 218 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)',
218 'skia_profile_enabled%': '<(skia_profile_enabled)', 219 'skia_profile_enabled%': '<(skia_profile_enabled)',
219 'skia_shared_lib%': '<(skia_shared_lib)', 220 'skia_shared_lib%': '<(skia_shared_lib)',
220 'skia_opencl%': '<(skia_opencl)', 221 'skia_opencl%': '<(skia_opencl)',
221 'skia_force_distancefield_fonts%': '<(skia_force_distancefield_fonts)', 222 'skia_force_distancefield_fonts%': '<(skia_force_distancefield_fonts)',
222 'skia_static_initializers%': '<(skia_static_initializers)', 223 'skia_static_initializers%': '<(skia_static_initializers)',
223 'ios_sdk_version%': '6.0', 224 'ios_sdk_version%': '6.0',
224 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', 225 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)',
225 'skia_run_pdfviewer_in_gm%': 0, 226 'skia_run_pdfviewer_in_gm%': 0,
226 'skia_disable_inlining%': 0, 227 'skia_disable_inlining%': 0,
227 'skia_moz2d%': 0, 228 'skia_moz2d%': 0,
228 229
229 # These are referenced by our .gypi files that list files (e.g. core.gypi) 230 # These are referenced by our .gypi files that list files (e.g. core.gypi)
230 # 231 #
231 'skia_src_path%': '../src', 232 'skia_src_path%': '../src',
232 'skia_include_path%': '../include', 233 'skia_include_path%': '../include',
233 }, 234 },
234 } 235 }
OLDNEW
« gyp/common_conditions.gypi ('K') | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698