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

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

Issue 1915373002: Implement empty WorkerInternals interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trials-in-service-workers
Patch Set: nit Created 4 years, 7 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/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 3ece896d5b1d88ae5190130c2cd272fcad8d4532..ee7c32e90f9e0154ff85ac53cbceff56e06ede7f 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -331,6 +331,8 @@ source_set("testing") {
"$bindings_core_v8_output_dir/V8TypeConversions.h",
"$bindings_core_v8_output_dir/V8UnionTypesTest.cpp",
"$bindings_core_v8_output_dir/V8UnionTypesTest.h",
+ "$bindings_core_v8_output_dir/V8WorkerInternals.cpp",
+ "$bindings_core_v8_output_dir/V8WorkerInternals.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698