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

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

Issue 212983010: Make EventInterfaces.in build step not depend on bindings generation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update .idl file list Created 6 years, 8 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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 'page/WindowPagePopup.idl', 468 'page/WindowPagePopup.idl',
469 'svg/SVGDocument.idl', 469 'svg/SVGDocument.idl',
470 'svg/SVGFilterPrimitiveStandardAttributes.idl', 470 'svg/SVGFilterPrimitiveStandardAttributes.idl',
471 'svg/SVGFitToViewBox.idl', 471 'svg/SVGFitToViewBox.idl',
472 'svg/SVGTests.idl', 472 'svg/SVGTests.idl',
473 'svg/SVGURIReference.idl', 473 'svg/SVGURIReference.idl',
474 'svg/SVGZoomAndPan.idl', 474 'svg/SVGZoomAndPan.idl',
475 'workers/AbstractWorker.idl', 475 'workers/AbstractWorker.idl',
476 'xml/DocumentXPathEvaluator.idl', 476 'xml/DocumentXPathEvaluator.idl',
477 ], 477 ],
478 # interfaces that inherit from Event, including Event itself
479 'core_event_idl_files': [
480 'css/CSSFontFaceLoadEvent.idl',
481 'events/AnimationPlayerEvent.idl',
482 'events/ApplicationCacheErrorEvent.idl',
483 'events/AutocompleteErrorEvent.idl',
484 'events/BeforeUnloadEvent.idl',
485 'events/CompositionEvent.idl',
486 'events/CustomEvent.idl',
487 'events/ErrorEvent.idl',
488 'events/Event.idl',
489 'events/FocusEvent.idl',
490 'events/HashChangeEvent.idl',
491 'events/KeyboardEvent.idl',
492 'events/MessageEvent.idl',
493 'events/MouseEvent.idl',
494 'events/MutationEvent.idl',
495 'events/OverflowEvent.idl',
496 'events/PageTransitionEvent.idl',
497 'events/PopStateEvent.idl',
498 'events/ProgressEvent.idl',
499 'events/ResourceProgressEvent.idl',
500 'events/SecurityPolicyViolationEvent.idl',
501 'events/TextEvent.idl',
502 'events/TouchEvent.idl',
503 'events/TransitionEvent.idl',
504 'events/UIEvent.idl',
505 'events/WebKitAnimationEvent.idl',
506 'events/WheelEvent.idl',
507 'html/MediaKeyEvent.idl',
508 'html/canvas/WebGLContextEvent.idl',
509 'html/track/TrackEvent.idl',
510 'speech/SpeechInputEvent.idl',
511 'storage/StorageEvent.idl',
512 'svg/SVGZoomEvent.idl',
513 'xml/XMLHttpRequestProgressEvent.idl',
514 ],
478 'webcore_files': [ 515 'webcore_files': [
479 'Init.cpp', 516 'Init.cpp',
480 'Init.h', 517 'Init.h',
481 'accessibility/AXObjectCache.cpp', 518 'accessibility/AXObjectCache.cpp',
482 'accessibility/AXARIAGrid.cpp', 519 'accessibility/AXARIAGrid.cpp',
483 'accessibility/AXARIAGrid.h', 520 'accessibility/AXARIAGrid.h',
484 'accessibility/AXARIAGridCell.cpp', 521 'accessibility/AXARIAGridCell.cpp',
485 'accessibility/AXARIAGridCell.h', 522 'accessibility/AXARIAGridCell.h',
486 'accessibility/AXARIAGridRow.cpp', 523 'accessibility/AXARIAGridRow.cpp',
487 'accessibility/AXARIAGridRow.h', 524 'accessibility/AXARIAGridRow.h',
(...skipping 2844 matching lines...) Expand 10 before | Expand all | Expand 10 after
3332 'html/track/vtt/BufferedLineReaderTest.cpp', 3369 'html/track/vtt/BufferedLineReaderTest.cpp',
3333 'html/track/vtt/VTTScannerTest.cpp', 3370 'html/track/vtt/VTTScannerTest.cpp',
3334 'rendering/RenderOverflowTest.cpp', 3371 'rendering/RenderOverflowTest.cpp',
3335 'rendering/shapes/BoxShapeTest.cpp', 3372 'rendering/shapes/BoxShapeTest.cpp',
3336 'testing/UnitTestHelpers.cpp', 3373 'testing/UnitTestHelpers.cpp',
3337 'testing/UnitTestHelpers.h', 3374 'testing/UnitTestHelpers.h',
3338 'xml/parser/SharedBufferReaderTest.cpp', 3375 'xml/parser/SharedBufferReaderTest.cpp',
3339 ], 3376 ],
3340 } 3377 }
3341 } 3378 }
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