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

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

Issue 2686763002: [Mojo Video Capture] Split OnIncomingCapturedVideoFrame() to OnNewBuffer() and OnFrameReadyInBuffer( (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « mojo/common/values_struct_traits.cc ('k') | mojo/public/cpp/bindings/clone_traits.h » ('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 cbc20046d22942cfb65bb5db5aa5582505f6123a..5c413840cbf20ee436107a23f39755bddbe7539b 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -35,6 +35,7 @@ component("bindings") {
"binding.h",
"binding_set.h",
"bindings_export.h",
+ "clone_traits.h",
"connection_error_callback.h",
"connector.h",
"disconnect_reason.h",
@@ -58,12 +59,12 @@ component("bindings") {
"lib/binding_state.h",
"lib/bindings_internal.h",
"lib/buffer.h",
- "lib/clone_equals_util.h",
"lib/connector.cc",
"lib/control_message_handler.cc",
"lib/control_message_handler.h",
"lib/control_message_proxy.cc",
"lib/control_message_proxy.h",
+ "lib/equals_traits.h",
"lib/filter_chain.cc",
"lib/fixed_buffer.cc",
"lib/fixed_buffer.h",
« no previous file with comments | « mojo/common/values_struct_traits.cc ('k') | mojo/public/cpp/bindings/clone_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698