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

Side by Side Diff: gyp/common_conditions.gypi

Issue 1227163016: Add a GYP flag to define SKNX_NO_SIMD when set. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 5 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/common_variables.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 2015 Google Inc. 1 # Copyright 2015 Google Inc.
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 # conditions used in both common.gypi and skia.gyp in chromium 6 # conditions used in both common.gypi and skia.gyp in chromium
7 # 7 #
8 { 8 {
9 'defines': [ 9 'defines': [
10 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)', 10 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)',
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 ], 621 ],
622 }, 622 },
623 ], 623 ],
624 624
625 [ 'skia_moz2d', { 625 [ 'skia_moz2d', {
626 'defines': [ 626 'defines': [
627 # add flags here (e.g. SK_SUPPORT_LEGACY_...) needed by moz2d 627 # add flags here (e.g. SK_SUPPORT_LEGACY_...) needed by moz2d
628 ], 628 ],
629 }], 629 }],
630 630
631 [ 'sknx_no_simd', {
632 'defines': [ 'SKNX_NO_SIMD' ],
633 }],
634
631 ], # end 'conditions' 635 ], # end 'conditions'
632 # The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for more details 636 # The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for more details
633 'xcode_settings': { 637 'xcode_settings': {
634 'SYMROOT': '<(DEPTH)/xcodebuild', 638 'SYMROOT': '<(DEPTH)/xcodebuild',
635 }, 639 },
636 } 640 }
OLDNEW
« no previous file with comments | « no previous file | gyp/common_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698