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

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

Issue 429853002: IDL: Add build target for IDL dictionary impl generation in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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
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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 'page/WindowPagePopup.idl', 481 'page/WindowPagePopup.idl',
482 'svg/SVGDocument.idl', 482 'svg/SVGDocument.idl',
483 'svg/SVGFilterPrimitiveStandardAttributes.idl', 483 'svg/SVGFilterPrimitiveStandardAttributes.idl',
484 'svg/SVGFitToViewBox.idl', 484 'svg/SVGFitToViewBox.idl',
485 'svg/SVGTests.idl', 485 'svg/SVGTests.idl',
486 'svg/SVGURIReference.idl', 486 'svg/SVGURIReference.idl',
487 'svg/SVGZoomAndPan.idl', 487 'svg/SVGZoomAndPan.idl',
488 'workers/AbstractWorker.idl', 488 'workers/AbstractWorker.idl',
489 'xml/DocumentXPathEvaluator.idl', 489 'xml/DocumentXPathEvaluator.idl',
490 ], 490 ],
491 'core_idl_dictionary_files': [
492 'css/FontFaceDescriptors.idl',
bashi 2014/07/30 11:32:26 It seems we need to write dictionary files twice(h
haraken 2014/07/30 19:57:36 Can we probably define core_idl_dictionary_files i
bashi 2014/07/31 02:34:05 The problem was that the relative paths can be dif
493 ],
491 # interfaces that inherit from Event, including Event itself 494 # interfaces that inherit from Event, including Event itself
492 'core_event_idl_files': [ 495 'core_event_idl_files': [
493 'css/CSSFontFaceLoadEvent.idl', 496 'css/CSSFontFaceLoadEvent.idl',
494 'events/AnimationPlayerEvent.idl', 497 'events/AnimationPlayerEvent.idl',
495 'events/ApplicationCacheErrorEvent.idl', 498 'events/ApplicationCacheErrorEvent.idl',
496 'events/AutocompleteErrorEvent.idl', 499 'events/AutocompleteErrorEvent.idl',
497 'events/BeforeUnloadEvent.idl', 500 'events/BeforeUnloadEvent.idl',
498 'events/CompositionEvent.idl', 501 'events/CompositionEvent.idl',
499 'events/CustomEvent.idl', 502 'events/CustomEvent.idl',
500 'events/ErrorEvent.idl', 503 'events/ErrorEvent.idl',
(...skipping 2938 matching lines...) Expand 10 before | Expand all | Expand 10 after
3439 'rendering/RenderTableCellTest.cpp', 3442 'rendering/RenderTableCellTest.cpp',
3440 'rendering/RenderTableRowTest.cpp', 3443 'rendering/RenderTableRowTest.cpp',
3441 'rendering/shapes/BoxShapeTest.cpp', 3444 'rendering/shapes/BoxShapeTest.cpp',
3442 'testing/PrivateScriptTestTest.cpp', 3445 'testing/PrivateScriptTestTest.cpp',
3443 'testing/UnitTestHelpers.cpp', 3446 'testing/UnitTestHelpers.cpp',
3444 'testing/UnitTestHelpers.h', 3447 'testing/UnitTestHelpers.h',
3445 'xml/parser/SharedBufferReaderTest.cpp', 3448 'xml/parser/SharedBufferReaderTest.cpp',
3446 ], 3449 ],
3447 } 3450 }
3448 } 3451 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698