Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1257343003: [LoaderTest] Add unit tests for Document/WorkerThreadableLoader (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase, Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],
}

Powered by Google App Engine
This is Rietveld 408576698