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

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

Issue 1839223003: Add basic Chrome interaction with the mash shelf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use associated interfaces for observers and item delegates. Created 4 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 unified diff | Download patch
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",
11 "associated_interface_ptr_info.h", 11 "associated_interface_ptr_info.h",
12 "associated_interface_ptr_set.h",
12 "associated_interface_request.h", 13 "associated_interface_request.h",
13 "binding.h", 14 "binding.h",
14 "binding_set.h", 15 "binding_set.h",
15 "interface_ptr.h", 16 "interface_ptr.h",
16 "interface_ptr_info.h", 17 "interface_ptr_info.h",
17 "interface_ptr_set.h", 18 "interface_ptr_set.h",
18 "interface_request.h", 19 "interface_request.h",
19 "lib/array_internal.cc", 20 "lib/array_internal.cc",
20 "lib/array_internal.h", 21 "lib/array_internal.h",
21 "lib/array_serialization.h", 22 "lib/array_serialization.h",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "wtf_array.h", 138 "wtf_array.h",
138 ] 139 ]
139 140
140 public_deps = [ 141 public_deps = [
141 ":bindings", 142 ":bindings",
142 "//third_party/WebKit/Source/wtf", 143 "//third_party/WebKit/Source/wtf",
143 ] 144 ]
144 145
145 public_configs = [ "//third_party/WebKit/Source:config" ] 146 public_configs = [ "//third_party/WebKit/Source:config" ]
146 } 147 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698