| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 515e832391f1b4ef44aceba6f29d131592d7a161..01a248b30d71ba3d1c3b3df0f92fee53101ef01e 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -3641,6 +3641,8 @@
|
| 'testing/Internals.idl',
|
| 'testing/InternalProfilers.idl',
|
| 'testing/InternalSettings.idl',
|
| + 'testing/LayerRect.idl',
|
| + 'testing/LayerRectList.idl',
|
| 'testing/MallocStatistics.idl',
|
| 'testing/TypeConversions.idl',
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.idl',
|
| @@ -3659,6 +3661,9 @@
|
| 'testing/InternalProfilers.h',
|
| 'testing/InternalSettings.cpp',
|
| 'testing/InternalSettings.h',
|
| + 'testing/LayerRect.h',
|
| + 'testing/LayerRectList.cpp',
|
| + 'testing/LayerRectList.h',
|
| 'testing/MallocStatistics.h',
|
| 'testing/MockPagePopupDriver.cpp',
|
| 'testing/MockPagePopupDriver.h',
|
|
|