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

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

Issue 60083011: Remove InbandTextTrackPrivate/InbandTextTrackPrivateClient (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase on top of https://codereview.chromium.org/61763010/ Created 7 years, 1 month 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 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 'graphics/filters/custom/CustomFilterNumberParameter.h', 321 'graphics/filters/custom/CustomFilterNumberParameter.h',
322 'graphics/filters/custom/CustomFilterParameter.h', 322 'graphics/filters/custom/CustomFilterParameter.h',
323 'graphics/filters/custom/CustomFilterParameterList.cpp', 323 'graphics/filters/custom/CustomFilterParameterList.cpp',
324 'graphics/filters/custom/CustomFilterParameterList.h', 324 'graphics/filters/custom/CustomFilterParameterList.h',
325 'graphics/filters/custom/CustomFilterProgramClient.cpp', 325 'graphics/filters/custom/CustomFilterProgramClient.cpp',
326 'graphics/filters/custom/CustomFilterProgramClient.h', 326 'graphics/filters/custom/CustomFilterProgramClient.h',
327 'graphics/filters/custom/CustomFilterProgramInfo.cpp', 327 'graphics/filters/custom/CustomFilterProgramInfo.cpp',
328 'graphics/filters/custom/CustomFilterProgramInfo.h', 328 'graphics/filters/custom/CustomFilterProgramInfo.h',
329 'graphics/filters/custom/CustomFilterTransformParameter.cpp', 329 'graphics/filters/custom/CustomFilterTransformParameter.cpp',
330 'graphics/filters/custom/CustomFilterTransformParameter.h', 330 'graphics/filters/custom/CustomFilterTransformParameter.h',
331 'graphics/media/InbandTextTrackPrivate.h',
332 'graphics/media/InbandTextTrackPrivateClient.h',
333 'graphics/media/MediaPlayer.cpp', 331 'graphics/media/MediaPlayer.cpp',
334 'graphics/media/MediaPlayer.h', 332 'graphics/media/MediaPlayer.h',
335 'graphics/Color.cpp', 333 'graphics/Color.cpp',
336 'graphics/Color.h', 334 'graphics/Color.h',
337 'graphics/ColorSpace.h', 335 'graphics/ColorSpace.h',
338 'graphics/DisplayList.cpp', 336 'graphics/DisplayList.cpp',
339 'graphics/DisplayList.h', 337 'graphics/DisplayList.h',
340 'graphics/DrawLooper.cpp', 338 'graphics/DrawLooper.cpp',
341 'graphics/DrawLooper.h', 339 'graphics/DrawLooper.h',
342 'graphics/GraphicsTypes.cpp', 340 'graphics/GraphicsTypes.cpp',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 'geometry/RoundedRectTest.cpp', 480 'geometry/RoundedRectTest.cpp',
483 'graphics/ThreadSafeDataTransportTest.cpp', 481 'graphics/ThreadSafeDataTransportTest.cpp',
484 'testing/ArenaTestHelpers.h', 482 'testing/ArenaTestHelpers.h',
485 'testing/TreeTestHelpers.cpp', 483 'testing/TreeTestHelpers.cpp',
486 'testing/TreeTestHelpers.h', 484 'testing/TreeTestHelpers.h',
487 'text/BidiResolverTest.cpp', 485 'text/BidiResolverTest.cpp',
488 'text/DateTimeFormatTest.cpp', 486 'text/DateTimeFormatTest.cpp',
489 ], 487 ],
490 }, 488 },
491 } 489 }
OLDNEW
« no previous file with comments | « Source/core/html/track/InbandTextTrack.cpp ('k') | Source/platform/graphics/media/InbandTextTrackPrivate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698