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

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

Issue 351423002: Moved files under Source/bindings/v8 to Source/bindings/core/v8. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/core/core.gyp ('k') | Source/core/core_generated.gyp » ('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 '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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ], 452 ],
453 # 'partial interface', target (right side of) 'implements', and 453 # 'partial interface', target (right side of) 'implements', and
454 # interfaces with static bindings (in bindings/v8/) 454 # interfaces with static bindings (in bindings/core/v8/)
455 'core_dependency_idl_files': [ 455 'core_dependency_idl_files': [
456 'animation/DocumentAnimation.idl', 456 'animation/DocumentAnimation.idl',
457 'animation/ElementAnimation.idl', 457 'animation/ElementAnimation.idl',
458 'css/DocumentFontFaceSet.idl', 458 'css/DocumentFontFaceSet.idl',
459 'dom/ChildNode.idl', 459 'dom/ChildNode.idl',
460 'dom/DocumentFullscreen.idl', 460 'dom/DocumentFullscreen.idl',
461 'dom/GlobalEventHandlers.idl', 461 'dom/GlobalEventHandlers.idl',
462 'dom/ParentNode.idl', 462 'dom/ParentNode.idl',
463 'dom/URLUtils.idl', 463 'dom/URLUtils.idl',
464 'dom/URLUtilsReadOnly.idl', 464 'dom/URLUtilsReadOnly.idl',
(...skipping 2941 matching lines...) Expand 10 before | Expand all | Expand 10 after
3406 'rendering/RenderOverflowTest.cpp', 3406 'rendering/RenderOverflowTest.cpp',
3407 'rendering/RenderTableCellTest.cpp', 3407 'rendering/RenderTableCellTest.cpp',
3408 'rendering/RenderTableRowTest.cpp', 3408 'rendering/RenderTableRowTest.cpp',
3409 'rendering/shapes/BoxShapeTest.cpp', 3409 'rendering/shapes/BoxShapeTest.cpp',
3410 'testing/UnitTestHelpers.cpp', 3410 'testing/UnitTestHelpers.cpp',
3411 'testing/UnitTestHelpers.h', 3411 'testing/UnitTestHelpers.h',
3412 'xml/parser/SharedBufferReaderTest.cpp', 3412 'xml/parser/SharedBufferReaderTest.cpp',
3413 ], 3413 ],
3414 } 3414 }
3415 } 3415 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698