| 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 220b3c7845773ab310b6cf43145d0e54fe3e73e2..04965bfd133fbe363b15af322f7ac38a06c5a766 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -4037,6 +4037,7 @@
|
| 'loader/LinkHeaderTest.cpp',
|
| 'loader/LinkLoaderTest.cpp',
|
| 'loader/MixedContentCheckerTest.cpp',
|
| + 'loader/ThreadableLoaderTest.cpp',
|
| 'origin_trials/OriginTrialContextTest.cpp',
|
| 'page/ChromeClientTest.cpp',
|
| 'page/ContextMenuControllerTest.cpp',
|
| @@ -4067,6 +4068,7 @@
|
| 'testing/PrivateScriptTestTest.cpp',
|
| 'timing/MemoryInfoTest.cpp',
|
| 'workers/WorkerThreadTest.cpp',
|
| + 'workers/WorkerThreadTestHelper.h',
|
| 'xml/parser/SharedBufferReaderTest.cpp',
|
| ],
|
| }
|
|
|