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

Unified Diff: content/renderer/BUILD.gn

Issue 1960843002: [OnionSoup] Move background_sync.mojom from //content to //third_party/WebKit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address dcheng@'s comment Created 4 years, 7 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/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index e965f17a6ec56edde01f9506f4fd641d891e9e27..dbc5f5ecd3252358e94a8d53cfb6d555a9f1580c 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -45,7 +45,6 @@ source_set("renderer") {
"//content/public/common:common_sources",
"//content/public/common:feature_h264_with_openh264_ffmpeg",
"//content/public/common:features",
- "//content/public/common:mojo_bindings",
"//crypto:platform",
"//device/battery:mojo_bindings",
"//device/bluetooth",
@@ -75,6 +74,7 @@ source_set("renderer") {
"//skia/public",
"//storage/common",
"//third_party/WebKit/public:blink",
+ "//third_party/WebKit/public:mojo_bindings",
"//third_party/boringssl",
"//third_party/icu",
"//third_party/libjingle",

Powered by Google App Engine
This is Rietveld 408576698