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

Unified Diff: content/common/BUILD.gn

Issue 2586863002: Worker: Enable UseCounter for SharedWorkerGlobalScope (Closed)
Patch Set: ready to review Created 3 years, 11 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 2339da0862315dfd3e20e26a851aacc9f8eebe45..063076cae8014be79ab97c09d2c4ae6abf47f634 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -326,6 +326,8 @@ source_set("common") {
"view_message_enums.h",
"view_messages.h",
"worker_messages.h",
+ "worker_use_counter.cc",
+ "worker_use_counter.h",
"zygote_commands_linux.h",
]

Powered by Google App Engine
This is Rietveld 408576698