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

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

Issue 728133002: Update mojo sdk to rev e01f9a49449381a5eb430c1fd88bf2cae73ec35a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android + ios gyp fixes Created 6 years, 1 month 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 "binding.h",
8 "error_handler.h", 9 "error_handler.h",
9 "interface_ptr.h", 10 "interface_ptr.h",
10 "map.h", 11 "map.h",
11 "message.h", 12 "message.h",
12 "message_filter.h", 13 "message_filter.h",
13 "no_interface.h", 14 "no_interface.h",
15 "strong_binding.h",
14 "string.h", 16 "string.h",
15 "struct_ptr.h", 17 "struct_ptr.h",
16 "type_converter.h", 18 "type_converter.h",
17 "lib/array_internal.cc", 19 "lib/array_internal.cc",
18 "lib/array_internal.h", 20 "lib/array_internal.h",
19 "lib/array_serialization.h", 21 "lib/array_serialization.h",
20 "lib/bindings_internal.h", 22 "lib/bindings_internal.h",
21 "lib/bindings_serialization.cc", 23 "lib/bindings_serialization.cc",
22 "lib/bindings_serialization.h", 24 "lib/bindings_serialization.h",
23 "lib/bounds_checker.cc", 25 "lib/bounds_checker.cc",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 sources = [ 64 sources = [
63 "callback.h", 65 "callback.h",
64 "lib/callback_internal.h", 66 "lib/callback_internal.h",
65 "lib/template_util.h", 67 "lib/template_util.h",
66 "lib/shared_data.h", 68 "lib/shared_data.h",
67 "lib/shared_ptr.h", 69 "lib/shared_ptr.h",
68 ] 70 ]
69 71
70 deps = [ "//mojo/public/cpp/system" ] 72 deps = [ "//mojo/public/cpp/system" ]
71 } 73 }
OLDNEW
« no previous file with comments | « mojo/public/cpp/application/lib/application_test_main.cc ('k') | mojo/public/cpp/bindings/binding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698