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

Side by Side Diff: gyp/common_variables.gypi

Issue 1280133004: Add ability to pass in an optional path to additional unit tests to run. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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 | gyp/tests.gypi » ('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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 # skia_no_fontconfig - On POSIX systems that would normally use the 116 # skia_no_fontconfig - On POSIX systems that would normally use the
117 # SkFontHost_fontconfig interface; use the SkFontHost_linux 117 # SkFontHost_fontconfig interface; use the SkFontHost_linux
118 # version instead. 118 # version instead.
119 'skia_no_fontconfig%': '0', 119 'skia_no_fontconfig%': '0',
120 'skia_embedded_fonts%': '0', 120 'skia_embedded_fonts%': '0',
121 121
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_stroke_path_rendering%': 0, 127 'skia_stroke_path_rendering%': 0,
127 'skia_android_path_rendering%': 0, 128 'skia_android_path_rendering%': 0,
128 'skia_resource_cache_mb_limit%': 0, 129 'skia_resource_cache_mb_limit%': 0,
129 'skia_resource_cache_count_limit%': 0, 130 'skia_resource_cache_count_limit%': 0,
130 'skia_angle%': 0, 131 'skia_angle%': 0,
131 'skia_gdi%': 0, 132 'skia_gdi%': 0,
132 'skia_gpu%': 1, 133 'skia_gpu%': 1,
133 'skia_osx_deployment_target%': '', 134 'skia_osx_deployment_target%': '',
134 'skia_pdf%': 1, 135 'skia_pdf%': 1,
135 'skia_profile_enabled%': 0, 136 'skia_profile_enabled%': 0,
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'skia_os%': '<(skia_os)', 187 'skia_os%': '<(skia_os)',
187 'os_posix%': '<(os_posix)', 188 'os_posix%': '<(os_posix)',
188 189
189 'skia_freetype_static%': '<(skia_freetype_static)', 190 'skia_freetype_static%': '<(skia_freetype_static)',
190 'skia_no_fontconfig%': '<(skia_no_fontconfig)', 191 'skia_no_fontconfig%': '<(skia_no_fontconfig)',
191 'skia_embedded_fonts%': '<(skia_embedded_fonts)', 192 'skia_embedded_fonts%': '<(skia_embedded_fonts)',
192 'skia_sanitizer%': '<(skia_sanitizer)', 193 'skia_sanitizer%': '<(skia_sanitizer)',
193 'skia_scalar%': '<(skia_scalar)', 194 'skia_scalar%': '<(skia_scalar)',
194 'skia_mesa%': '<(skia_mesa)', 195 'skia_mesa%': '<(skia_mesa)',
195 'skia_gpu_extra_dependency_path%': '<(skia_gpu_extra_dependency_path)', 196 'skia_gpu_extra_dependency_path%': '<(skia_gpu_extra_dependency_path)',
197 'skia_gpu_extra_tests_path%': '<(skia_gpu_extra_tests_path)',
196 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)', 198 'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)',
197 'skia_android_framework%': '<(skia_android_framework)', 199 'skia_android_framework%': '<(skia_android_framework)',
198 'skia_use_android_framework_defines%': '<(skia_use_android_framework_defines )', 200 'skia_use_android_framework_defines%': '<(skia_use_android_framework_defines )',
199 'skia_use_system_json%': '<(skia_use_system_json)', 201 'skia_use_system_json%': '<(skia_use_system_json)',
200 'skia_android_path_rendering%': '<(skia_android_path_rendering)', 202 'skia_android_path_rendering%': '<(skia_android_path_rendering)',
201 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)', 203 'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)',
202 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)', 204 'skia_resource_cache_count_limit%': '<(skia_resource_cache_count_limit)',
203 'skia_angle%': '<(skia_angle)', 205 'skia_angle%': '<(skia_angle)',
204 'skia_arch_type%': '<(skia_arch_type)', 206 'skia_arch_type%': '<(skia_arch_type)',
205 'skia_chrome_utils%': '<(skia_chrome_utils)', 207 'skia_chrome_utils%': '<(skia_chrome_utils)',
(...skipping 23 matching lines...) Expand all
229 '-ffast-math', # Optimize float math even when it breaks IEEE compliance. 231 '-ffast-math', # Optimize float math even when it breaks IEEE compliance.
230 #'-flto' # Enable link-time optimization. 232 #'-flto' # Enable link-time optimization.
231 ], 233 ],
232 234
233 # These are referenced by our .gypi files that list files (e.g. core.gypi) 235 # These are referenced by our .gypi files that list files (e.g. core.gypi)
234 # 236 #
235 'skia_src_path%': '../src', 237 'skia_src_path%': '../src',
236 'skia_include_path%': '../include', 238 'skia_include_path%': '../include',
237 }, 239 },
238 } 240 }
OLDNEW
« no previous file with comments | « no previous file | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698