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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2630273002: ServiceWorker: mojofy ResumeAfterDownload and AddMessageToConsole (Closed)
Patch Set: s/is/was/ , add :: before blink and remove unnecessary include 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: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 33c181e723a7f937853a53633c3e7a686d4ead84..45fe53304f55ec38113c1bc533283496e302e888 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -667,6 +667,7 @@ mojom("mojo_bindings") {
"platform/modules/websockets/websocket.mojom",
"platform/referrer.mojom",
"platform/site_engagement.mojom",
+ "web/console_message.mojom",
"web/window_features.mojom",
]
public_deps = [
@@ -749,6 +750,7 @@ group("generate_mojo_bindings") {
source_set("shared_typemap_traits") {
visibility = [ ":*" ]
sources = [
+ "web/ConsoleMessageStructTraits.cpp",
"web/WindowFeaturesStructTraits.cpp",
]
deps = [
« no previous file with comments | « content/renderer/service_worker/embedded_worker_instance_client_impl.cc ('k') | third_party/WebKit/public/public_typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698