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

Unified Diff: content/public/common/BUILD.gn

Issue 2227593002: ServiceWorker: Implement StartWorker by using mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added argument check and updated comment and BUILD.gn Created 4 years, 3 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/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index 1cdf6204f0ce54629c789ec4e39b6e07dcbd8753..030cac9f356dad9b3d3466d0ac29dee073cb2cff 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -170,3 +170,11 @@ source_set("feature_h264_with_openh264_ffmpeg") {
"feature_h264_with_openh264_ffmpeg.h",
]
}
+
+mojom("mojo_bindings") {
+ sources = [
+ "web_preferences.mojom",
+ ]
+
+ import_dirs = [ "//mojo/services" ]
+}

Powered by Google App Engine
This is Rietveld 408576698