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

Unified Diff: Source/platform/blink_platform.gypi

Issue 604373003: [WIP] Supporting arm_neon_optional flag for blink platform. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 19a664a4712d6642b1182dc4835491b901670c35..03474a14d4772fd0072ae606786d55b862a7e5b0 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -239,6 +239,7 @@
'audio/ZeroPole.cpp',
'audio/ZeroPole.h',
'audio/android/FFTFrameOpenMAXDLAndroid.cpp',
+ 'audio/cpu/arm/VectorMathNEON.h',
'audio/ffmpeg/FFTFrameFFMPEG.cpp',
'audio/ipp/FFTFrameIPP.cpp',
'audio/mac/FFTFrameMac.cpp',
@@ -469,11 +470,12 @@
'geometry/mac/IntPointMac.mm',
'geometry/mac/IntRectMac.mm',
'geometry/mac/IntSizeMac.mm',
- 'graphics/cpu/arm/WebGLImageConversionNEON.h',
'graphics/cpu/arm/filters/FEBlendNEON.h',
'graphics/cpu/arm/filters/FECompositeArithmeticNEON.h',
'graphics/cpu/arm/filters/FEGaussianBlurNEON.h',
'graphics/cpu/arm/filters/NEONHelpers.h',
+ 'graphics/cpu/arm/filters/FilterEffectNEON.h',
+ 'graphics/cpu/arm/gpu/WebGLImageConversionNEON.h',
'graphics/filters/FEBlend.cpp',
'graphics/filters/FEBlend.h',
'graphics/filters/FEColorMatrix.cpp',
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698