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_edk_tests.gyp

Issue 2163773002: Mojo C++ bindings: remove use_new_wrapper_types=false from all remaining targets im mojo/ folder. (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_base.gyp ('k') | mojo/mojo_public.gyp » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'edk/js/tests/js_to_cpp_tests.cc', 297 'edk/js/tests/js_to_cpp_tests.cc',
298 ], 298 ],
299 }, 299 },
300 { 300 {
301 'target_name': 'mojo_js_to_cpp_bindings', 301 'target_name': 'mojo_js_to_cpp_bindings',
302 'type': 'none', 302 'type': 'none',
303 'variables': { 303 'variables': {
304 'mojom_files': [ 304 'mojom_files': [
305 'edk/js/tests/js_to_cpp.mojom', 305 'edk/js/tests/js_to_cpp.mojom',
306 ], 306 ],
307 'use_new_wrapper_types': 'false',
308 }, 307 },
309 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], 308 'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
310 }, 309 },
311 ], 310 ],
312 'conditions': [ 311 'conditions': [
313 ['test_isolation_mode != "noop"', { 312 ['test_isolation_mode != "noop"', {
314 'targets': [ 313 'targets': [
315 { 314 {
316 'target_name': 'mojo_public_bindings_unittests_run', 315 'target_name': 'mojo_public_bindings_unittests_run',
317 'type': 'none', 316 'type': 'none',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 ], 388 ],
390 'variables': { 389 'variables': {
391 'test_suite_name': 'mojo_system_unittests', 390 'test_suite_name': 'mojo_system_unittests',
392 }, 391 },
393 'includes': [ '../build/apk_test.gypi' ], 392 'includes': [ '../build/apk_test.gypi' ],
394 }, 393 },
395 ], 394 ],
396 }], 395 }],
397 ], 396 ],
398 } 397 }
OLDNEW
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/mojo_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698