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

Side by Side Diff: components/autofill.gypi

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 | « components/arc/BUILD.gn ('k') | components/autofill/content/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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/autofill/core/common 8 # GN version: //components/autofill/core/common
9 'target_name': 'autofill_core_common', 9 'target_name': 'autofill_core_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'variables': { 323 'variables': {
324 'mojom_files': [ 324 'mojom_files': [
325 'autofill/content/public/interfaces/autofill_types.mojom', 325 'autofill/content/public/interfaces/autofill_types.mojom',
326 ], 326 ],
327 'mojom_typemaps': [ 327 'mojom_typemaps': [
328 'autofill/content/public/cpp/autofill_types.typemap', 328 'autofill/content/public/cpp/autofill_types.typemap',
329 '<(DEPTH)/mojo/common/common_custom_types.typemap', 329 '<(DEPTH)/mojo/common/common_custom_types.typemap',
330 '<(DEPTH)/url/mojo/gurl.typemap', 330 '<(DEPTH)/url/mojo/gurl.typemap',
331 '<(DEPTH)/url/mojo/origin.typemap', 331 '<(DEPTH)/url/mojo/origin.typemap',
332 ], 332 ],
333 'use_new_wrapper_types': 'false',
333 }, 334 },
334 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ], 335 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
335 'dependencies': [ 336 'dependencies': [
336 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 337 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
337 ], 338 ],
338 }, 339 },
339 { 340 {
340 # GN version: //components/autofill/content/public/interfaces:types 341 # GN version: //components/autofill/content/public/interfaces:types
341 'target_name': 'autofill_content_types_mojo_bindings', 342 'target_name': 'autofill_content_types_mojo_bindings',
342 'type': 'static_library', 343 'type': 'static_library',
(...skipping 15 matching lines...) Expand all
358 # GN version: //components/autofill/content/public/interfaces:test_typ es 359 # GN version: //components/autofill/content/public/interfaces:test_typ es
359 'target_name': 'autofill_content_test_types_mojo_bindings', 360 'target_name': 'autofill_content_test_types_mojo_bindings',
360 'type': 'static_library', 361 'type': 'static_library',
361 'variables': { 362 'variables': {
362 'mojom_typemaps': [ 363 'mojom_typemaps': [
363 'autofill/content/public/cpp/autofill_types.typemap', 364 'autofill/content/public/cpp/autofill_types.typemap',
364 '<(DEPTH)/mojo/common/common_custom_types.typemap', 365 '<(DEPTH)/mojo/common/common_custom_types.typemap',
365 '<(DEPTH)/url/mojo/gurl.typemap', 366 '<(DEPTH)/url/mojo/gurl.typemap',
366 '<(DEPTH)/url/mojo/origin.typemap', 367 '<(DEPTH)/url/mojo/origin.typemap',
367 ], 368 ],
369 'use_new_wrapper_types': 'false',
368 }, 370 },
369 'sources': [ 371 'sources': [
370 'autofill/content/public/interfaces/test_autofill_types.mojom', 372 'autofill/content/public/interfaces/test_autofill_types.mojom',
371 ], 373 ],
372 'export_dependent_settings': [ 374 'export_dependent_settings': [
373 '../mojo/mojo_base.gyp:mojo_common_custom_types_mojom', 375 '../mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
374 '../url/url.gyp:url_mojom', 376 '../url/url.gyp:url_mojom',
375 'autofill_content_types_mojo_bindings', 377 'autofill_content_types_mojo_bindings',
376 ], 378 ],
377 'dependencies': [ 379 'dependencies': [
378 '../mojo/mojo_base.gyp:mojo_common_custom_types_mojom', 380 '../mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
379 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 381 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
380 '../url/url.gyp:url_mojom', 382 '../url/url.gyp:url_mojom',
381 'autofill_content_types_mojo_bindings', 383 'autofill_content_types_mojo_bindings',
382 ], 384 ],
383 'includes': [ '../mojo/mojom_bindings_generator.gypi' ], 385 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
384 }, 386 },
385 { 387 {
386 # GN version: //components/autofill/content/public/interfaces 388 # GN version: //components/autofill/content/public/interfaces
387 'target_name': 'autofill_content_mojo_bindings_mojom', 389 'target_name': 'autofill_content_mojo_bindings_mojom',
388 'type': 'none', 390 'type': 'none',
389 'variables': { 391 'variables': {
390 'mojom_files': [ 392 'mojom_files': [
391 'autofill/content/public/interfaces/autofill_agent.mojom', 393 'autofill/content/public/interfaces/autofill_agent.mojom',
392 'autofill/content/public/interfaces/autofill_driver.mojom', 394 'autofill/content/public/interfaces/autofill_driver.mojom',
393 ], 395 ],
394 'mojom_typemaps': [ 396 'mojom_typemaps': [
395 'autofill/content/public/cpp/autofill_types.typemap', 397 'autofill/content/public/cpp/autofill_types.typemap',
396 ], 398 ],
399 'use_new_wrapper_types': 'false',
397 }, 400 },
398 'include_dirs': [ 401 'include_dirs': [
399 '..', 402 '..',
400 ], 403 ],
401 'includes': [ 404 'includes': [
402 '../mojo/mojom_bindings_generator_explicit.gypi', 405 '../mojo/mojom_bindings_generator_explicit.gypi',
403 ], 406 ],
404 }, 407 },
405 { 408 {
406 # GN version: //components/autofill/content/public/interfaces 409 # GN version: //components/autofill/content/public/interfaces
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 ], 639 ],
637 }, 640 },
638 'includes': [ 641 'includes': [
639 '../ios/web/js_compile_checked.gypi', 642 '../ios/web/js_compile_checked.gypi',
640 ], 643 ],
641 }, 644 },
642 ], 645 ],
643 }], 646 }],
644 ], 647 ],
645 } 648 }
OLDNEW
« no previous file with comments | « components/arc/BUILD.gn ('k') | components/autofill/content/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698