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

Unified Diff: third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn

Issue 1127293003: Update mojo sdk to rev f84766d3b6420b7cf6a113d9d65d73cb5fe18d90 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: formatting Created 5 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: third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn b/third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
index 7de82a5e4400a91fdd9099ddaf15de82e860fd7a..05e92be9f53e78abcd02601e986b79b15e681e36 100644
--- a/third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
@@ -23,6 +23,10 @@ mojo_sdk_source_set("bindings") {
"lib/buffer.h",
"lib/connector.cc",
"lib/connector.h",
+ "lib/control_message_handler.cc",
+ "lib/control_message_handler.h",
+ "lib/control_message_proxy.cc",
+ "lib/control_message_proxy.h",
"lib/filter_chain.cc",
"lib/filter_chain.h",
"lib/fixed_buffer.cc",
@@ -68,6 +72,7 @@ mojo_sdk_source_set("bindings") {
mojo_sdk_deps = [
"mojo/public/cpp/environment",
"mojo/public/cpp/system",
+ "mojo/public/interfaces/bindings:bindings_cpp_sources",
]
}

Powered by Google App Engine
This is Rietveld 408576698