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

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: Created 6 years, 9 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 '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 'core_event_idl_files': [
479 'css/CSSFontFaceLoadEvent.idl',
480 'events/AutocompleteErrorEvent.idl',
481 'events/BeforeUnloadEvent.idl',
482 'events/CompositionEvent.idl',
483 'events/CustomEvent.idl',
484 'events/ErrorEvent.idl',
485 'events/Event.idl',
486 'events/FocusEvent.idl',
487 'events/HashChangeEvent.idl',
488 'events/KeyboardEvent.idl',
489 'events/MessageEvent.idl',
490 'events/MouseEvent.idl',
491 'events/MutationEvent.idl',
492 'events/OverflowEvent.idl',
493 'events/PageTransitionEvent.idl',
494 'events/PopStateEvent.idl',
495 'events/ProgressEvent.idl',
496 'events/ResourceProgressEvent.idl',
497 'events/SecurityPolicyViolationEvent.idl',
498 'events/TextEvent.idl',
499 'events/TouchEvent.idl',
500 'events/TransitionEvent.idl',
501 'events/UIEvent.idl',
502 'events/WebKitAnimationEvent.idl',
503 'events/WheelEvent.idl',
504 'html/MediaKeyEvent.idl',
505 'html/canvas/WebGLContextEvent.idl',
506 'html/track/TrackEvent.idl',
507 'speech/SpeechInputEvent.idl',
508 'storage/StorageEvent.idl',
509 'svg/SVGZoomEvent.idl',
510 'xml/XMLHttpRequestProgressEvent.idl',
511 ],
478 'webcore_files': [ 512 'webcore_files': [
479 'Init.cpp', 513 'Init.cpp',
480 'Init.h', 514 'Init.h',
481 'accessibility/AXObjectCache.cpp', 515 'accessibility/AXObjectCache.cpp',
482 'accessibility/AXARIAGrid.cpp', 516 'accessibility/AXARIAGrid.cpp',
483 'accessibility/AXARIAGrid.h', 517 'accessibility/AXARIAGrid.h',
484 'accessibility/AXARIAGridCell.cpp', 518 'accessibility/AXARIAGridCell.cpp',
485 'accessibility/AXARIAGridCell.h', 519 'accessibility/AXARIAGridCell.h',
486 'accessibility/AXARIAGridRow.cpp', 520 'accessibility/AXARIAGridRow.cpp',
487 'accessibility/AXARIAGridRow.h', 521 'accessibility/AXARIAGridRow.h',
(...skipping 2830 matching lines...) Expand 10 before | Expand all | Expand 10 after
3318 'html/track/vtt/BufferedLineReaderTest.cpp', 3352 'html/track/vtt/BufferedLineReaderTest.cpp',
3319 'html/track/vtt/VTTScannerTest.cpp', 3353 'html/track/vtt/VTTScannerTest.cpp',
3320 'rendering/RenderOverflowTest.cpp', 3354 'rendering/RenderOverflowTest.cpp',
3321 'rendering/shapes/BoxShapeTest.cpp', 3355 'rendering/shapes/BoxShapeTest.cpp',
3322 'testing/UnitTestHelpers.cpp', 3356 'testing/UnitTestHelpers.cpp',
3323 'testing/UnitTestHelpers.h', 3357 'testing/UnitTestHelpers.h',
3324 'xml/parser/SharedBufferReaderTest.cpp', 3358 'xml/parser/SharedBufferReaderTest.cpp',
3325 ], 3359 ],
3326 } 3360 }
3327 } 3361 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698