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

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

Issue 1055503002: Eliminate MediaPlayer & MediaPlayerClient abstractions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'graphics/filters/SpotLightSource.cpp', 622 'graphics/filters/SpotLightSource.cpp',
623 'graphics/filters/SpotLightSource.h', 623 'graphics/filters/SpotLightSource.h',
624 'graphics/gpu/AcceleratedImageBufferSurface.cpp', 624 'graphics/gpu/AcceleratedImageBufferSurface.cpp',
625 'graphics/gpu/AcceleratedImageBufferSurface.h', 625 'graphics/gpu/AcceleratedImageBufferSurface.h',
626 'graphics/gpu/DrawingBuffer.cpp', 626 'graphics/gpu/DrawingBuffer.cpp',
627 'graphics/gpu/DrawingBuffer.h', 627 'graphics/gpu/DrawingBuffer.h',
628 'graphics/gpu/Extensions3DUtil.cpp', 628 'graphics/gpu/Extensions3DUtil.cpp',
629 'graphics/gpu/Extensions3DUtil.h', 629 'graphics/gpu/Extensions3DUtil.h',
630 'graphics/gpu/WebGLImageConversion.cpp', 630 'graphics/gpu/WebGLImageConversion.cpp',
631 'graphics/gpu/WebGLImageConversion.h', 631 'graphics/gpu/WebGLImageConversion.h',
632 'graphics/media/MediaPlayer.cpp',
633 'graphics/media/MediaPlayer.h',
634 'graphics/paint/CachedDisplayItem.h', 632 'graphics/paint/CachedDisplayItem.h',
635 'graphics/paint/ClipDisplayItem.cpp', 633 'graphics/paint/ClipDisplayItem.cpp',
636 'graphics/paint/ClipDisplayItem.h', 634 'graphics/paint/ClipDisplayItem.h',
637 'graphics/paint/ClipPathDisplayItem.cpp', 635 'graphics/paint/ClipPathDisplayItem.cpp',
638 'graphics/paint/ClipPathDisplayItem.h', 636 'graphics/paint/ClipPathDisplayItem.h',
639 'graphics/paint/ClipPathRecorder.cpp', 637 'graphics/paint/ClipPathRecorder.cpp',
640 'graphics/paint/ClipPathRecorder.h', 638 'graphics/paint/ClipPathRecorder.h',
641 'graphics/paint/ClipRecorder.cpp', 639 'graphics/paint/ClipRecorder.cpp',
642 'graphics/paint/ClipRecorder.h', 640 'graphics/paint/ClipRecorder.h',
643 'graphics/paint/ClipRecorderStack.cpp', 641 'graphics/paint/ClipRecorderStack.cpp',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 'image-decoders/webp/WEBPImageDecoderTest.cpp', 998 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1001 ], 999 ],
1002 'platform_unittest_support_files': [ 1000 'platform_unittest_support_files': [
1003 'testing/URLTestHelpers.cpp', 1001 'testing/URLTestHelpers.cpp',
1004 'testing/URLTestHelpers.h', 1002 'testing/URLTestHelpers.h',
1005 'testing/UnitTestHelpers.cpp', 1003 'testing/UnitTestHelpers.cpp',
1006 'testing/UnitTestHelpers.h', 1004 'testing/UnitTestHelpers.h',
1007 ], 1005 ],
1008 }, 1006 },
1009 } 1007 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698