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

Side by Side Diff: Source/WebCore/WebCore.gypi

Issue 10834324: Revert 124780 - Create a MediaSource object. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 4 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
« no previous file with comments | « Source/WebCore/Target.pri ('k') | Source/WebCore/WebCore.vcproj/WebCore.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'project_dir': ['.'], 3 'project_dir': ['.'],
4 # These headers are part of WebCore's private API in the Apple Mac build . 4 # These headers are part of WebCore's private API in the Apple Mac build .
5 'webcore_privateheader_files': [ 5 'webcore_privateheader_files': [
6 'Modules/geolocation/Geolocation.h', 6 'Modules/geolocation/Geolocation.h',
7 'Modules/geolocation/GeolocationController.h', 7 'Modules/geolocation/GeolocationController.h',
8 'Modules/geolocation/GeolocationError.h', 8 'Modules/geolocation/GeolocationError.h',
9 'Modules/geolocation/GeolocationPosition.h', 9 'Modules/geolocation/GeolocationPosition.h',
10 'Modules/geolocation/Geoposition.h', 10 'Modules/geolocation/Geoposition.h',
(...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 'Modules/indexeddb/IDBRequest.idl', 822 'Modules/indexeddb/IDBRequest.idl',
823 'Modules/indexeddb/IDBTransaction.idl', 823 'Modules/indexeddb/IDBTransaction.idl',
824 'Modules/indexeddb/IDBVersionChangeEvent.idl', 824 'Modules/indexeddb/IDBVersionChangeEvent.idl',
825 'Modules/indexeddb/IDBVersionChangeRequest.idl', 825 'Modules/indexeddb/IDBVersionChangeRequest.idl',
826 'Modules/indexeddb/WorkerContextIndexedDatabase.idl', 826 'Modules/indexeddb/WorkerContextIndexedDatabase.idl',
827 'Modules/intents/DeliveredIntent.idl', 827 'Modules/intents/DeliveredIntent.idl',
828 'Modules/intents/DOMWindowIntents.idl', 828 'Modules/intents/DOMWindowIntents.idl',
829 'Modules/intents/Intent.idl', 829 'Modules/intents/Intent.idl',
830 'Modules/intents/IntentResultCallback.idl', 830 'Modules/intents/IntentResultCallback.idl',
831 'Modules/intents/NavigatorIntents.idl', 831 'Modules/intents/NavigatorIntents.idl',
832 'Modules/mediasource/MediaSource.idl',
833 'Modules/mediasource/SourceBuffer.idl', 832 'Modules/mediasource/SourceBuffer.idl',
834 'Modules/mediasource/SourceBufferList.idl', 833 'Modules/mediasource/SourceBufferList.idl',
835 'Modules/mediastream/DOMWindowMediaStream.idl', 834 'Modules/mediastream/DOMWindowMediaStream.idl',
836 'Modules/mediastream/IceCallback.idl', 835 'Modules/mediastream/IceCallback.idl',
837 'Modules/mediastream/IceCandidate.idl', 836 'Modules/mediastream/IceCandidate.idl',
838 'Modules/mediastream/LocalMediaStream.idl', 837 'Modules/mediastream/LocalMediaStream.idl',
839 'Modules/mediastream/MediaStream.idl', 838 'Modules/mediastream/MediaStream.idl',
840 'Modules/mediastream/MediaStreamEvent.idl', 839 'Modules/mediastream/MediaStreamEvent.idl',
841 'Modules/mediastream/MediaStreamList.idl', 840 'Modules/mediastream/MediaStreamList.idl',
842 'Modules/mediastream/MediaStreamTrack.idl', 841 'Modules/mediastream/MediaStreamTrack.idl',
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
1537 'Modules/intents/DeliveredIntent.h', 1536 'Modules/intents/DeliveredIntent.h',
1538 'Modules/intents/DOMWindowIntents.cpp', 1537 'Modules/intents/DOMWindowIntents.cpp',
1539 'Modules/intents/DOMWindowIntents.h', 1538 'Modules/intents/DOMWindowIntents.h',
1540 'Modules/intents/Intent.cpp', 1539 'Modules/intents/Intent.cpp',
1541 'Modules/intents/Intent.h', 1540 'Modules/intents/Intent.h',
1542 'Modules/intents/IntentRequest.cpp', 1541 'Modules/intents/IntentRequest.cpp',
1543 'Modules/intents/IntentRequest.h', 1542 'Modules/intents/IntentRequest.h',
1544 'Modules/intents/IntentResultCallback.h', 1543 'Modules/intents/IntentResultCallback.h',
1545 'Modules/intents/NavigatorIntents.cpp', 1544 'Modules/intents/NavigatorIntents.cpp',
1546 'Modules/intents/NavigatorIntents.h', 1545 'Modules/intents/NavigatorIntents.h',
1547 'Modules/mediasource/MediaSource.cpp',
1548 'Modules/mediasource/MediaSource.h',
1549 'Modules/mediasource/MediaSourceRegistry.cpp',
1550 'Modules/mediasource/MediaSourceRegistry.h',
1551 'Modules/mediasource/SourceBuffer.cpp', 1546 'Modules/mediasource/SourceBuffer.cpp',
1552 'Modules/mediasource/SourceBuffer.h', 1547 'Modules/mediasource/SourceBuffer.h',
1553 'Modules/mediasource/SourceBufferList.cpp', 1548 'Modules/mediasource/SourceBufferList.cpp',
1554 'Modules/mediasource/SourceBufferList.h', 1549 'Modules/mediasource/SourceBufferList.h',
1555 'Modules/mediastream/IceCallback.h', 1550 'Modules/mediastream/IceCallback.h',
1556 'Modules/mediastream/IceCandidate.cpp', 1551 'Modules/mediastream/IceCandidate.cpp',
1557 'Modules/mediastream/IceCandidate.h', 1552 'Modules/mediastream/IceCandidate.h',
1558 'Modules/mediastream/LocalMediaStream.cpp', 1553 'Modules/mediastream/LocalMediaStream.cpp',
1559 'Modules/mediastream/LocalMediaStream.h', 1554 'Modules/mediastream/LocalMediaStream.h',
1560 'Modules/mediastream/MediaStream.cpp', 1555 'Modules/mediastream/MediaStream.cpp',
(...skipping 6876 matching lines...) Expand 10 before | Expand all | Expand 10 after
8437 'platform/graphics/chromium/cc/CCVideoLayerImpl.cpp', 8432 'platform/graphics/chromium/cc/CCVideoLayerImpl.cpp',
8438 'platform/graphics/chromium/cc/CCVideoLayerImpl.h', 8433 'platform/graphics/chromium/cc/CCVideoLayerImpl.h',
8439 'platform/graphics/chromium/cc/CCYUVVideoDrawQuad.cpp', 8434 'platform/graphics/chromium/cc/CCYUVVideoDrawQuad.cpp',
8440 'platform/graphics/chromium/cc/CCYUVVideoDrawQuad.h', 8435 'platform/graphics/chromium/cc/CCYUVVideoDrawQuad.h',
8441 ], 8436 ],
8442 'export_file_generator_files': [ 8437 'export_file_generator_files': [
8443 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp', 8438 '<(PRODUCT_DIR)/DerivedSources/WebCore/ExportFileGenerator.cpp',
8444 ], 8439 ],
8445 } 8440 }
8446 } 8441 }
OLDNEW
« no previous file with comments | « Source/WebCore/Target.pri ('k') | Source/WebCore/WebCore.vcproj/WebCore.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698