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

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: Address comments Created 5 years, 5 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 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 'graphics/filters/SpotLightSource.cpp', 631 'graphics/filters/SpotLightSource.cpp',
632 'graphics/filters/SpotLightSource.h', 632 'graphics/filters/SpotLightSource.h',
633 'graphics/gpu/AcceleratedImageBufferSurface.cpp', 633 'graphics/gpu/AcceleratedImageBufferSurface.cpp',
634 'graphics/gpu/AcceleratedImageBufferSurface.h', 634 'graphics/gpu/AcceleratedImageBufferSurface.h',
635 'graphics/gpu/DrawingBuffer.cpp', 635 'graphics/gpu/DrawingBuffer.cpp',
636 'graphics/gpu/DrawingBuffer.h', 636 'graphics/gpu/DrawingBuffer.h',
637 'graphics/gpu/Extensions3DUtil.cpp', 637 'graphics/gpu/Extensions3DUtil.cpp',
638 'graphics/gpu/Extensions3DUtil.h', 638 'graphics/gpu/Extensions3DUtil.h',
639 'graphics/gpu/WebGLImageConversion.cpp', 639 'graphics/gpu/WebGLImageConversion.cpp',
640 'graphics/gpu/WebGLImageConversion.h', 640 'graphics/gpu/WebGLImageConversion.h',
641 'graphics/media/MediaPlayer.cpp',
642 'graphics/media/MediaPlayer.h',
643 'graphics/paint/CachedDisplayItem.h', 641 'graphics/paint/CachedDisplayItem.h',
644 'graphics/paint/ClipDisplayItem.cpp', 642 'graphics/paint/ClipDisplayItem.cpp',
645 'graphics/paint/ClipDisplayItem.h', 643 'graphics/paint/ClipDisplayItem.h',
646 'graphics/paint/ClipPathDisplayItem.cpp', 644 'graphics/paint/ClipPathDisplayItem.cpp',
647 'graphics/paint/ClipPathDisplayItem.h', 645 'graphics/paint/ClipPathDisplayItem.h',
648 'graphics/paint/ClipPathRecorder.cpp', 646 'graphics/paint/ClipPathRecorder.cpp',
649 'graphics/paint/ClipPathRecorder.h', 647 'graphics/paint/ClipPathRecorder.h',
650 'graphics/paint/ClipRecorder.cpp', 648 'graphics/paint/ClipRecorder.cpp',
651 'graphics/paint/ClipRecorder.h', 649 'graphics/paint/ClipRecorder.h',
652 'graphics/paint/DisplayItem.cpp', 650 'graphics/paint/DisplayItem.cpp',
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 ['os_posix==1 and OS!="mac"', 1034 ['os_posix==1 and OS!="mac"',
1037 { 1035 {
1038 'platform_test_files': [ 1036 'platform_test_files': [
1039 'text/LocaleICUTest.cpp', 1037 'text/LocaleICUTest.cpp',
1040 ], 1038 ],
1041 } 1039 }
1042 ], 1040 ],
1043 ], 1041 ],
1044 }, 1042 },
1045 } 1043 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698