| 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 e528fef1d1f30b33f40ee7db1e19d747b3725355..134fb858323e646b42a9183755ab6b0370fcbc81 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -3944,6 +3944,7 @@
|
| 'testing/InternalDictionaryDerivedDerived.idl',
|
| ],
|
| 'webcore_testing_idl_files': [
|
| + 'testing/DeathAwareScriptWrappable.idl',
|
| 'testing/DictionaryTest.idl',
|
| 'testing/GCObservation.idl',
|
| 'testing/GarbageCollectedScriptWrappable.idl',
|
| @@ -3984,6 +3985,8 @@
|
| 'origin_trials/testing/InternalsFrobulate.h',
|
| 'origin_trials/testing/InternalsFrobulateInterfaceBindings.h',
|
| 'origin_trials/testing/WorkerInternalsFrobulate.h',
|
| + 'testing/DeathAwareScriptWrappable.h',
|
| + 'testing/DeathAwareScriptWrappable.cpp',
|
| 'testing/DictionaryTest.cpp',
|
| 'testing/DictionaryTest.h',
|
| 'testing/DummyPageHolder.cpp',
|
|
|