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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 715753002: [WIP] support arm_neon_optional flag in blink. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 | « Source/platform/blink_platform.gyp ('k') | Source/wtf/CPU.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'audio/ReverbInputBuffer.h', 232 'audio/ReverbInputBuffer.h',
233 'audio/SincResampler.cpp', 233 'audio/SincResampler.cpp',
234 'audio/SincResampler.h', 234 'audio/SincResampler.h',
235 'audio/UpSampler.cpp', 235 'audio/UpSampler.cpp',
236 'audio/UpSampler.h', 236 'audio/UpSampler.h',
237 'audio/VectorMath.cpp', 237 'audio/VectorMath.cpp',
238 'audio/VectorMath.h', 238 'audio/VectorMath.h',
239 'audio/ZeroPole.cpp', 239 'audio/ZeroPole.cpp',
240 'audio/ZeroPole.h', 240 'audio/ZeroPole.h',
241 'audio/android/FFTFrameOpenMAXDLAndroid.cpp', 241 'audio/android/FFTFrameOpenMAXDLAndroid.cpp',
242 'audio/cpu/arm/VectorMathNEON.cpp',
243 'audio/cpu/arm/VectorMathNEON.h',
242 'audio/ffmpeg/FFTFrameFFMPEG.cpp', 244 'audio/ffmpeg/FFTFrameFFMPEG.cpp',
243 'audio/ipp/FFTFrameIPP.cpp', 245 'audio/ipp/FFTFrameIPP.cpp',
244 'audio/mac/FFTFrameMac.cpp', 246 'audio/mac/FFTFrameMac.cpp',
247 'audio/mac/VectorMathMac.cpp',
245 'blob/BlobData.cpp', 248 'blob/BlobData.cpp',
246 'blob/BlobData.h', 249 'blob/BlobData.h',
247 'blob/BlobRegistry.cpp', 250 'blob/BlobRegistry.cpp',
248 'blob/BlobRegistry.h', 251 'blob/BlobRegistry.h',
249 'blob/BlobURL.cpp', 252 'blob/BlobURL.cpp',
250 'blob/BlobURL.h', 253 'blob/BlobURL.h',
251 'clipboard/ClipboardMimeTypes.cpp', 254 'clipboard/ClipboardMimeTypes.cpp',
252 'clipboard/ClipboardMimeTypes.h', 255 'clipboard/ClipboardMimeTypes.h',
253 'clipboard/ClipboardUtilities.cpp', 256 'clipboard/ClipboardUtilities.cpp',
254 'clipboard/ClipboardUtilities.h', 257 'clipboard/ClipboardUtilities.h',
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 'graphics/ImageFrameGeneratorTest.cpp', 949 'graphics/ImageFrameGeneratorTest.cpp',
947 'graphics/ImageLayerChromiumTest.cpp', 950 'graphics/ImageLayerChromiumTest.cpp',
948 'graphics/test/MockImageDecoder.h', 951 'graphics/test/MockImageDecoder.h',
949 'graphics/test/MockWebGraphicsContext3D.h', 952 'graphics/test/MockWebGraphicsContext3D.h',
950 'image-decoders/gif/GIFImageDecoderTest.cpp', 953 'image-decoders/gif/GIFImageDecoderTest.cpp',
951 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 954 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
952 'image-decoders/webp/WEBPImageDecoderTest.cpp', 955 'image-decoders/webp/WEBPImageDecoderTest.cpp',
953 ], 956 ],
954 }, 957 },
955 } 958 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/wtf/CPU.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698