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

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

Issue 551873004: Revert of Add FontFaceDescriptors IDL dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@idl_gyp
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 | « Source/core/core.gyp ('k') | Source/core/css/FontFace.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 3318 matching lines...) Expand 10 before | Expand all | Expand 10 after
3329 'svg/graphics/SVGImageForContainer.h', 3329 'svg/graphics/SVGImageForContainer.h',
3330 'svg/graphics/filters/SVGFEImage.cpp', 3330 'svg/graphics/filters/SVGFEImage.cpp',
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 # FIXME: http://crbug.com/403150
3340 'css/FontFaceDescriptors.idl', 3340 # Add 'core_dictionary_idl_files' and
3341 ], 3341 # 'generated_core_dictionary_files' variables.
3342 'generated_core_dictionary_files': [ 3342 # The variables should contain IDL dictionary files and generated files
3343 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', 3343 # They would look like below:
3344 '<(blink_core_output_dir)/css/FontFaceDescriptors.h', 3344 # 'core_dictionary_idl_files': [
3345 ], 3345 # 'css/FontFaceDescriptors.idl',
3346 # ],
3347 # 'generated_core_dictionary_files': [
3348 # '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
3349 # '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
3350 # ],
3346 'core_testing_dictionary_idl_files': [ 3351 'core_testing_dictionary_idl_files': [
3347 'testing/InternalDictionary.idl', 3352 'testing/InternalDictionary.idl',
3348 ], 3353 ],
3349 'webcore_testing_idl_files': [ 3354 'webcore_testing_idl_files': [
3350 'testing/DictionaryTest.idl', 3355 'testing/DictionaryTest.idl',
3351 'testing/GarbageCollectedScriptWrappable.idl', 3356 'testing/GarbageCollectedScriptWrappable.idl',
3352 'testing/GCObservation.idl', 3357 'testing/GCObservation.idl',
3353 'testing/InternalProfilers.idl', 3358 'testing/InternalProfilers.idl',
3354 'testing/InternalSettings.idl', 3359 'testing/InternalSettings.idl',
3355 'testing/Internals.idl', 3360 'testing/Internals.idl',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
3498 'rendering/shapes/BoxShapeTest.cpp', 3503 'rendering/shapes/BoxShapeTest.cpp',
3499 'rendering/style/OutlineValueTest.cpp', 3504 'rendering/style/OutlineValueTest.cpp',
3500 'testing/PrivateScriptTestTest.cpp', 3505 'testing/PrivateScriptTestTest.cpp',
3501 'streams/ReadableStreamTest.cpp', 3506 'streams/ReadableStreamTest.cpp',
3502 'testing/UnitTestHelpers.cpp', 3507 'testing/UnitTestHelpers.cpp',
3503 'testing/UnitTestHelpers.h', 3508 'testing/UnitTestHelpers.h',
3504 'xml/parser/SharedBufferReaderTest.cpp', 3509 'xml/parser/SharedBufferReaderTest.cpp',
3505 ], 3510 ],
3506 } 3511 }
3507 } 3512 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/css/FontFace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698