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

Side by Side Diff: gyp/core.gyp

Issue 26627004: ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Add a workaround for gcc4.6 Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | gyp/opts.gyp » ('j') | src/opts/SkXfermode_opts_arm_neon.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Core Skia library code. 1 # Core Skia library code.
2 { 2 {
3 'targets': [ 3 'targets': [
4 { 4 {
5 'target_name': 'core', 5 'target_name': 'core',
6 'product_name': 'skia_core', 6 'product_name': 'skia_core',
7 'type': 'static_library', 7 'type': 'static_library',
8 'standalone_static_library': 1, 8 'standalone_static_library': 1,
9 'msvs_guid': 'B7760B5E-BFA8-486B-ACFD-49E3A6DE8E76', 9 'msvs_guid': 'B7760B5E-BFA8-486B-ACFD-49E3A6DE8E76',
10 10
11 'includes': [ 11 'includes': [
12 'core.gypi', 12 'core.gypi',
13 ], 13 ],
14 14
15 'include_dirs': [ 15 'include_dirs': [
16 '../include/config', 16 '../include/config',
17 '../include/core', 17 '../include/core',
18 '../include/lazy', 18 '../include/lazy',
19 '../include/pathops', 19 '../include/pathops',
20 '../include/pipe', 20 '../include/pipe',
21 '../include/ports', 21 '../include/ports',
22 '../include/utils', 22 '../include/utils',
23 '../include/xml', 23 '../include/xml',
24 '../src/core', 24 '../src/core',
25 '../src/opts',
25 '../src/image', 26 '../src/image',
26 ], 27 ],
27 'sources': [ 28 'sources': [
28 'core.gypi', # Makes the gypi appear in IDEs (but does not modify the bu ild). 29 'core.gypi', # Makes the gypi appear in IDEs (but does not modify the bu ild).
29 ], 30 ],
30 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800], 31 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800],
31 'conditions': [ 32 'conditions': [
32 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', { 33 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]', {
33 'link_settings': { 34 'link_settings': {
34 'libraries': [ 35 'libraries': [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 }, 125 },
125 }, 126 },
126 ], 127 ],
127 } 128 }
128 129
129 # Local Variables: 130 # Local Variables:
130 # tab-width:2 131 # tab-width:2
131 # indent-tabs-mode:nil 132 # indent-tabs-mode:nil
132 # End: 133 # End:
133 # vim: set expandtab tabstop=2 shiftwidth=2: 134 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gyp/opts.gyp » ('j') | src/opts/SkXfermode_opts_arm_neon.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698