| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index c99940bb39aa930c1c7b61e89ad0a3c1f725c7c5..d73dc20a99a6a1694ee5e880e48fe6b4be7f84db 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -105,6 +105,7 @@
|
| 'dom/Range.idl',
|
| 'dom/SharedArrayBuffer.idl',
|
| 'dom/StringCallback.idl',
|
| + 'dom/TestObject.idl',
|
| 'dom/Text.idl',
|
| 'dom/Touch.idl',
|
| 'dom/TouchList.idl',
|
| @@ -3952,6 +3953,7 @@
|
| 'dom/SelectorQueryTest.cpp',
|
| 'dom/StyleElementTest.cpp',
|
| 'dom/StyleEngineTest.cpp',
|
| + 'dom/TestObject.h',
|
| 'dom/TextTest.cpp',
|
| 'dom/TreeScopeStyleSheetCollectionTest.cpp',
|
| 'dom/TreeScopeTest.cpp',
|
|
|