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

Side by Side Diff: gyp/common_variables.gypi

Issue 86263003: New Composite CSS border object (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Moved to experimental Created 7 years 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
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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 80
81 'skia_sanitizer%': '', 81 'skia_sanitizer%': '',
82 'skia_scalar%': 'float', 82 'skia_scalar%': 'float',
83 'skia_mesa%': 0, 83 'skia_mesa%': 0,
84 'skia_nv_path_rendering%': 0, 84 'skia_nv_path_rendering%': 0,
85 'skia_stroke_path_rendering%': 0, 85 'skia_stroke_path_rendering%': 0,
86 'skia_android_path_rendering%': 0, 86 'skia_android_path_rendering%': 0,
87 'skia_resource_cache_mb_limit%': 0, 87 'skia_resource_cache_mb_limit%': 0,
88 'skia_resource_cache_count_limit%': 0, 88 'skia_resource_cache_count_limit%': 0,
89 'skia_angle%': 0, 89 'skia_angle%': 0,
90 'skia_chrome_utils%': 1,
90 'skia_directwrite%': 0, 91 'skia_directwrite%': 0,
91 'skia_gpu%': 1, 92 'skia_gpu%': 1,
92 'skia_osx_sdkroot%': '', 93 'skia_osx_sdkroot%': '',
93 'skia_profile_enabled%': 0, 94 'skia_profile_enabled%': 0,
94 'skia_win_debuggers_path%': '', 95 'skia_win_debuggers_path%': '',
95 'skia_shared_lib%': 0, 96 'skia_shared_lib%': 0,
96 'skia_opencl%': 0, 97 'skia_opencl%': 0,
97 'skia_distancefield_fonts%': 0, 98 'skia_distancefield_fonts%': 0,
98 99
99 # These variables determine the default optimization level for different 100 # These variables determine the default optimization level for different
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'skia_scalar%': '<(skia_scalar)', 141 'skia_scalar%': '<(skia_scalar)',
141 'skia_mesa%': '<(skia_mesa)', 142 'skia_mesa%': '<(skia_mesa)',
142 'skia_nv_path_rendering%': '<(skia_nv_path_rendering)', 143 'skia_nv_path_rendering%': '<(skia_nv_path_rendering)',
143 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)', 144 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)',
144 'skia_android_path_rendering%': '<(skia_android_path_rendering)', 145 'skia_android_path_rendering%': '<(skia_android_path_rendering)',
145 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)', 146 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)',
146 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)', 147 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)',
147 'skia_angle%': '<(skia_angle)', 148 'skia_angle%': '<(skia_angle)',
148 'skia_arch_width%': '<(skia_arch_width)', 149 'skia_arch_width%': '<(skia_arch_width)',
149 'skia_arch_type%': '<(skia_arch_type)', 150 'skia_arch_type%': '<(skia_arch_type)',
151 'skia_chrome_utils%': '<(skia_chrome_utils)',
150 'skia_directwrite%': '<(skia_directwrite)', 152 'skia_directwrite%': '<(skia_directwrite)',
151 'skia_gpu%': '<(skia_gpu)', 153 'skia_gpu%': '<(skia_gpu)',
152 'skia_win_exceptions%': 0, 154 'skia_win_exceptions%': 0,
153 'skia_osx_sdkroot%': '<(skia_osx_sdkroot)', 155 'skia_osx_sdkroot%': '<(skia_osx_sdkroot)',
154 'skia_profile_enabled%': '<(skia_profile_enabled)', 156 'skia_profile_enabled%': '<(skia_profile_enabled)',
155 'skia_shared_lib%': '<(skia_shared_lib)', 157 'skia_shared_lib%': '<(skia_shared_lib)',
156 'skia_opencl%': '<(skia_opencl)', 158 'skia_opencl%': '<(skia_opencl)',
157 'skia_distancefield_fonts%': '<(skia_distancefield_fonts)', 159 'skia_distancefield_fonts%': '<(skia_distancefield_fonts)',
158 'skia_static_initializers%': '<(skia_static_initializers)', 160 'skia_static_initializers%': '<(skia_static_initializers)',
159 'ios_sdk_version%': '6.0', 161 'ios_sdk_version%': '6.0',
160 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)', 162 'skia_win_debuggers_path%': '<(skia_win_debuggers_path)',
161 'skia_run_pdfviewer_in_gm%': 0, 163 'skia_run_pdfviewer_in_gm%': 0,
162 164
163 # These are referenced by our .gypi files that list files (e.g. core.gypi) 165 # These are referenced by our .gypi files that list files (e.g. core.gypi)
164 # 166 #
165 'skia_src_path%': '../src', 167 'skia_src_path%': '../src',
166 'skia_include_path%': '../include', 168 'skia_include_path%': '../include',
167 }, 169 },
168 } 170 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698