| 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 ba598b0e2680219ec001f5063aedcdd79cda3daf..dcaac2ca909a4e274e82dd09f3fc91d144613a02 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -4014,6 +4014,7 @@
|
| 'loader/LinkHeaderTest.cpp',
|
| 'loader/LinkLoaderTest.cpp',
|
| 'loader/MixedContentCheckerTest.cpp',
|
| + 'loader/ThreadableLoaderTest.cpp',
|
| 'origin_trials/OriginTrialContextTest.cpp',
|
| 'page/ChromeClientTest.cpp',
|
| 'page/ContextMenuControllerTest.cpp',
|
| @@ -4043,6 +4044,7 @@
|
| 'testing/PrivateScriptTestTest.cpp',
|
| 'timing/MemoryInfoTest.cpp',
|
| 'workers/WorkerThreadTest.cpp',
|
| + 'workers/WorkerThreadTestHelper.h',
|
| 'xml/parser/SharedBufferReaderTest.cpp',
|
| ],
|
| }
|
|
|