Chromium Code Reviews

Unified 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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/css/FontFace.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index b122b8f2568114998225ec184c87672cc5ba0e9d..30310db290f46134aa57975fa4cce7f9e499acb2 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3336,13 +3336,18 @@
'svg/properties/SVGAnimatedProperty.cpp',
'svg/properties/SVGPropertyTearOff.cpp',
],
- 'core_dictionary_idl_files': [
- 'css/FontFaceDescriptors.idl',
- ],
- 'generated_core_dictionary_files': [
- '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
- '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
- ],
+ # FIXME: http://crbug.com/403150
+ # Add 'core_dictionary_idl_files' and
+ # 'generated_core_dictionary_files' variables.
+ # The variables should contain IDL dictionary files and generated files
+ # They would look like below:
+ # 'core_dictionary_idl_files': [
+ # 'css/FontFaceDescriptors.idl',
+ # ],
+ # 'generated_core_dictionary_files': [
+ # '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp',
+ # '<(blink_core_output_dir)/css/FontFaceDescriptors.h',
+ # ],
'core_testing_dictionary_idl_files': [
'testing/InternalDictionary.idl',
],
« 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