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

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, 4 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 3304 matching lines...) Expand 10 before | Expand all | Expand 10 after
3315 'svg/graphics/SVGImageForContainer.h', 3315 'svg/graphics/SVGImageForContainer.h',
3316 'svg/graphics/filters/SVGFEImage.cpp', 3316 'svg/graphics/filters/SVGFEImage.cpp',
3317 'svg/graphics/filters/SVGFEImage.h', 3317 'svg/graphics/filters/SVGFEImage.h',
3318 'svg/graphics/filters/SVGFilter.cpp', 3318 'svg/graphics/filters/SVGFilter.cpp',
3319 'svg/graphics/filters/SVGFilter.h', 3319 'svg/graphics/filters/SVGFilter.h',
3320 'svg/graphics/filters/SVGFilterBuilder.cpp', 3320 'svg/graphics/filters/SVGFilterBuilder.cpp',
3321 'svg/graphics/filters/SVGFilterBuilder.h', 3321 'svg/graphics/filters/SVGFilterBuilder.h',
3322 'svg/properties/SVGAnimatedProperty.cpp', 3322 'svg/properties/SVGAnimatedProperty.cpp',
3323 'svg/properties/SVGPropertyTearOff.cpp', 3323 'svg/properties/SVGPropertyTearOff.cpp',
3324 ], 3324 ],
3325 # FIXME: http://crbug.com/403150 3325 'core_dictionary_idl_files': [
3326 # Add 'core_dictionary_idl_files' and 3326 'css/FontFaceDescriptors.idl',
3327 # 'generated_core_dictionary_files' variables. 3327 ],
3328 # The variables should contain IDL dictionary files and generated files 3328 'generated_core_dictionary_files': [
3329 # They would look like below: 3329 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
3330 # 'core_dictionary_idl_files': [ 3330 '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
3331 # 'css/FontFaceDescriptors.idl', 3331 ],
3332 # ],
3333 # 'generated_core_dictionary_files': [
3334 # '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
3335 # '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
3336 # ],
3337 'core_testing_dictionary_idl_files': [ 3332 'core_testing_dictionary_idl_files': [
3338 'testing/TestingDictionary.idl', 3333 'testing/TestingDictionary.idl',
3339 ], 3334 ],
3340 'webcore_testing_idl_files': [ 3335 'webcore_testing_idl_files': [
3341 'testing/DictionaryTest.idl', 3336 'testing/DictionaryTest.idl',
3342 'testing/GarbageCollectedScriptWrappable.idl', 3337 'testing/GarbageCollectedScriptWrappable.idl',
3343 'testing/GCObservation.idl', 3338 'testing/GCObservation.idl',
3344 'testing/InternalProfilers.idl', 3339 'testing/InternalProfilers.idl',
3345 'testing/InternalSettings.idl', 3340 'testing/InternalSettings.idl',
3346 'testing/Internals.idl', 3341 'testing/Internals.idl',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
3488 'rendering/shapes/BoxShapeTest.cpp', 3483 'rendering/shapes/BoxShapeTest.cpp',
3489 'rendering/style/OutlineValueTest.cpp', 3484 'rendering/style/OutlineValueTest.cpp',
3490 'testing/PrivateScriptTestTest.cpp', 3485 'testing/PrivateScriptTestTest.cpp',
3491 'streams/ReadableStreamTest.cpp', 3486 'streams/ReadableStreamTest.cpp',
3492 'testing/UnitTestHelpers.cpp', 3487 'testing/UnitTestHelpers.cpp',
3493 'testing/UnitTestHelpers.h', 3488 'testing/UnitTestHelpers.h',
3494 'xml/parser/SharedBufferReaderTest.cpp', 3489 'xml/parser/SharedBufferReaderTest.cpp',
3495 ], 3490 ],
3496 } 3491 }
3497 } 3492 }
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