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

Side by Side Diff: gyp/common_variables.gypi

Issue 1952953004: Remove NEON runtime detection support. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: (x) Created 4 years, 7 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
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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 }, { 189 }, {
190 'skia_pic%' : 0, 190 'skia_pic%' : 0,
191 } 191 }
192 ], 192 ],
193 ], 193 ],
194 194
195 # Re-define all variables defined within the level-2 'variables' dict, 195 # Re-define all variables defined within the level-2 'variables' dict,
196 # so that siblings of the level-1 'variables' dict can see them. 196 # so that siblings of the level-1 'variables' dict can see them.
197 'arm_version%': '<(arm_version)', 197 'arm_version%': '<(arm_version)',
198 'arm_neon%': '<(arm_neon)', 198 'arm_neon%': '<(arm_neon)',
199 'arm_neon_optional%': 0,
200 'mips_arch_variant%': 'mips32', 199 'mips_arch_variant%': 'mips32',
201 'mips_dsp%': 0, 200 'mips_dsp%': 0,
202 'skia_os%': '<(skia_os)', 201 'skia_os%': '<(skia_os)',
203 'os_posix%': '<(os_posix)', 202 'os_posix%': '<(os_posix)',
204 203
205 'skia_freetype_static%': '<(skia_freetype_static)', 204 'skia_freetype_static%': '<(skia_freetype_static)',
206 'skia_no_fontconfig%': '<(skia_no_fontconfig)', 205 'skia_no_fontconfig%': '<(skia_no_fontconfig)',
207 'skia_embedded_fonts%': '<(skia_embedded_fonts)', 206 'skia_embedded_fonts%': '<(skia_embedded_fonts)',
208 'skia_sanitizer%': '<(skia_sanitizer)', 207 'skia_sanitizer%': '<(skia_sanitizer)',
209 'skia_sanitizer_blacklist%': 208 'skia_sanitizer_blacklist%':
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 #'-ffast-math', # Optimize float math even when it breaks IEEE compliance. 250 #'-ffast-math', # Optimize float math even when it breaks IEEE compliance.
252 #'-flto' # Enable link-time optimization. 251 #'-flto' # Enable link-time optimization.
253 ], 252 ],
254 253
255 # These are referenced by our .gypi files that list files (e.g. core.gypi) 254 # These are referenced by our .gypi files that list files (e.g. core.gypi)
256 # 255 #
257 'skia_src_path%': '../src', 256 'skia_src_path%': '../src',
258 'skia_include_path%': '../include', 257 'skia_include_path%': '../include',
259 }, 258 },
260 } 259 }
OLDNEW
« no previous file with comments | « gyp/common_conditions.gypi ('k') | gyp/libjpeg-turbo.gyp » ('j') | src/core/SkUtilsArm.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698