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

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

Issue 2721543002: SharedWorker: Factor out WorkerReportingProxy impl from WebSharedWorkerImpl (Closed)
Patch Set: fix compile failures on win bots 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/web/BUILD.gn
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
index d5c025704104cb01e607406950666352b72c52e3..7578fc14172423273ea6255dcc8cb6e8f78ea869 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -245,6 +245,8 @@ component("web") {
"WebSettingsImpl.h",
"WebSharedWorkerImpl.cpp",
"WebSharedWorkerImpl.h",
+ "WebSharedWorkerReportingProxyImpl.cpp",
+ "WebSharedWorkerReportingProxyImpl.h",
"WebSpeechGrammar.cpp",
"WebSpeechRecognitionHandle.cpp",
"WebSpeechRecognitionResult.cpp",

Powered by Google App Engine
This is Rietveld 408576698