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

Side by Side Diff: mojo/mojo_public.gyp

Issue 2014403002: Mojo C++ bindings: custom type mapping of map (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/BUILD.gn » ('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 { 5 {
6 'includes': [ 6 'includes': [
7 'mojo_variables.gypi', 7 'mojo_variables.gypi',
8 ], 8 ],
9 'target_defaults' : { 9 'target_defaults' : {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'public/cpp/bindings/lib/sync_handle_registry.cc', 204 'public/cpp/bindings/lib/sync_handle_registry.cc',
205 'public/cpp/bindings/lib/sync_handle_registry.h', 205 'public/cpp/bindings/lib/sync_handle_registry.h',
206 'public/cpp/bindings/lib/sync_handle_watcher.cc', 206 'public/cpp/bindings/lib/sync_handle_watcher.cc',
207 'public/cpp/bindings/lib/sync_handle_watcher.h', 207 'public/cpp/bindings/lib/sync_handle_watcher.h',
208 'public/cpp/bindings/lib/validate_params.h', 208 'public/cpp/bindings/lib/validate_params.h',
209 'public/cpp/bindings/lib/validation_errors.cc', 209 'public/cpp/bindings/lib/validation_errors.cc',
210 'public/cpp/bindings/lib/validation_errors.h', 210 'public/cpp/bindings/lib/validation_errors.h',
211 'public/cpp/bindings/lib/validation_util.cc', 211 'public/cpp/bindings/lib/validation_util.cc',
212 'public/cpp/bindings/lib/validation_util.h', 212 'public/cpp/bindings/lib/validation_util.h',
213 'public/cpp/bindings/lib/value_traits.h', 213 'public/cpp/bindings/lib/value_traits.h',
214 'public/cpp/bindings/map_traits.h',
215 'public/cpp/bindings/map_traits_standard.h',
216 'public/cpp/bindings/map_traits_stl.h',
214 'public/cpp/bindings/message.h', 217 'public/cpp/bindings/message.h',
215 'public/cpp/bindings/message_filter.h', 218 'public/cpp/bindings/message_filter.h',
216 'public/cpp/bindings/native_struct.h', 219 'public/cpp/bindings/native_struct.h',
217 'public/cpp/bindings/no_interface.h', 220 'public/cpp/bindings/no_interface.h',
218 'public/cpp/bindings/scoped_interface_endpoint_handle.h', 221 'public/cpp/bindings/scoped_interface_endpoint_handle.h',
219 'public/cpp/bindings/stl_converters.h', 222 'public/cpp/bindings/stl_converters.h',
220 'public/cpp/bindings/string.h', 223 'public/cpp/bindings/string.h',
221 'public/cpp/bindings/string_traits.h', 224 'public/cpp/bindings/string_traits.h',
222 'public/cpp/bindings/string_traits_standard.h', 225 'public/cpp/bindings/string_traits_standard.h',
223 'public/cpp/bindings/string_traits_stl.h', 226 'public/cpp/bindings/string_traits_stl.h',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'mojo_interface_bindings_java_sources', 533 'mojo_interface_bindings_java_sources',
531 'mojo_public_java', 534 'mojo_public_java',
532 '<(DEPTH)/base/base.gyp:base_java', 535 '<(DEPTH)/base/base.gyp:base_java',
533 ], 536 ],
534 'includes': [ '../build/java.gypi' ], 537 'includes': [ '../build/java.gypi' ],
535 }, 538 },
536 ], 539 ],
537 }], 540 }],
538 ], 541 ],
539 } 542 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698