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

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

Issue 1046013002: Split LoadAndRunNativeApplication() ... (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: doh Created 5 years, 9 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
« no previous file with comments | « no previous file | shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/BUILD.gn
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
index 2dac8281a9c4cadca2b4367bdc92da9434f41ffa..f6a9b1bbfbcc72358a0fe40055a65f16fc79e14a 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -9,16 +9,9 @@ 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",
+ "interface_ptr_info.h",
+ "interface_request.h",
"lib/array_internal.cc",
"lib/array_internal.h",
"lib/array_serialization.h",
@@ -55,6 +48,14 @@ 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 = [
@@ -71,9 +72,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" ]
« no previous file with comments | « no previous file | shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698