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

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

Issue 611633002: mojom: Add associative arrays to the mojom language. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn build. Created 6 years, 2 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 "error_handler.h", 8 "error_handler.h",
9 "interface_ptr.h", 9 "interface_ptr.h",
10 "message.h", 10 "message.h",
(...skipping 10 matching lines...) Expand all
21 "lib/bindings_serialization.h", 21 "lib/bindings_serialization.h",
22 "lib/bounds_checker.cc", 22 "lib/bounds_checker.cc",
23 "lib/bounds_checker.h", 23 "lib/bounds_checker.h",
24 "lib/buffer.h", 24 "lib/buffer.h",
25 "lib/connector.cc", 25 "lib/connector.cc",
26 "lib/connector.h", 26 "lib/connector.h",
27 "lib/filter_chain.cc", 27 "lib/filter_chain.cc",
28 "lib/filter_chain.h", 28 "lib/filter_chain.h",
29 "lib/fixed_buffer.cc", 29 "lib/fixed_buffer.cc",
30 "lib/fixed_buffer.h", 30 "lib/fixed_buffer.h",
31 "lib/map_serialization.h",
31 "lib/message.cc", 32 "lib/message.cc",
32 "lib/message_builder.cc", 33 "lib/message_builder.cc",
33 "lib/message_builder.h", 34 "lib/message_builder.h",
34 "lib/message_filter.cc", 35 "lib/message_filter.cc",
35 "lib/message_header_validator.cc", 36 "lib/message_header_validator.cc",
36 "lib/message_header_validator.h", 37 "lib/message_header_validator.h",
37 "lib/message_internal.h", 38 "lib/message_internal.h",
38 "lib/message_queue.cc", 39 "lib/message_queue.cc",
39 "lib/message_queue.h", 40 "lib/message_queue.h",
40 "lib/no_interface.cc", 41 "lib/no_interface.cc",
(...skipping 16 matching lines...) Expand all
57 sources = [ 58 sources = [
58 "callback.h", 59 "callback.h",
59 "lib/callback_internal.h", 60 "lib/callback_internal.h",
60 "lib/template_util.h", 61 "lib/template_util.h",
61 "lib/shared_data.h", 62 "lib/shared_data.h",
62 "lib/shared_ptr.h", 63 "lib/shared_ptr.h",
63 ] 64 ]
64 65
65 deps = [ "//mojo/public/cpp/system" ] 66 deps = [ "//mojo/public/cpp/system" ]
66 } 67 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698