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

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

Issue 481453003: Add FontFaceDescriptors IDL dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@idl_gyp
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
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 3314 matching lines...) Expand 10 before | Expand all | Expand 10 after
3325 'svg/graphics/SVGImageForContainer.h', 3325 'svg/graphics/SVGImageForContainer.h',
3326 'svg/graphics/filters/SVGFEImage.cpp', 3326 'svg/graphics/filters/SVGFEImage.cpp',
3327 'svg/graphics/filters/SVGFEImage.h', 3327 'svg/graphics/filters/SVGFEImage.h',
3328 'svg/graphics/filters/SVGFilter.cpp', 3328 'svg/graphics/filters/SVGFilter.cpp',
3329 'svg/graphics/filters/SVGFilter.h', 3329 'svg/graphics/filters/SVGFilter.h',
3330 'svg/graphics/filters/SVGFilterBuilder.cpp', 3330 'svg/graphics/filters/SVGFilterBuilder.cpp',
3331 'svg/graphics/filters/SVGFilterBuilder.h', 3331 'svg/graphics/filters/SVGFilterBuilder.h',
3332 'svg/properties/SVGAnimatedProperty.cpp', 3332 'svg/properties/SVGAnimatedProperty.cpp',
3333 'svg/properties/SVGPropertyTearOff.cpp', 3333 'svg/properties/SVGPropertyTearOff.cpp',
3334 ], 3334 ],
3335 # FIXME: http://crbug.com/403150 3335 'core_dictionary_idl_files': [
3336 # Add 'core_dictionary_idl_files' and 3336 'css/FontFaceDescriptors.idl',
3337 # 'generated_core_dictionary_files' variables. 3337 ],
3338 # The variables should contain IDL dictionary files and generated files 3338 'generated_core_dictionary_files': [
3339 # They would look like below: 3339 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
3340 # 'core_dictionary_idl_files': [ 3340 '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
3341 # 'css/FontFaceDescriptors.idl', 3341 ],
3342 # ],
3343 # 'generated_core_dictionary_files': [
3344 # '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
3345 # '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
3346 # ],
3347 'core_testing_dictionary_idl_files': [ 3342 'core_testing_dictionary_idl_files': [
3348 'testing/InternalDictionary.idl', 3343 'testing/InternalDictionary.idl',
3349 ], 3344 ],
3350 'webcore_testing_idl_files': [ 3345 'webcore_testing_idl_files': [
3351 'testing/DictionaryTest.idl', 3346 'testing/DictionaryTest.idl',
3352 'testing/GarbageCollectedScriptWrappable.idl', 3347 'testing/GarbageCollectedScriptWrappable.idl',
3353 'testing/GCObservation.idl', 3348 'testing/GCObservation.idl',
3354 'testing/InternalProfilers.idl', 3349 'testing/InternalProfilers.idl',
3355 'testing/InternalSettings.idl', 3350 'testing/InternalSettings.idl',
3356 'testing/Internals.idl', 3351 'testing/Internals.idl',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
3499 'rendering/shapes/BoxShapeTest.cpp', 3494 'rendering/shapes/BoxShapeTest.cpp',
3500 'rendering/style/OutlineValueTest.cpp', 3495 'rendering/style/OutlineValueTest.cpp',
3501 'testing/PrivateScriptTestTest.cpp', 3496 'testing/PrivateScriptTestTest.cpp',
3502 'streams/ReadableStreamTest.cpp', 3497 'streams/ReadableStreamTest.cpp',
3503 'testing/UnitTestHelpers.cpp', 3498 'testing/UnitTestHelpers.cpp',
3504 'testing/UnitTestHelpers.h', 3499 'testing/UnitTestHelpers.h',
3505 'xml/parser/SharedBufferReaderTest.cpp', 3500 'xml/parser/SharedBufferReaderTest.cpp',
3506 ], 3501 ],
3507 } 3502 }
3508 } 3503 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698