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

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

Issue 1404523005: Implement author-constructible ReadableStream using V8 extras (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor test tweaks Created 5 years 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 '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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'html/track/vtt/VTTRegionList.idl', 242 'html/track/vtt/VTTRegionList.idl',
243 'input/InputDeviceCapabilities.idl', 243 'input/InputDeviceCapabilities.idl',
244 'inspector/InspectorOverlayHost.idl', 244 'inspector/InspectorOverlayHost.idl',
245 'loader/appcache/ApplicationCache.idl', 245 'loader/appcache/ApplicationCache.idl',
246 'page/EventSource.idl', 246 'page/EventSource.idl',
247 'page/PagePopupController.idl', 247 'page/PagePopupController.idl',
248 'page/scrolling/ScrollState.idl', 248 'page/scrolling/ScrollState.idl',
249 'page/scrolling/ScrollStateCallback.idl', 249 'page/scrolling/ScrollStateCallback.idl',
250 'streams/ReadableByteStream.idl', 250 'streams/ReadableByteStream.idl',
251 'streams/ReadableByteStreamReader.idl', 251 'streams/ReadableByteStreamReader.idl',
252 'streams/ReadableStream.idl',
253 'streams/ReadableStreamReader.idl', 252 'streams/ReadableStreamReader.idl',
254 'streams/Stream.idl', 253 'streams/Stream.idl',
255 'svg/SVGAElement.idl', 254 'svg/SVGAElement.idl',
256 'svg/SVGAngle.idl', 255 'svg/SVGAngle.idl',
257 'svg/SVGAnimateElement.idl', 256 'svg/SVGAnimateElement.idl',
258 'svg/SVGAnimateMotionElement.idl', 257 'svg/SVGAnimateMotionElement.idl',
259 'svg/SVGAnimateTransformElement.idl', 258 'svg/SVGAnimateTransformElement.idl',
260 'svg/SVGAnimatedAngle.idl', 259 'svg/SVGAnimatedAngle.idl',
261 'svg/SVGAnimatedBoolean.idl', 260 'svg/SVGAnimatedBoolean.idl',
262 'svg/SVGAnimatedEnumeration.idl', 261 'svg/SVGAnimatedEnumeration.idl',
(...skipping 3670 matching lines...) Expand 10 before | Expand all | Expand 10 after
3933 'style/SVGComputedStyleTest.cpp', 3932 'style/SVGComputedStyleTest.cpp',
3934 'svg/SVGPathParserTest.cpp', 3933 'svg/SVGPathParserTest.cpp',
3935 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3934 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3936 'testing/PrivateScriptTestTest.cpp', 3935 'testing/PrivateScriptTestTest.cpp',
3937 'timing/MemoryInfoTest.cpp', 3936 'timing/MemoryInfoTest.cpp',
3938 'workers/WorkerThreadTest.cpp', 3937 'workers/WorkerThreadTest.cpp',
3939 'xml/parser/SharedBufferReaderTest.cpp', 3938 'xml/parser/SharedBufferReaderTest.cpp',
3940 ], 3939 ],
3941 } 3940 }
3942 } 3941 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698