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

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: Patch cleanup and review comments fix Created 5 years, 7 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 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 'graphics/filters/SpotLightSource.cpp', 627 'graphics/filters/SpotLightSource.cpp',
628 'graphics/filters/SpotLightSource.h', 628 'graphics/filters/SpotLightSource.h',
629 'graphics/gpu/AcceleratedImageBufferSurface.cpp', 629 'graphics/gpu/AcceleratedImageBufferSurface.cpp',
630 'graphics/gpu/AcceleratedImageBufferSurface.h', 630 'graphics/gpu/AcceleratedImageBufferSurface.h',
631 'graphics/gpu/DrawingBuffer.cpp', 631 'graphics/gpu/DrawingBuffer.cpp',
632 'graphics/gpu/DrawingBuffer.h', 632 'graphics/gpu/DrawingBuffer.h',
633 'graphics/gpu/Extensions3DUtil.cpp', 633 'graphics/gpu/Extensions3DUtil.cpp',
634 'graphics/gpu/Extensions3DUtil.h', 634 'graphics/gpu/Extensions3DUtil.h',
635 'graphics/gpu/WebGLImageConversion.cpp', 635 'graphics/gpu/WebGLImageConversion.cpp',
636 'graphics/gpu/WebGLImageConversion.h', 636 'graphics/gpu/WebGLImageConversion.h',
637 'graphics/media/MediaPlayer.cpp',
638 'graphics/media/MediaPlayer.h',
639 'graphics/paint/CachedDisplayItem.h', 637 'graphics/paint/CachedDisplayItem.h',
640 'graphics/paint/ClipDisplayItem.cpp', 638 'graphics/paint/ClipDisplayItem.cpp',
641 'graphics/paint/ClipDisplayItem.h', 639 'graphics/paint/ClipDisplayItem.h',
642 'graphics/paint/ClipPathDisplayItem.cpp', 640 'graphics/paint/ClipPathDisplayItem.cpp',
643 'graphics/paint/ClipPathDisplayItem.h', 641 'graphics/paint/ClipPathDisplayItem.h',
644 'graphics/paint/ClipPathRecorder.cpp', 642 'graphics/paint/ClipPathRecorder.cpp',
645 'graphics/paint/ClipPathRecorder.h', 643 'graphics/paint/ClipPathRecorder.h',
646 'graphics/paint/ClipRecorder.cpp', 644 'graphics/paint/ClipRecorder.cpp',
647 'graphics/paint/ClipRecorder.h', 645 'graphics/paint/ClipRecorder.h',
648 'graphics/paint/DisplayItem.cpp', 646 'graphics/paint/DisplayItem.cpp',
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1004 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1007 ], 1005 ],
1008 'platform_unittest_support_files': [ 1006 'platform_unittest_support_files': [
1009 'testing/URLTestHelpers.cpp', 1007 'testing/URLTestHelpers.cpp',
1010 'testing/URLTestHelpers.h', 1008 'testing/URLTestHelpers.h',
1011 'testing/UnitTestHelpers.cpp', 1009 'testing/UnitTestHelpers.cpp',
1012 'testing/UnitTestHelpers.h', 1010 'testing/UnitTestHelpers.h',
1013 ], 1011 ],
1014 }, 1012 },
1015 } 1013 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698