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

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

Issue 560003002: Add MutationObserverInit (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 3320 matching lines...) Expand 10 before | Expand all | Expand 10 after
3331 'svg/graphics/filters/SVGFEImage.h', 3331 'svg/graphics/filters/SVGFEImage.h',
3332 'svg/graphics/filters/SVGFilter.cpp', 3332 'svg/graphics/filters/SVGFilter.cpp',
3333 'svg/graphics/filters/SVGFilter.h', 3333 'svg/graphics/filters/SVGFilter.h',
3334 'svg/graphics/filters/SVGFilterBuilder.cpp', 3334 'svg/graphics/filters/SVGFilterBuilder.cpp',
3335 'svg/graphics/filters/SVGFilterBuilder.h', 3335 'svg/graphics/filters/SVGFilterBuilder.h',
3336 'svg/properties/SVGAnimatedProperty.cpp', 3336 'svg/properties/SVGAnimatedProperty.cpp',
3337 'svg/properties/SVGPropertyTearOff.cpp', 3337 'svg/properties/SVGPropertyTearOff.cpp',
3338 ], 3338 ],
3339 'core_dictionary_idl_files': [ 3339 'core_dictionary_idl_files': [
3340 'css/FontFaceDescriptors.idl', 3340 'css/FontFaceDescriptors.idl',
3341 'dom/MutationObserverInit.idl',
3341 'page/EventSourceInit.idl', 3342 'page/EventSourceInit.idl',
3342 ], 3343 ],
3343 'generated_core_dictionary_files': [ 3344 'generated_core_dictionary_files': [
3344 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', 3345 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
3345 '<(blink_core_output_dir)/css/FontFaceDescriptors.h', 3346 '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
3347 '<(blink_core_output_dir)/dom/MutationObserverInit.cpp',
3348 '<(blink_core_output_dir)/dom/MutationObserverInit.h',
3346 '<(blink_core_output_dir)/page/EventSourceInit.cpp', 3349 '<(blink_core_output_dir)/page/EventSourceInit.cpp',
3347 '<(blink_core_output_dir)/page/EventSourceInit.h', 3350 '<(blink_core_output_dir)/page/EventSourceInit.h',
3348 ], 3351 ],
3349 'core_testing_dictionary_idl_files': [ 3352 'core_testing_dictionary_idl_files': [
3350 'testing/InternalDictionary.idl', 3353 'testing/InternalDictionary.idl',
3351 ], 3354 ],
3352 'webcore_testing_idl_files': [ 3355 'webcore_testing_idl_files': [
3353 'testing/DictionaryTest.idl', 3356 'testing/DictionaryTest.idl',
3354 'testing/GarbageCollectedScriptWrappable.idl', 3357 'testing/GarbageCollectedScriptWrappable.idl',
3355 'testing/GCObservation.idl', 3358 'testing/GCObservation.idl',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
3501 'rendering/shapes/BoxShapeTest.cpp', 3504 'rendering/shapes/BoxShapeTest.cpp',
3502 'rendering/style/OutlineValueTest.cpp', 3505 'rendering/style/OutlineValueTest.cpp',
3503 'testing/PrivateScriptTestTest.cpp', 3506 'testing/PrivateScriptTestTest.cpp',
3504 'streams/ReadableStreamTest.cpp', 3507 'streams/ReadableStreamTest.cpp',
3505 'testing/UnitTestHelpers.cpp', 3508 'testing/UnitTestHelpers.cpp',
3506 'testing/UnitTestHelpers.h', 3509 'testing/UnitTestHelpers.h',
3507 'xml/parser/SharedBufferReaderTest.cpp', 3510 'xml/parser/SharedBufferReaderTest.cpp',
3508 ], 3511 ],
3509 } 3512 }
3510 } 3513 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/MutationObserver.h » ('j') | Source/core/dom/MutationObserverInit.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698