Chromium Code Reviews| Index: Source/core/core.gypi |
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
| index fba11faa789fb741b57c447a92408a5c035131ec..7b179a000977e43d8b23798c38265c274c1f552c 100644 |
| --- a/Source/core/core.gypi |
| +++ b/Source/core/core.gypi |
| @@ -3641,9 +3641,11 @@ |
| 'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h', |
| 'svg/properties/SVGPathSegListPropertyTearOff.cpp', |
| ], |
| + 'internals_test_support_idl_file': [ |
|
tkent
2013/08/28 03:58:07
Why do you add new variable for Internals.idl?
kihong
2013/08/28 05:25:25
"internals.idl" need to be included to 'interface_
|
| + 'testing/Internals.idl', |
| + ], |
| 'deprecated_perl_webcore_test_support_idl_files': [ |
| 'testing/GCObservation.idl', |
| - 'testing/Internals.idl', |
| 'testing/InternalProfilers.idl', |
| 'testing/InternalSettings.idl', |
| 'testing/LayerRect.idl', |