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

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

Issue 345893002: Implement an infrastructure of Blink-in-JS Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 'xml/XMLHttpRequest.idl', 442 'xml/XMLHttpRequest.idl',
443 'xml/XMLHttpRequestEventTarget.idl', 443 'xml/XMLHttpRequestEventTarget.idl',
444 'xml/XMLHttpRequestProgressEvent.idl', 444 'xml/XMLHttpRequestProgressEvent.idl',
445 'xml/XMLHttpRequestUpload.idl', 445 'xml/XMLHttpRequestUpload.idl',
446 'xml/XMLSerializer.idl', 446 'xml/XMLSerializer.idl',
447 'xml/XPathEvaluator.idl', 447 'xml/XPathEvaluator.idl',
448 'xml/XPathExpression.idl', 448 'xml/XPathExpression.idl',
449 'xml/XPathNSResolver.idl', 449 'xml/XPathNSResolver.idl',
450 'xml/XPathResult.idl', 450 'xml/XPathResult.idl',
451 'xml/XSLTProcessor.idl', 451 'xml/XSLTProcessor.idl',
452 '../bindings/v8/BlinkInJSTest.idl',
452 ], 453 ],
453 # 'partial interface', target (right side of) 'implements', and 454 # 'partial interface', target (right side of) 'implements', and
454 # interfaces with static bindings (in bindings/v8/) 455 # interfaces with static bindings (in bindings/v8/)
455 'core_dependency_idl_files': [ 456 'core_dependency_idl_files': [
456 'animation/DocumentAnimation.idl', 457 'animation/DocumentAnimation.idl',
457 'animation/ElementAnimation.idl', 458 'animation/ElementAnimation.idl',
458 'css/DocumentFontFaceSet.idl', 459 'css/DocumentFontFaceSet.idl',
459 'dom/ChildNode.idl', 460 'dom/ChildNode.idl',
460 'dom/DocumentFullscreen.idl', 461 'dom/DocumentFullscreen.idl',
461 'dom/GlobalEventHandlers.idl', 462 'dom/GlobalEventHandlers.idl',
(...skipping 2973 matching lines...) Expand 10 before | Expand all | Expand 10 after
3435 'loader/MixedContentCheckerTest.cpp', 3436 'loader/MixedContentCheckerTest.cpp',
3436 'page/NetworkStateNotifierTest.cpp', 3437 'page/NetworkStateNotifierTest.cpp',
3437 'rendering/RenderOverflowTest.cpp', 3438 'rendering/RenderOverflowTest.cpp',
3438 'rendering/shapes/BoxShapeTest.cpp', 3439 'rendering/shapes/BoxShapeTest.cpp',
3439 'testing/UnitTestHelpers.cpp', 3440 'testing/UnitTestHelpers.cpp',
3440 'testing/UnitTestHelpers.h', 3441 'testing/UnitTestHelpers.h',
3441 'xml/parser/SharedBufferReaderTest.cpp', 3442 'xml/parser/SharedBufferReaderTest.cpp',
3442 ], 3443 ],
3443 } 3444 }
3444 } 3445 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698