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

Unified Diff: content/test/BUILD.gn

Issue 2943583002: [extension SW] Support lazy events from extension service workers. (Closed)
Patch Set: Address comments Created 3 years, 6 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/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 42b77b37fa8d59928dd678e26f936184e0bc49ef..888a03607cbec932b758e53bf29b4b4fcdc6dbc5 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -100,6 +100,8 @@ static_library("test_support") {
"../public/test/render_view_test.h",
"../public/test/repeated_notification_observer.cc",
"../public/test/repeated_notification_observer.h",
+ "../public/test/service_worker_test_helpers.cc",
+ "../public/test/service_worker_test_helpers.h",
"../public/test/test_browser_context.cc",
"../public/test/test_browser_context.h",
"../public/test/test_browser_thread.cc",

Powered by Google App Engine
This is Rietveld 408576698