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

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

Powered by Google App Engine
This is Rietveld 408576698