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

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

Issue 2837353002: mojo: Make EqualsTraits<> part of public C++ API (Closed)
Patch Set: fix build Created 3 years, 8 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 | mojo/public/cpp/bindings/equals_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 ef11c69330022517748f0bc9f825b7a03911fe8c..f94e314ce1c4c6a6eb2f2ded58172f0c29cb305d 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -39,6 +39,7 @@ component("bindings") {
"connection_error_callback.h",
"connector.h",
"disconnect_reason.h",
+ "equals_traits.h",
"filter_chain.h",
"interface_data_view.h",
"interface_endpoint_client.h",
@@ -65,7 +66,6 @@ component("bindings") {
"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 | « no previous file | mojo/public/cpp/bindings/equals_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698