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

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

Issue 975973002: Update mojo sdk to rev f68e697e389943cd9bf9652397312280e96b127a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: shake fist at msvc Created 5 years, 10 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 7a3691ad81472e51e6bdc2ee7b7e55c083a66cb3..2dac8281a9c4cadca2b4367bdc92da9434f41ffa 100644
--- a/third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
@@ -9,7 +9,16 @@ mojo_sdk_source_set("bindings") {
"array.h",
"binding.h",
"error_handler.h",
+ "interface_ptr_info.h",
"interface_ptr.h",
+ "map.h",
+ "message.h",
+ "message_filter.h",
+ "no_interface.h",
+ "strong_binding.h",
+ "string.h",
+ "struct_ptr.h",
+ "type_converter.h",
"lib/array_internal.cc",
"lib/array_internal.h",
"lib/array_serialization.h",
@@ -46,14 +55,6 @@ mojo_sdk_source_set("bindings") {
"lib/validate_params.h",
"lib/validation_errors.cc",
"lib/validation_errors.h",
- "map.h",
- "message.h",
- "message_filter.h",
- "no_interface.h",
- "string.h",
- "strong_binding.h",
- "struct_ptr.h",
- "type_converter.h",
]
deps = [
@@ -70,9 +71,9 @@ mojo_sdk_source_set("callback") {
sources = [
"callback.h",
"lib/callback_internal.h",
+ "lib/template_util.h",
"lib/shared_data.h",
"lib/shared_ptr.h",
- "lib/template_util.h",
]
mojo_sdk_deps = [ "mojo/public/cpp/system" ]

Powered by Google App Engine
This is Rietveld 408576698