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

Side by Side Diff: gyp/common_variables.gypi

Issue 1306823003: skia: add ability to load command_buffer_gles2 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: and NULL->nullptr, just because. Created 5 years, 3 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 | « gyp/common.gypi ('k') | gyp/gpu.gyp » ('j') | 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'skia_sanitizer%': '', 122 'skia_sanitizer%': '',
123 'skia_scalar%': 'float', 123 'skia_scalar%': 'float',
124 'skia_mesa%': 0, 124 'skia_mesa%': 0,
125 'skia_gpu_extra_dependency_path%': '', 125 'skia_gpu_extra_dependency_path%': '',
126 'skia_gpu_extra_tests_path%': '', 126 'skia_gpu_extra_tests_path%': '',
127 'skia_stroke_path_rendering%': 0, 127 'skia_stroke_path_rendering%': 0,
128 'skia_android_path_rendering%': 0, 128 'skia_android_path_rendering%': 0,
129 'skia_resource_cache_mb_limit%': 0, 129 'skia_resource_cache_mb_limit%': 0,
130 'skia_resource_cache_count_limit%': 0, 130 'skia_resource_cache_count_limit%': 0,
131 'skia_angle%': 0, 131 'skia_angle%': 0,
132 'skia_command_buffer%': 0,
132 'skia_gdi%': 0, 133 'skia_gdi%': 0,
133 'skia_gpu%': 1, 134 'skia_gpu%': 1,
134 'skia_osx_deployment_target%': '', 135 'skia_osx_deployment_target%': '',
135 'skia_pdf%': 1, 136 'skia_pdf%': 1,
136 'skia_profile_enabled%': 0, 137 'skia_profile_enabled%': 0,
137 'skia_vulkan%': 0, 138 'skia_vulkan%': 0,
138 'skia_win_debuggers_path%': '', 139 'skia_win_debuggers_path%': '',
139 'skia_shared_lib%': 0, 140 'skia_shared_lib%': 0,
140 'skia_opencl%': 0, 141 'skia_opencl%': 0,
141 'skia_force_distance_field_text%': 0, 142 'skia_force_distance_field_text%': 0,
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)', 200 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)',
200 'skia_android_framework%': '<(skia_android_framework)', 201 'skia_android_framework%': '<(skia_android_framework)',
201 'skia_use_android_framework_defines%': '<(skia_use_android_framework_defines )', 202 'skia_use_android_framework_defines%': '<(skia_use_android_framework_defines )',
202 'skia_use_system_json%': '<(skia_use_system_json)', 203 'skia_use_system_json%': '<(skia_use_system_json)',
203 'skia_android_path_rendering%': '<(skia_android_path_rendering)', 204 'skia_android_path_rendering%': '<(skia_android_path_rendering)',
204 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)', 205 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)',
205 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)', 206 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)',
206 'skia_angle%': '<(skia_angle)', 207 'skia_angle%': '<(skia_angle)',
207 'skia_arch_type%': '<(skia_arch_type)', 208 'skia_arch_type%': '<(skia_arch_type)',
208 'skia_chrome_utils%': '<(skia_chrome_utils)', 209 'skia_chrome_utils%': '<(skia_chrome_utils)',
210 'skia_command_buffer%': '<(skia_command_buffer)',
209 'skia_gdi%': '<(skia_gdi)', 211 'skia_gdi%': '<(skia_gdi)',
210 'skia_gpu%': '<(skia_gpu)', 212 'skia_gpu%': '<(skia_gpu)',
211 'skia_vulkan%': '<(skia_vulkan)', 213 'skia_vulkan%': '<(skia_vulkan)',
212 'skia_win_exceptions%': 0, 214 'skia_win_exceptions%': 0,
213 'skia_win_ltcg%': 1, 215 'skia_win_ltcg%': 1,
214 'sknx_no_simd%': 0, 216 'sknx_no_simd%': 0,
215 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)', 217 'skia_osx_deployment_target%': '<(skia_osx_deployment_target)',
216 'skia_pdf%': '<(skia_pdf)', 218 'skia_pdf%': '<(skia_pdf)',
217 'skia_profile_enabled%': '<(skia_profile_enabled)', 219 'skia_profile_enabled%': '<(skia_profile_enabled)',
218 'skia_shared_lib%': '<(skia_shared_lib)', 220 'skia_shared_lib%': '<(skia_shared_lib)',
(...skipping 14 matching lines...) Expand all
233 '-ffast-math', # Optimize float math even when it breaks IEEE compliance. 235 '-ffast-math', # Optimize float math even when it breaks IEEE compliance.
234 #'-flto' # Enable link-time optimization. 236 #'-flto' # Enable link-time optimization.
235 ], 237 ],
236 238
237 # These are referenced by our .gypi files that list files (e.g. core.gypi) 239 # These are referenced by our .gypi files that list files (e.g. core.gypi)
238 # 240 #
239 'skia_src_path%': '../src', 241 'skia_src_path%': '../src',
240 'skia_include_path%': '../include', 242 'skia_include_path%': '../include',
241 }, 243 },
242 } 244 }
OLDNEW
« no previous file with comments | « gyp/common.gypi ('k') | gyp/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698