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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2697073002: [ES6 modules] Introduce ModuleScriptLoader (Closed)
Patch Set: DCHECK_IS_ON Created 3 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/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index f93120e2d3ec76c33528bade9f9ca7d21dc3d792..f5a177ae7bcc418b26fd36213e4544ddd481e67b 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1574,6 +1574,8 @@ static_library("test_support") {
"testing/FakeDisplayItemClient.h",
"testing/FakeGraphicsLayer.h",
"testing/FakeGraphicsLayerClient.h",
+ "testing/FetchTestingPlatformSupport.cpp",
+ "testing/FetchTestingPlatformSupport.h",
"testing/FontTestHelpers.cpp",
"testing/FontTestHelpers.h",
"testing/FuzzedDataProvider.cpp",
@@ -1743,8 +1745,6 @@ test("blink_platform_unittests") {
"json/JSONValuesTest.cpp",
"loader/fetch/ClientHintsPreferencesTest.cpp",
"loader/fetch/CrossOriginAccessControlTest.cpp",
- "loader/fetch/FetchTestingPlatformSupport.cpp",
- "loader/fetch/FetchTestingPlatformSupport.h",
"loader/fetch/FetchUtilsTest.cpp",
"loader/fetch/MemoryCacheCorrectnessTest.cpp",
"loader/fetch/MemoryCacheTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698