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

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: Rebase 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
« no previous file with comments | « no previous file | Source/core/dom/MutationObserver.h » ('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 3329 matching lines...) Expand 10 before | Expand all | Expand 10 after
3340 'svg/graphics/filters/SVGFilter.cpp', 3340 'svg/graphics/filters/SVGFilter.cpp',
3341 'svg/graphics/filters/SVGFilter.h', 3341 'svg/graphics/filters/SVGFilter.h',
3342 'svg/graphics/filters/SVGFilterBuilder.cpp', 3342 'svg/graphics/filters/SVGFilterBuilder.cpp',
3343 'svg/graphics/filters/SVGFilterBuilder.h', 3343 'svg/graphics/filters/SVGFilterBuilder.h',
3344 'svg/properties/SVGAnimatedProperty.cpp', 3344 'svg/properties/SVGAnimatedProperty.cpp',
3345 'svg/properties/SVGPropertyTearOff.cpp', 3345 'svg/properties/SVGPropertyTearOff.cpp',
3346 ], 3346 ],
3347 'core_dictionary_idl_files': [ 3347 'core_dictionary_idl_files': [
3348 'css/FontFaceDescriptors.idl', 3348 'css/FontFaceDescriptors.idl',
3349 'dom/DOMPointInit.idl', 3349 'dom/DOMPointInit.idl',
3350 'dom/MutationObserverInit.idl',
3350 'page/EventSourceInit.idl', 3351 'page/EventSourceInit.idl',
3351 ], 3352 ],
3352 'generated_core_dictionary_files': [ 3353 'generated_core_dictionary_files': [
3353 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', 3354 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
3354 '<(blink_core_output_dir)/css/FontFaceDescriptors.h', 3355 '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
3355 '<(blink_core_output_dir)/dom/DOMPointInit.cpp', 3356 '<(blink_core_output_dir)/dom/DOMPointInit.cpp',
3356 '<(blink_core_output_dir)/dom/DOMPointInit.h', 3357 '<(blink_core_output_dir)/dom/DOMPointInit.h',
3358 '<(blink_core_output_dir)/dom/MutationObserverInit.cpp',
3359 '<(blink_core_output_dir)/dom/MutationObserverInit.h',
3357 '<(blink_core_output_dir)/page/EventSourceInit.cpp', 3360 '<(blink_core_output_dir)/page/EventSourceInit.cpp',
3358 '<(blink_core_output_dir)/page/EventSourceInit.h', 3361 '<(blink_core_output_dir)/page/EventSourceInit.h',
3359 ], 3362 ],
3360 'core_testing_dictionary_idl_files': [ 3363 'core_testing_dictionary_idl_files': [
3361 'testing/InternalDictionary.idl', 3364 'testing/InternalDictionary.idl',
3362 ], 3365 ],
3363 'webcore_testing_idl_files': [ 3366 'webcore_testing_idl_files': [
3364 'testing/DictionaryTest.idl', 3367 'testing/DictionaryTest.idl',
3365 'testing/GarbageCollectedScriptWrappable.idl', 3368 'testing/GarbageCollectedScriptWrappable.idl',
3366 'testing/GCObservation.idl', 3369 'testing/GCObservation.idl',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
3512 'rendering/shapes/BoxShapeTest.cpp', 3515 'rendering/shapes/BoxShapeTest.cpp',
3513 'rendering/style/OutlineValueTest.cpp', 3516 'rendering/style/OutlineValueTest.cpp',
3514 'testing/PrivateScriptTestTest.cpp', 3517 'testing/PrivateScriptTestTest.cpp',
3515 'streams/ReadableStreamTest.cpp', 3518 'streams/ReadableStreamTest.cpp',
3516 'testing/UnitTestHelpers.cpp', 3519 'testing/UnitTestHelpers.cpp',
3517 'testing/UnitTestHelpers.h', 3520 'testing/UnitTestHelpers.h',
3518 'xml/parser/SharedBufferReaderTest.cpp', 3521 'xml/parser/SharedBufferReaderTest.cpp',
3519 ], 3522 ],
3520 } 3523 }
3521 } 3524 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/MutationObserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698