| 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 # GN version: //components/autofill/content/public/interfaces | 377 # GN version: //components/autofill/content/public/interfaces |
| 378 'target_name': 'autofill_content_mojo_bindings_mojom', | 378 'target_name': 'autofill_content_mojo_bindings_mojom', |
| 379 'type': 'none', | 379 'type': 'none', |
| 380 'variables': { | 380 'variables': { |
| 381 'mojom_files': [ | 381 'mojom_files': [ |
| 382 'autofill/content/public/interfaces/autofill_agent.mojom', | 382 'autofill/content/public/interfaces/autofill_agent.mojom', |
| 383 'autofill/content/public/interfaces/autofill_driver.mojom', | 383 'autofill/content/public/interfaces/autofill_driver.mojom', |
| 384 ], | 384 ], |
| 385 'mojom_typemaps': [ | 385 'mojom_typemaps': [ |
| 386 'autofill/content/public/cpp/autofill_types.typemap', | 386 'autofill/content/public/cpp/autofill_types.typemap', |
| 387 '<(DEPTH)/mojo/common/common_custom_types.typemap', |
| 388 '<(DEPTH)/ui/gfx/geometry/mojo/geometry.typemap', |
| 389 '<(DEPTH)/url/mojo/gurl.typemap', |
| 387 ], | 390 ], |
| 388 }, | 391 }, |
| 389 'include_dirs': [ | 392 'include_dirs': [ |
| 390 '..', | 393 '..', |
| 391 ], | 394 ], |
| 392 'includes': [ | 395 'includes': [ |
| 393 '../mojo/mojom_bindings_generator_explicit.gypi', | 396 '../mojo/mojom_bindings_generator_explicit.gypi', |
| 394 ], | 397 ], |
| 395 }, | 398 }, |
| 396 { | 399 { |
| 397 # GN version: //components/autofill/content/public/interfaces | 400 # GN version: //components/autofill/content/public/interfaces |
| 398 'target_name': 'autofill_content_mojo_bindings', | 401 'target_name': 'autofill_content_mojo_bindings', |
| 399 'type': 'static_library', | 402 'type': 'static_library', |
| 400 'export_dependent_settings': [ | 403 'export_dependent_settings': [ |
| 401 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 404 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 405 '../ui/gfx/gfx.gyp:mojo_geometry_bindings', |
| 406 '../url/url.gyp:url_mojom', |
| 407 'autofill_content_types_mojo_bindings', |
| 402 ], | 408 ], |
| 403 'dependencies': [ | 409 'dependencies': [ |
| 404 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 410 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 411 '../ui/gfx/gfx.gyp:mojo_geometry_bindings', |
| 412 '../url/url.gyp:url_mojom', |
| 405 'autofill_content_mojo_bindings_mojom', | 413 'autofill_content_mojo_bindings_mojom', |
| 406 'autofill_content_types_mojo_bindings', | 414 'autofill_content_types_mojo_bindings', |
| 407 ], | 415 ], |
| 408 }, | 416 }, |
| 409 { | 417 { |
| 410 # GN version: //content/autofill/content/common | 418 # GN version: //content/autofill/content/common |
| 411 'target_name': 'autofill_content_common', | 419 'target_name': 'autofill_content_common', |
| 412 'type': 'static_library', | 420 'type': 'static_library', |
| 413 'dependencies': [ | 421 'dependencies': [ |
| 414 'autofill_core_common', | 422 'autofill_core_common', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 'include_dirs': [ | 483 'include_dirs': [ |
| 476 '..', | 484 '..', |
| 477 ], | 485 ], |
| 478 'dependencies': [ | 486 'dependencies': [ |
| 479 '../base/base.gyp:base', | 487 '../base/base.gyp:base', |
| 480 '../base/base.gyp:base_i18n', | 488 '../base/base.gyp:base_i18n', |
| 481 '../content/content.gyp:content_browser', | 489 '../content/content.gyp:content_browser', |
| 482 '../content/content.gyp:content_common', | 490 '../content/content.gyp:content_common', |
| 483 '../google_apis/google_apis.gyp:google_apis', | 491 '../google_apis/google_apis.gyp:google_apis', |
| 484 '../ipc/ipc.gyp:ipc', | 492 '../ipc/ipc.gyp:ipc', |
| 493 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 485 '../net/net.gyp:net', | 494 '../net/net.gyp:net', |
| 486 '../skia/skia.gyp:skia', | 495 '../skia/skia.gyp:skia', |
| 487 '../sql/sql.gyp:sql', | 496 '../sql/sql.gyp:sql', |
| 488 '../third_party/icu/icu.gyp:icui18n', | 497 '../third_party/icu/icu.gyp:icui18n', |
| 489 '../third_party/icu/icu.gyp:icuuc', | 498 '../third_party/icu/icu.gyp:icuuc', |
| 490 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 499 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 491 '../ui/base/ui_base.gyp:ui_base', | 500 '../ui/base/ui_base.gyp:ui_base', |
| 492 '../ui/display/display.gyp:display', | 501 '../ui/display/display.gyp:display', |
| 493 '../ui/gfx/gfx.gyp:gfx', | 502 '../ui/gfx/gfx.gyp:gfx', |
| 494 '../ui/gfx/gfx.gyp:gfx_geometry', | 503 '../ui/gfx/gfx.gyp:gfx_geometry', |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 'type': 'static_library', | 539 'type': 'static_library', |
| 531 'include_dirs': [ | 540 'include_dirs': [ |
| 532 '..', | 541 '..', |
| 533 ], | 542 ], |
| 534 'dependencies': [ | 543 'dependencies': [ |
| 535 '../base/base.gyp:base', | 544 '../base/base.gyp:base', |
| 536 '../content/content.gyp:content_common', | 545 '../content/content.gyp:content_common', |
| 537 '../content/content.gyp:content_renderer', | 546 '../content/content.gyp:content_renderer', |
| 538 '../google_apis/google_apis.gyp:google_apis', | 547 '../google_apis/google_apis.gyp:google_apis', |
| 539 '../ipc/ipc.gyp:ipc', | 548 '../ipc/ipc.gyp:ipc', |
| 549 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 540 '../net/net.gyp:net', | 550 '../net/net.gyp:net', |
| 541 '../skia/skia.gyp:skia', | 551 '../skia/skia.gyp:skia', |
| 542 '../third_party/re2/re2.gyp:re2', | 552 '../third_party/re2/re2.gyp:re2', |
| 543 '../third_party/WebKit/public/blink.gyp:blink', | 553 '../third_party/WebKit/public/blink.gyp:blink', |
| 544 '../ui/base/ui_base.gyp:ui_base', | 554 '../ui/base/ui_base.gyp:ui_base', |
| 545 'autofill_content_common', | 555 'autofill_content_common', |
| 546 'autofill_content_mojo_bindings', | 556 'autofill_content_mojo_bindings', |
| 547 'autofill_core_common', | 557 'autofill_core_common', |
| 548 'components_strings.gyp:components_strings', | 558 'components_strings.gyp:components_strings', |
| 549 ], | 559 ], |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 ], | 637 ], |
| 628 }, | 638 }, |
| 629 'includes': [ | 639 'includes': [ |
| 630 '../ios/web/js_compile_checked.gypi', | 640 '../ios/web/js_compile_checked.gypi', |
| 631 ], | 641 ], |
| 632 }, | 642 }, |
| 633 ], | 643 ], |
| 634 }], | 644 }], |
| 635 ], | 645 ], |
| 636 } | 646 } |
| OLD | NEW |