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

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

Issue 2283543002: Add support for dispatch contexts on BindingSet (Closed)
Patch Set: . Created 4 years, 3 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 | « no previous file | mojo/public/cpp/bindings/associated_binding_set.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 static_library("bindings") { 5 static_library("bindings") {
6 sources = [ 6 sources = [
7 "array.h", 7 "array.h",
8 "array_data_view.h", 8 "array_data_view.h",
9 "array_traits.h", 9 "array_traits.h",
10 "array_traits_carray.h", 10 "array_traits_carray.h",
11 "array_traits_standard.h", 11 "array_traits_standard.h",
12 "array_traits_stl.h", 12 "array_traits_stl.h",
13 "associated_binding.h", 13 "associated_binding.h",
14 "associated_binding_set.h",
14 "associated_group.h", 15 "associated_group.h",
15 "associated_group_controller.h", 16 "associated_group_controller.h",
16 "associated_interface_ptr.h", 17 "associated_interface_ptr.h",
17 "associated_interface_ptr_info.h", 18 "associated_interface_ptr_info.h",
18 "associated_interface_request.h", 19 "associated_interface_request.h",
19 "binding.h", 20 "binding.h",
20 "binding_set.h", 21 "binding_set.h",
21 "connector.h", 22 "connector.h",
22 "enum_traits.h", 23 "enum_traits.h",
23 "filter_chain.h", 24 "filter_chain.h",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 ] 163 ]
163 164
164 public_deps = [ 165 public_deps = [
165 ":bindings", 166 ":bindings",
166 "//third_party/WebKit/Source/wtf", 167 "//third_party/WebKit/Source/wtf",
167 ] 168 ]
168 169
169 public_configs = [ "//third_party/WebKit/Source:config" ] 170 public_configs = [ "//third_party/WebKit/Source:config" ]
170 } 171 }
171 } 172 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/associated_binding_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698