Chromium Code Reviews| Index: Source/core/core.gypi |
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
| index 2d6c4807ca5a6ff7bf5f6942424c90eb5399e888..0bbcd37a096ece093783e792f9883643c49312ef 100644 |
| --- a/Source/core/core.gypi |
| +++ b/Source/core/core.gypi |
| @@ -488,6 +488,9 @@ |
| 'workers/AbstractWorker.idl', |
| 'xml/DocumentXPathEvaluator.idl', |
| ], |
| + 'core_idl_dictionary_files': [ |
| + 'css/FontFaceDescriptors.idl', |
|
bashi
2014/07/30 11:32:26
It seems we need to write dictionary files twice(h
haraken
2014/07/30 19:57:36
Can we probably define core_idl_dictionary_files i
bashi
2014/07/31 02:34:05
The problem was that the relative paths can be dif
|
| + ], |
| # interfaces that inherit from Event, including Event itself |
| 'core_event_idl_files': [ |
| 'css/CSSFontFaceLoadEvent.idl', |