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

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

Issue 2080513002: Deletes mojo::Callback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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/mojo_public.gypi ('k') | mojo/public/cpp/bindings/associated_binding.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 23f92455e87a611c3edcd3493f20e170daaa7b66..b52ffcca7d32ae92f8f5ae740f7d8df9cdb5c615 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -117,7 +117,6 @@ source_set("bindings") {
]
public_deps = [
- ":callback",
":struct_traits",
"//base",
"//ipc:param_traits",
@@ -130,16 +129,6 @@ source_set("bindings") {
]
}
-source_set("callback") {
- sources = [
- "callback.h",
- ]
-
- public_deps = [
- "//base",
- ]
-}
-
source_set("struct_traits") {
sources = [
"struct_traits.h",
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/cpp/bindings/associated_binding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698