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: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2272683003: Remove redundant definition of Spatializer abstract class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix reference URL Created 4 years, 3 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 | « third_party/WebKit/Source/platform/audio/StereoPanner.cpp ('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 { 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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'audio/ReverbAccumulationBuffer.cpp', 254 'audio/ReverbAccumulationBuffer.cpp',
255 'audio/ReverbAccumulationBuffer.h', 255 'audio/ReverbAccumulationBuffer.h',
256 'audio/ReverbConvolver.cpp', 256 'audio/ReverbConvolver.cpp',
257 'audio/ReverbConvolver.h', 257 'audio/ReverbConvolver.h',
258 'audio/ReverbConvolverStage.cpp', 258 'audio/ReverbConvolverStage.cpp',
259 'audio/ReverbConvolverStage.h', 259 'audio/ReverbConvolverStage.h',
260 'audio/ReverbInputBuffer.cpp', 260 'audio/ReverbInputBuffer.cpp',
261 'audio/ReverbInputBuffer.h', 261 'audio/ReverbInputBuffer.h',
262 'audio/SincResampler.cpp', 262 'audio/SincResampler.cpp',
263 'audio/SincResampler.h', 263 'audio/SincResampler.h',
264 'audio/Spatializer.cpp',
265 'audio/Spatializer.h',
266 'audio/StereoPanner.cpp', 264 'audio/StereoPanner.cpp',
267 'audio/StereoPanner.h', 265 'audio/StereoPanner.h',
268 'audio/UpSampler.cpp', 266 'audio/UpSampler.cpp',
269 'audio/UpSampler.h', 267 'audio/UpSampler.h',
270 'audio/VectorMath.cpp', 268 'audio/VectorMath.cpp',
271 'audio/VectorMath.h', 269 'audio/VectorMath.h',
272 'audio/ZeroPole.cpp', 270 'audio/ZeroPole.cpp',
273 'audio/ZeroPole.h', 271 'audio/ZeroPole.h',
274 'audio/android/FFTFrameOpenMAXDLAndroid.cpp', 272 'audio/android/FFTFrameOpenMAXDLAndroid.cpp',
275 'audio/ffmpeg/FFTFrameFFMPEG.cpp', 273 'audio/ffmpeg/FFTFrameFFMPEG.cpp',
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1456 ['use_default_render_theme==1', 1454 ['use_default_render_theme==1',
1457 { 1455 {
1458 'platform_test_files': [ 1456 'platform_test_files': [
1459 'scroll/ScrollbarThemeAuraTest.cpp', 1457 'scroll/ScrollbarThemeAuraTest.cpp',
1460 ], 1458 ],
1461 } 1459 }
1462 ], 1460 ],
1463 ], 1461 ],
1464 }, 1462 },
1465 } 1463 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/audio/StereoPanner.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698