| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |