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

Side by Side Diff: mojo/mojo_public_tests.gyp

Issue 2165233003: Mojo C++ bindings: provide data view for all object types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « mojo/mojo_public.gypi ('k') | 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'mojo_public_test_interfaces_mojom_files': [ 8 'mojo_public_test_interfaces_mojom_files': [
9 'public/interfaces/bindings/tests/math_calculator.mojom', 9 'public/interfaces/bindings/tests/math_calculator.mojom',
10 'public/interfaces/bindings/tests/no_module.mojom', 10 'public/interfaces/bindings/tests/no_module.mojom',
11 'public/interfaces/bindings/tests/ping_service.mojom', 11 'public/interfaces/bindings/tests/ping_service.mojom',
12 'public/interfaces/bindings/tests/rect.mojom', 12 'public/interfaces/bindings/tests/rect.mojom',
13 'public/interfaces/bindings/tests/regression_tests.mojom', 13 'public/interfaces/bindings/tests/regression_tests.mojom',
14 'public/interfaces/bindings/tests/sample_factory.mojom', 14 'public/interfaces/bindings/tests/sample_factory.mojom',
15 'public/interfaces/bindings/tests/sample_import.mojom', 15 'public/interfaces/bindings/tests/sample_import.mojom',
16 'public/interfaces/bindings/tests/sample_import2.mojom', 16 'public/interfaces/bindings/tests/sample_import2.mojom',
17 'public/interfaces/bindings/tests/sample_interfaces.mojom', 17 'public/interfaces/bindings/tests/sample_interfaces.mojom',
18 'public/interfaces/bindings/tests/sample_service.mojom', 18 'public/interfaces/bindings/tests/sample_service.mojom',
19 'public/interfaces/bindings/tests/scoping.mojom', 19 'public/interfaces/bindings/tests/scoping.mojom',
20 'public/interfaces/bindings/tests/serialization_test_structs.mojom', 20 'public/interfaces/bindings/tests/serialization_test_structs.mojom',
21 'public/interfaces/bindings/tests/test_constants.mojom', 21 'public/interfaces/bindings/tests/test_constants.mojom',
22 'public/interfaces/bindings/tests/test_data_view.mojom',
22 'public/interfaces/bindings/tests/test_native_types.mojom', 23 'public/interfaces/bindings/tests/test_native_types.mojom',
23 'public/interfaces/bindings/tests/test_sync_methods.mojom', 24 'public/interfaces/bindings/tests/test_sync_methods.mojom',
24 ], 25 ],
25 }, 26 },
26 'target_defaults' : { 27 'target_defaults' : {
27 'include_dirs': [ 28 'include_dirs': [
28 '..', 29 '..',
29 ], 30 ],
30 }, 31 },
31 'targets': [ 32 'targets': [
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'sources': [ 154 'sources': [
154 'public/interfaces/bindings/tests/test_wtf_types.mojom', 155 'public/interfaces/bindings/tests/test_wtf_types.mojom',
155 ], 156 ],
156 'includes': [ 'mojom_bindings_generator.gypi' ], 157 'includes': [ 'mojom_bindings_generator.gypi' ],
157 }, 158 },
158 ], 159 ],
159 }], 160 }],
160 ], 161 ],
161 } 162 }
162 163
OLDNEW
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/cpp/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698