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

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

Issue 16387015: Make unprefixed EME APIs use platform and Chromium. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: KURL.h moved Created 7 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 | Annotate | Revision Log
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeys.cpp ('k') | no next file » | 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 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 10
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'device_orientation/DeviceMotionData.cpp', 209 'device_orientation/DeviceMotionData.cpp',
210 'device_orientation/DeviceMotionData.h', 210 'device_orientation/DeviceMotionData.h',
211 'device_orientation/DeviceMotionDispatcher.cpp', 211 'device_orientation/DeviceMotionDispatcher.cpp',
212 'device_orientation/DeviceMotionDispatcher.h', 212 'device_orientation/DeviceMotionDispatcher.h',
213 'device_orientation/DeviceMotionEvent.h', 213 'device_orientation/DeviceMotionEvent.h',
214 'device_orientation/DeviceMotionEvent.cpp', 214 'device_orientation/DeviceMotionEvent.cpp',
215 'device_orientation/DeviceRotationRate.cpp', 215 'device_orientation/DeviceRotationRate.cpp',
216 'device_orientation/DeviceRotationRate.h', 216 'device_orientation/DeviceRotationRate.h',
217 'donottrack/NavigatorDoNotTrack.cpp', 217 'donottrack/NavigatorDoNotTrack.cpp',
218 'donottrack/NavigatorDoNotTrack.h', 218 'donottrack/NavigatorDoNotTrack.h',
219 'encryptedmedia/CDM.cpp',
220 'encryptedmedia/CDM.h',
221 'encryptedmedia/MediaKeyMessageEvent.cpp', 219 'encryptedmedia/MediaKeyMessageEvent.cpp',
222 'encryptedmedia/MediaKeyMessageEvent.h', 220 'encryptedmedia/MediaKeyMessageEvent.h',
223 'encryptedmedia/MediaKeyNeededEvent.cpp', 221 'encryptedmedia/MediaKeyNeededEvent.cpp',
224 'encryptedmedia/MediaKeyNeededEvent.h', 222 'encryptedmedia/MediaKeyNeededEvent.h',
225 'encryptedmedia/MediaKeys.cpp', 223 'encryptedmedia/MediaKeys.cpp',
226 'encryptedmedia/MediaKeys.h', 224 'encryptedmedia/MediaKeys.h',
227 'encryptedmedia/MediaKeySession.cpp', 225 'encryptedmedia/MediaKeySession.cpp',
228 'encryptedmedia/MediaKeySession.h', 226 'encryptedmedia/MediaKeySession.h',
229 'filesystem/DOMFilePath.cpp', 227 'filesystem/DOMFilePath.cpp',
230 'filesystem/DOMFilePath.h', 228 'filesystem/DOMFilePath.h',
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 'websockets/WorkerThreadableWebSocketChannel.cpp', 688 'websockets/WorkerThreadableWebSocketChannel.cpp',
691 'websockets/WorkerThreadableWebSocketChannel.h', 689 'websockets/WorkerThreadableWebSocketChannel.h',
692 ], 690 ],
693 'modules_unittest_files': [ 691 'modules_unittest_files': [
694 'websockets/WebSocketDeflaterTest.cpp', 692 'websockets/WebSocketDeflaterTest.cpp',
695 'websockets/WebSocketExtensionDispatcherTest.cpp', 693 'websockets/WebSocketExtensionDispatcherTest.cpp',
696 'websockets/WebSocketPerMessageDeflateTest.cpp', 694 'websockets/WebSocketPerMessageDeflateTest.cpp',
697 ], 695 ],
698 }, 696 },
699 } 697 }
OLDNEW
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeys.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698