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

Side by Side Diff: mojo/public/cpp/bindings/BUILD.gn

Issue 1768443004: Revert of [mojo-bindings] Use Watch API instead of MessagePumpMojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « mojo/mojo_variables.gypi ('k') | mojo/public/cpp/bindings/lib/connector.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("bindings") { 5 source_set("bindings") {
6 sources = [ 6 sources = [
7 "array.h", 7 "array.h",
8 "associated_binding.h", 8 "associated_binding.h",
9 "associated_group.h", 9 "associated_group.h",
10 "associated_interface_ptr.h", 10 "associated_interface_ptr.h",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 94
95 public_deps = [ 95 public_deps = [
96 ":callback", 96 ":callback",
97 "//base", 97 "//base",
98 "//ipc:param_traits", 98 "//ipc:param_traits",
99 "//mojo/public/cpp/system", 99 "//mojo/public/cpp/system",
100 ] 100 ]
101 101
102 deps = [ 102 deps = [
103 "//base", 103 "//base",
104 "//mojo/message_pump",
104 "//mojo/public/interfaces/bindings:bindings_cpp_sources", 105 "//mojo/public/interfaces/bindings:bindings_cpp_sources",
105 ] 106 ]
106 } 107 }
107 108
108 source_set("callback") { 109 source_set("callback") {
109 sources = [ 110 sources = [
110 "callback.h", 111 "callback.h",
111 "lib/callback_internal.h", 112 "lib/callback_internal.h",
112 "lib/shared_data.h", 113 "lib/shared_data.h",
113 "lib/shared_ptr.h", 114 "lib/shared_ptr.h",
114 "lib/template_util.h", 115 "lib/template_util.h",
115 ] 116 ]
116 117
117 deps = [ 118 deps = [
118 "//base", 119 "//base",
119 "//mojo/public/cpp/system", 120 "//mojo/public/cpp/system",
120 ] 121 ]
121 } 122 }
OLDNEW
« no previous file with comments | « mojo/mojo_variables.gypi ('k') | mojo/public/cpp/bindings/lib/connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698