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

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

Issue 561533002: Add EventSourceInit (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
« no previous file with comments | « no previous file | Source/core/page/EventSource.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 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 'page/EventSourceInit.idl',
3341 ], 3342 ],
3342 'generated_core_dictionary_files': [ 3343 'generated_core_dictionary_files': [
3343 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', 3344 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
3344 '<(blink_core_output_dir)/css/FontFaceDescriptors.h', 3345 '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
3346 '<(blink_core_output_dir)/page/EventSourceInit.cpp',
3347 '<(blink_core_output_dir)/page/EventSourceInit.h',
3345 ], 3348 ],
3346 'core_testing_dictionary_idl_files': [ 3349 'core_testing_dictionary_idl_files': [
3347 'testing/InternalDictionary.idl', 3350 'testing/InternalDictionary.idl',
3348 ], 3351 ],
3349 'webcore_testing_idl_files': [ 3352 'webcore_testing_idl_files': [
3350 'testing/DictionaryTest.idl', 3353 'testing/DictionaryTest.idl',
3351 'testing/GarbageCollectedScriptWrappable.idl', 3354 'testing/GarbageCollectedScriptWrappable.idl',
3352 'testing/GCObservation.idl', 3355 'testing/GCObservation.idl',
3353 'testing/InternalProfilers.idl', 3356 'testing/InternalProfilers.idl',
3354 'testing/InternalSettings.idl', 3357 'testing/InternalSettings.idl',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
3498 'rendering/shapes/BoxShapeTest.cpp', 3501 'rendering/shapes/BoxShapeTest.cpp',
3499 'rendering/style/OutlineValueTest.cpp', 3502 'rendering/style/OutlineValueTest.cpp',
3500 'testing/PrivateScriptTestTest.cpp', 3503 'testing/PrivateScriptTestTest.cpp',
3501 'streams/ReadableStreamTest.cpp', 3504 'streams/ReadableStreamTest.cpp',
3502 'testing/UnitTestHelpers.cpp', 3505 'testing/UnitTestHelpers.cpp',
3503 'testing/UnitTestHelpers.h', 3506 'testing/UnitTestHelpers.h',
3504 'xml/parser/SharedBufferReaderTest.cpp', 3507 'xml/parser/SharedBufferReaderTest.cpp',
3505 ], 3508 ],
3506 } 3509 }
3507 } 3510 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/page/EventSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698