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

Side by Side Diff: mojo/mojo_edk_tests.gyp

Issue 2156303003: Mojo C++ bindings: make the generator use STL/WTF string/vector/map by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into 72_switch_default 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',
307 }, 308 },
308 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], 309 'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
309 }, 310 },
310 ], 311 ],
311 'conditions': [ 312 'conditions': [
312 ['test_isolation_mode != "noop"', { 313 ['test_isolation_mode != "noop"', {
313 'targets': [ 314 'targets': [
314 { 315 {
315 'target_name': 'mojo_public_bindings_unittests_run', 316 'target_name': 'mojo_public_bindings_unittests_run',
316 'type': 'none', 317 'type': 'none',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 ], 389 ],
389 'variables': { 390 'variables': {
390 'test_suite_name': 'mojo_system_unittests', 391 'test_suite_name': 'mojo_system_unittests',
391 }, 392 },
392 'includes': [ '../build/apk_test.gypi' ], 393 'includes': [ '../build/apk_test.gypi' ],
393 }, 394 },
394 ], 395 ],
395 }], 396 }],
396 ], 397 ],
397 } 398 }
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