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

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

Issue 2630273002: ServiceWorker: mojofy ResumeAfterDownload and AddMessageToConsole (Closed)
Patch Set: Removed unnecessary consts and includes 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 08739cbd6be3d8aa892c54cb804ce879ab5887d2..c95a419ffd70f2753204f2b670ed34348093c2dd 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -666,6 +666,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/ConsoleMessageTraits.cpp",
"web/WindowFeaturesStructTraits.cpp",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698