| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 17af36e65e4a7f0e96f53a130086c41578e16b15..34af115324f878d513e3a30d88ceb0bd8028bf59 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -3601,6 +3601,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',
|
| @@ -3617,6 +3619,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',
|
|
|