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

Side by Side Diff: skia/skia_library_opts.gyp

Issue 27304003: Roll Skia DEPS to r11832 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | « skia/skia_library.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 5
6 # This gyp file contains the platform-specific optimizations for Skia 6 # This gyp file contains the platform-specific optimizations for Skia
7 { 7 {
8 'targets': [ 8 'targets': [
9 # Due to an unfortunate intersection of lameness between gcc and gyp, 9 # Due to an unfortunate intersection of lameness between gcc and gyp,
10 # we have to build the *_SSE2.cpp files in a separate target. The 10 # we have to build the *_SSE2.cpp files in a separate target. The
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 '-Wl,--fix-cortex-a8', 224 '-Wl,--fix-cortex-a8',
225 ], 225 ],
226 'sources': [ 226 'sources': [
227 '../third_party/skia/src/opts/memset16_neon.S', 227 '../third_party/skia/src/opts/memset16_neon.S',
228 '../third_party/skia/src/opts/memset32_neon.S', 228 '../third_party/skia/src/opts/memset32_neon.S',
229 '../third_party/skia/src/opts/SkBitmapProcState_arm_neon.cpp', 229 '../third_party/skia/src/opts/SkBitmapProcState_arm_neon.cpp',
230 '../third_party/skia/src/opts/SkBitmapProcState_matrixProcs_neon.cpp ', 230 '../third_party/skia/src/opts/SkBitmapProcState_matrixProcs_neon.cpp ',
231 '../third_party/skia/src/opts/SkBitmapProcState_matrix_clamp_neon.h' , 231 '../third_party/skia/src/opts/SkBitmapProcState_matrix_clamp_neon.h' ,
232 '../third_party/skia/src/opts/SkBitmapProcState_matrix_repeat_neon.h ', 232 '../third_party/skia/src/opts/SkBitmapProcState_matrix_repeat_neon.h ',
233 '../third_party/skia/src/opts/SkBlitRow_opts_arm_neon.cpp', 233 '../third_party/skia/src/opts/SkBlitRow_opts_arm_neon.cpp',
234 '../third_party/skia/src/opts/SkXfermode_opts_arm_neon.cpp',
234 ], 235 ],
235 'conditions': [ 236 'conditions': [
236 ['arm_neon == 1', { 237 ['arm_neon == 1', {
237 'defines': [ 238 'defines': [
238 '__ARM_HAVE_NEON', 239 '__ARM_HAVE_NEON',
239 ], 240 ],
240 }], 241 }],
241 ['arm_neon_optional == 1', { 242 ['arm_neon_optional == 1', {
242 'defines': [ 243 'defines': [
243 '__ARM_HAVE_OPTIONAL_NEON_SUPPORT', 244 '__ARM_HAVE_OPTIONAL_NEON_SUPPORT',
244 ], 245 ],
245 }], 246 }],
246 ], 247 ],
247 }, 248 },
248 ], 249 ],
249 }], 250 }],
250 ], 251 ],
251 } 252 }
OLDNEW
« no previous file with comments | « skia/skia_library.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698