Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index 30310db290f46134aa57975fa4cce7f9e499acb2..b122b8f2568114998225ec184c87672cc5ba0e9d 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -3336,18 +3336,13 @@ |
'svg/properties/SVGAnimatedProperty.cpp', |
'svg/properties/SVGPropertyTearOff.cpp', |
], |
- # 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_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', |
], |