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

Side by Side Diff: gyp/common_variables.gypi

Issue 138033018: Allow an override of MACOSX_DEPLOYMENT_TARGET, so the user can built against a different SDK if des… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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
« no previous file with comments | « 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'skia_mesa%': 0, 88 'skia_mesa%': 0,
89 'skia_nv_path_rendering%': 0, 89 'skia_nv_path_rendering%': 0,
90 'skia_stroke_path_rendering%': 0, 90 'skia_stroke_path_rendering%': 0,
91 'skia_android_path_rendering%': 0, 91 'skia_android_path_rendering%': 0,
92 'skia_resource_cache_mb_limit%': 0, 92 'skia_resource_cache_mb_limit%': 0,
93 'skia_resource_cache_count_limit%': 0, 93 'skia_resource_cache_count_limit%': 0,
94 'skia_angle%': 0, 94 'skia_angle%': 0,
95 'skia_chrome_utils%': 1, 95 'skia_chrome_utils%': 1,
96 'skia_directwrite%': 0, 96 'skia_directwrite%': 0,
97 'skia_gpu%': 1, 97 'skia_gpu%': 1,
98 'skia_osx_sdkroot%': '', 98 'skia_osx_deployment_target%': '',
99 'skia_profile_enabled%': 0, 99 'skia_profile_enabled%': 0,
100 'skia_win_debuggers_path%': '', 100 'skia_win_debuggers_path%': '',
101 'skia_shared_lib%': 0, 101 'skia_shared_lib%': 0,
102 'skia_opencl%': 0, 102 'skia_opencl%': 0,
103 'skia_distancefield_fonts%': 0, 103 'skia_distancefield_fonts%': 0,
104 104
105 # These variables determine the default optimization level for different 105 # These variables determine the default optimization level for different
106 # compilers. 106 # compilers.
107 'skia_default_vs_optimization_level': 3, # full (/Ox) 107 'skia_default_vs_optimization_level': 3, # full (/Ox)
108 'skia_default_gcc_optimization_level': 3, # -O3 108 'skia_default_gcc_optimization_level': 3, # -O3
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)', 151 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)',
152 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)', 152 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)',
153 'skia_angle%': '<(skia_angle)', 153 'skia_angle%': '<(skia_angle)',
154 'skia_poppler_enabled%': '<(skia_poppler_enabled)', 154 'skia_poppler_enabled%': '<(skia_poppler_enabled)',
155 'skia_arch_width%': '<(skia_arch_width)', 155 'skia_arch_width%': '<(skia_arch_width)',
156 'skia_arch_type%': '<(skia_arch_type)', 156 'skia_arch_type%': '<(skia_arch_type)',
157 'skia_chrome_utils%': '<(skia_chrome_utils)', 157 'skia_chrome_utils%': '<(skia_chrome_utils)',
158 'skia_directwrite%': '<(skia_directwrite)', 158 'skia_directwrite%': '<(skia_directwrite)',
159 'skia_gpu%': '<(skia_gpu)', 159 'skia_gpu%': '<(skia_gpu)',
160 'skia_win_exceptions%': 0, 160 'skia_win_exceptions%': 0,
161 'skia_osx_sdkroot%': '<(skia_osx_sdkroot)', 161 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)',
162 'skia_profile_enabled%': '<(skia_profile_enabled)', 162 'skia_profile_enabled%': '<(skia_profile_enabled)',
163 'skia_shared_lib%': '<(skia_shared_lib)', 163 'skia_shared_lib%': '<(skia_shared_lib)',
164 'skia_opencl%': '<(skia_opencl)', 164 'skia_opencl%': '<(skia_opencl)',
165 'skia_distancefield_fonts%': '<(skia_distancefield_fonts)', 165 'skia_distancefield_fonts%': '<(skia_distancefield_fonts)',
166 'skia_static_initializers%': '<(skia_static_initializers)', 166 'skia_static_initializers%': '<(skia_static_initializers)',
167 'ios_sdk_version%': '6.0', 167 'ios_sdk_version%': '6.0',
168 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', 168 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)',
169 'skia_run_pdfviewer_in_gm%': 0, 169 'skia_run_pdfviewer_in_gm%': 0,
170 170
171 # 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)
172 # 172 #
173 'skia_src_path%': '../src', 173 'skia_src_path%': '../src',
174 'skia_include_path%': '../include', 174 'skia_include_path%': '../include',
175 }, 175 },
176 } 176 }
OLDNEW
« no previous file with comments | « gyp/common_conditions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698