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

Side by Side Diff: device/bluetooth/bluetooth.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 | « device/battery/battery.gyp ('k') | device/bluetooth/public/interfaces/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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 { 483 {
484 'target_name': 'bluetooth_interfaces_mojom', 484 'target_name': 'bluetooth_interfaces_mojom',
485 'type': 'none', 485 'type': 'none',
486 'variables': { 486 'variables': {
487 'mojom_files': [ 487 'mojom_files': [
488 'public/interfaces/bluetooth_uuid.mojom', 488 'public/interfaces/bluetooth_uuid.mojom',
489 ], 489 ],
490 'mojom_typemaps': [ 490 'mojom_typemaps': [
491 'public/interfaces/bluetooth_uuid.typemap', 491 'public/interfaces/bluetooth_uuid.typemap',
492 ], 492 ],
493 'use_new_wrapper_types': 'false',
493 }, 494 },
494 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], 495 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ],
495 }, 496 },
496 { 497 {
497 'target_name': 'bluetooth_interfaces_blink_mojom', 498 'target_name': 'bluetooth_interfaces_blink_mojom',
498 'type': 'none', 499 'type': 'none',
499 'variables': { 500 'variables': {
500 'mojom_files': [ 501 'mojom_files': [
501 'public/interfaces/bluetooth_uuid.mojom', 502 'public/interfaces/bluetooth_uuid.mojom',
502 ], 503 ],
503 'for_blink': 'true', 504 'for_blink': 'true',
505 'use_new_wrapper_types': 'false',
504 }, 506 },
505 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], 507 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ],
506 }, 508 },
507 { 509 {
508 'target_name': 'bluetooth_mojom', 510 'target_name': 'bluetooth_mojom',
509 'type': 'static_library', 511 'type': 'static_library',
510 'export_dependent_settings': [ 512 'export_dependent_settings': [
511 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', 513 '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
512 ], 514 ],
513 'dependencies': [ 515 'dependencies': [
514 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', 516 '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
515 'bluetooth_interfaces_blink_mojom', 517 'bluetooth_interfaces_blink_mojom',
516 'bluetooth_interfaces_mojom', 518 'bluetooth_interfaces_mojom',
517 'device_bluetooth', 519 'device_bluetooth',
518 ], 520 ],
519 }, 521 },
520 ], 522 ],
521 }], 523 }],
522 ], 524 ],
523 } 525 }
OLDNEW
« no previous file with comments | « device/battery/battery.gyp ('k') | device/bluetooth/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698