Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index 57c55c2e1362855101eb43ff5b83d707dcbac8dc..d15bc50af79d867c4312527bab8472ce606db4c1 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -3332,18 +3332,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', |
], |