Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index 314f8f549419ff8f5700696670c0815127beb60c..085daa4cbb677e755eb8bd286e569937de69251f 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -3322,18 +3322,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/TestingDictionary.idl', |
], |