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

Side by Side Diff: mojo/mojo_public_tests.gypi

Issue 486203003: Mojo JS bindings generator doesn't generate import-qualified struct references (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resync Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | mojo/public/interfaces/bindings/tests/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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'mojo_test_support', 8 'target_name': 'mojo_test_support',
9 'type': 'shared_library', 9 'type': 'shared_library',
10 'defines': [ 10 'defines': [
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 ], 167 ],
168 'sources': [ 168 'sources': [
169 'public/c/system/tests/core_perftest.cc', 169 'public/c/system/tests/core_perftest.cc',
170 ], 170 ],
171 }, 171 },
172 { 172 {
173 'target_name': 'mojo_public_test_interfaces', 173 'target_name': 'mojo_public_test_interfaces',
174 'type': 'static_library', 174 'type': 'static_library',
175 'sources': [ 175 'sources': [
176 'public/interfaces/bindings/tests/math_calculator.mojom', 176 'public/interfaces/bindings/tests/math_calculator.mojom',
177 'public/interfaces/bindings/tests/rect.mojom',
177 'public/interfaces/bindings/tests/sample_factory.mojom', 178 'public/interfaces/bindings/tests/sample_factory.mojom',
178 'public/interfaces/bindings/tests/sample_import.mojom', 179 'public/interfaces/bindings/tests/sample_import.mojom',
179 'public/interfaces/bindings/tests/sample_import2.mojom', 180 'public/interfaces/bindings/tests/sample_import2.mojom',
180 'public/interfaces/bindings/tests/sample_interfaces.mojom', 181 'public/interfaces/bindings/tests/sample_interfaces.mojom',
181 'public/interfaces/bindings/tests/sample_service.mojom', 182 'public/interfaces/bindings/tests/sample_service.mojom',
182 'public/interfaces/bindings/tests/serialization_test_structs.mojom', 183 'public/interfaces/bindings/tests/serialization_test_structs.mojom',
183 'public/interfaces/bindings/tests/test_structs.mojom', 184 'public/interfaces/bindings/tests/test_structs.mojom',
184 'public/interfaces/bindings/tests/validation_test_interfaces.mojom', 185 'public/interfaces/bindings/tests/validation_test_interfaces.mojom',
185 ], 186 ],
186 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 187 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
(...skipping 13 matching lines...) Expand all
200 'mojo_js_bindings_lib', 201 'mojo_js_bindings_lib',
201 'mojo_public_test_interfaces', 202 'mojo_public_test_interfaces',
202 'mojo_run_all_unittests', 203 'mojo_run_all_unittests',
203 ], 204 ],
204 'sources': [ 205 'sources': [
205 'public/js/bindings/tests/run_js_tests.cc', 206 'public/js/bindings/tests/run_js_tests.cc',
206 ], 207 ],
207 }, 208 },
208 ], 209 ],
209 } 210 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/interfaces/bindings/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698