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

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

Issue 456323002: [WIP] Re-implement MediaControls in Blink-in-JS (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'html/canvas/WebGLLoseContext.idl', 259 'html/canvas/WebGLLoseContext.idl',
260 'html/canvas/WebGLProgram.idl', 260 'html/canvas/WebGLProgram.idl',
261 'html/canvas/WebGLRenderbuffer.idl', 261 'html/canvas/WebGLRenderbuffer.idl',
262 'html/canvas/WebGLRenderingContext.idl', 262 'html/canvas/WebGLRenderingContext.idl',
263 'html/canvas/WebGLShader.idl', 263 'html/canvas/WebGLShader.idl',
264 'html/canvas/WebGLShaderPrecisionFormat.idl', 264 'html/canvas/WebGLShaderPrecisionFormat.idl',
265 'html/canvas/WebGLTexture.idl', 265 'html/canvas/WebGLTexture.idl',
266 'html/canvas/WebGLUniformLocation.idl', 266 'html/canvas/WebGLUniformLocation.idl',
267 'html/canvas/WebGLVertexArrayObjectOES.idl', 267 'html/canvas/WebGLVertexArrayObjectOES.idl',
268 'html/ime/InputMethodContext.idl', 268 'html/ime/InputMethodContext.idl',
269 'html/shadow/MediaControls.idl',
269 'html/track/AudioTrack.idl', 270 'html/track/AudioTrack.idl',
270 'html/track/AudioTrackList.idl', 271 'html/track/AudioTrackList.idl',
271 'html/track/TextTrack.idl', 272 'html/track/TextTrack.idl',
272 'html/track/TextTrackCue.idl', 273 'html/track/TextTrackCue.idl',
273 'html/track/TextTrackCueList.idl', 274 'html/track/TextTrackCueList.idl',
274 'html/track/TextTrackList.idl', 275 'html/track/TextTrackList.idl',
275 'html/track/TrackEvent.idl', 276 'html/track/TrackEvent.idl',
276 'html/track/VideoTrack.idl', 277 'html/track/VideoTrack.idl',
277 'html/track/VideoTrackList.idl', 278 'html/track/VideoTrackList.idl',
278 'html/track/vtt/VTTCue.idl', 279 'html/track/vtt/VTTCue.idl',
(...skipping 3187 matching lines...) Expand 10 before | Expand all | Expand 10 after
3466 'rendering/shapes/BoxShapeTest.cpp', 3467 'rendering/shapes/BoxShapeTest.cpp',
3467 'rendering/style/OutlineValueTest.cpp', 3468 'rendering/style/OutlineValueTest.cpp',
3468 'testing/PrivateScriptTestTest.cpp', 3469 'testing/PrivateScriptTestTest.cpp',
3469 'streams/ReadableStreamTest.cpp', 3470 'streams/ReadableStreamTest.cpp',
3470 'testing/UnitTestHelpers.cpp', 3471 'testing/UnitTestHelpers.cpp',
3471 'testing/UnitTestHelpers.h', 3472 'testing/UnitTestHelpers.h',
3472 'xml/parser/SharedBufferReaderTest.cpp', 3473 'xml/parser/SharedBufferReaderTest.cpp',
3473 ], 3474 ],
3474 } 3475 }
3475 } 3476 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698