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

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

Issue 48273013: Move MediaPlayer, IntSizeHash to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: move MediaPlayer and friends to platform/graphics/media 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 'Clock.cpp', 7 'Clock.cpp',
8 'Clock.h', 8 'Clock.h',
9 'ContentType.cpp', 9 'ContentType.cpp',
10 'ContentType.h', 10 'ContentType.h',
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'graphics/PathTraversalState.cpp', 283 'graphics/PathTraversalState.cpp',
284 'graphics/PathTraversalState.h', 284 'graphics/PathTraversalState.h',
285 'graphics/ScaledImageFragment.cpp', 285 'graphics/ScaledImageFragment.cpp',
286 'graphics/ScaledImageFragment.h', 286 'graphics/ScaledImageFragment.h',
287 'graphics/TextRun.cpp', 287 'graphics/TextRun.cpp',
288 'graphics/TextRun.h', 288 'graphics/TextRun.h',
289 'graphics/TextRunIterator.h', 289 'graphics/TextRunIterator.h',
290 'graphics/ThreadSafeDataTransport.cpp', 290 'graphics/ThreadSafeDataTransport.cpp',
291 'graphics/ThreadSafeDataTransport.h', 291 'graphics/ThreadSafeDataTransport.h',
292 'graphics/WindRule.h', 292 'graphics/WindRule.h',
293 'graphics/media/ContentDecryptionModule.cpp',
294 'graphics/media/ContentDecryptionModule.h',
295 'graphics/media/ContentDecryptionModuleSession.cpp',
296 'graphics/media/ContentDecryptionModuleSession.h',
297 'graphics/media/InbandTextTrackPrivate.h',
298 'graphics/media/InbandTextTrackPrivateClient.h',
Stephen Chennney 2013/10/30 16:03:16 Add IntSizeHash.h here too. It is used in generati
rwlbuis 2013/10/30 16:13:57 Done.
299 'graphics/media/MediaPlayer.cpp',
300 'graphics/media/MediaPlayer.h',
293 'network/DNS.cpp', 301 'network/DNS.cpp',
294 'network/DNS.h', 302 'network/DNS.h',
295 'network/HTTPHeaderMap.cpp', 303 'network/HTTPHeaderMap.cpp',
296 'network/HTTPHeaderMap.h', 304 'network/HTTPHeaderMap.h',
297 'network/HTTPParsers.cpp', 305 'network/HTTPParsers.cpp',
298 'network/HTTPParsers.h', 306 'network/HTTPParsers.h',
299 'network/HTTPRequest.cpp', 307 'network/HTTPRequest.cpp',
300 'network/HTTPRequest.h', 308 'network/HTTPRequest.h',
301 'network/ParsedContentType.cpp', 309 'network/ParsedContentType.cpp',
302 'network/ParsedContentType.h', 310 'network/ParsedContentType.h',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'geometry/RoundedRectTest.cpp', 415 'geometry/RoundedRectTest.cpp',
408 'graphics/ThreadSafeDataTransportTest.cpp', 416 'graphics/ThreadSafeDataTransportTest.cpp',
409 'testing/ArenaTestHelpers.h', 417 'testing/ArenaTestHelpers.h',
410 'testing/TreeTestHelpers.cpp', 418 'testing/TreeTestHelpers.cpp',
411 'testing/TreeTestHelpers.h', 419 'testing/TreeTestHelpers.h',
412 'text/BidiResolverTest.cpp', 420 'text/BidiResolverTest.cpp',
413 'text/DateTimeFormatTest.cpp', 421 'text/DateTimeFormatTest.cpp',
414 ], 422 ],
415 }, 423 },
416 } 424 }
OLDNEW
« no previous file with comments | « Source/modules/webaudio/MediaElementAudioSourceNode.cpp ('k') | Source/platform/geometry/IntSizeHash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698