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

Side by Side Diff: components/autofill.gypi

Issue 2007473004: [Autofill] Migrate ContentAutofillDriver<-->AutofillAgent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only 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
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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 # GN version: //components/autofill/content/public/interfaces 388 # GN version: //components/autofill/content/public/interfaces
389 'target_name': 'autofill_content_mojo_bindings_mojom', 389 'target_name': 'autofill_content_mojo_bindings_mojom',
390 'type': 'none', 390 'type': 'none',
391 'variables': { 391 'variables': {
392 'mojom_files': [ 392 'mojom_files': [
393 'autofill/content/public/interfaces/autofill_agent.mojom', 393 'autofill/content/public/interfaces/autofill_agent.mojom',
394 'autofill/content/public/interfaces/autofill_driver.mojom', 394 'autofill/content/public/interfaces/autofill_driver.mojom',
395 ], 395 ],
396 'mojom_typemaps': [ 396 'mojom_typemaps': [
397 'autofill/content/public/cpp/autofill_types.typemap', 397 'autofill/content/public/cpp/autofill_types.typemap',
398 '<(DEPTH)/mojo/common/common_custom_types.typemap',
399 '<(DEPTH)/ui/gfx/geometry/mojo/geometry.typemap',
400 '<(DEPTH)/url/mojo/gurl.typemap',
398 ], 401 ],
399 }, 402 },
400 'include_dirs': [ 403 'include_dirs': [
401 '..', 404 '..',
402 ], 405 ],
403 'includes': [ 406 'includes': [
404 '../mojo/mojom_bindings_generator_explicit.gypi', 407 '../mojo/mojom_bindings_generator_explicit.gypi',
405 ], 408 ],
406 }, 409 },
407 { 410 {
408 # GN version: //components/autofill/content/public/interfaces 411 # GN version: //components/autofill/content/public/interfaces
409 'target_name': 'autofill_content_mojo_bindings', 412 'target_name': 'autofill_content_mojo_bindings',
410 'type': 'static_library', 413 'type': 'static_library',
411 'export_dependent_settings': [ 414 'export_dependent_settings': [
412 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 415 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
416 '../ui/gfx/gfx.gyp:mojo_geometry_bindings',
417 '../url/url.gyp:url_mojom',
418 'autofill_content_types_mojo_bindings',
413 ], 419 ],
414 'dependencies': [ 420 'dependencies': [
415 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 421 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
422 '../ui/gfx/gfx.gyp:mojo_geometry_bindings',
423 '../url/url.gyp:url_mojom',
416 'autofill_content_mojo_bindings_mojom', 424 'autofill_content_mojo_bindings_mojom',
417 'autofill_content_types_mojo_bindings', 425 'autofill_content_types_mojo_bindings',
418 ], 426 ],
419 }, 427 },
420 { 428 {
421 # GN version: //content/autofill/content/common 429 # GN version: //content/autofill/content/common
422 'target_name': 'autofill_content_common', 430 'target_name': 'autofill_content_common',
423 'type': 'static_library', 431 'type': 'static_library',
424 'dependencies': [ 432 'dependencies': [
425 'autofill_core_common', 433 'autofill_core_common',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 'include_dirs': [ 494 'include_dirs': [
487 '..', 495 '..',
488 ], 496 ],
489 'dependencies': [ 497 'dependencies': [
490 '../base/base.gyp:base', 498 '../base/base.gyp:base',
491 '../base/base.gyp:base_i18n', 499 '../base/base.gyp:base_i18n',
492 '../content/content.gyp:content_browser', 500 '../content/content.gyp:content_browser',
493 '../content/content.gyp:content_common', 501 '../content/content.gyp:content_common',
494 '../google_apis/google_apis.gyp:google_apis', 502 '../google_apis/google_apis.gyp:google_apis',
495 '../ipc/ipc.gyp:ipc', 503 '../ipc/ipc.gyp:ipc',
504 '../mojo/mojo_base.gyp:mojo_common_lib',
496 '../net/net.gyp:net', 505 '../net/net.gyp:net',
497 '../skia/skia.gyp:skia', 506 '../skia/skia.gyp:skia',
498 '../sql/sql.gyp:sql', 507 '../sql/sql.gyp:sql',
499 '../third_party/icu/icu.gyp:icui18n', 508 '../third_party/icu/icu.gyp:icui18n',
500 '../third_party/icu/icu.gyp:icuuc', 509 '../third_party/icu/icu.gyp:icuuc',
501 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 510 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
502 '../ui/base/ui_base.gyp:ui_base', 511 '../ui/base/ui_base.gyp:ui_base',
503 '../ui/display/display.gyp:display', 512 '../ui/display/display.gyp:display',
504 '../ui/gfx/gfx.gyp:gfx', 513 '../ui/gfx/gfx.gyp:gfx',
505 '../ui/gfx/gfx.gyp:gfx_geometry', 514 '../ui/gfx/gfx.gyp:gfx_geometry',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 'type': 'static_library', 550 'type': 'static_library',
542 'include_dirs': [ 551 'include_dirs': [
543 '..', 552 '..',
544 ], 553 ],
545 'dependencies': [ 554 'dependencies': [
546 '../base/base.gyp:base', 555 '../base/base.gyp:base',
547 '../content/content.gyp:content_common', 556 '../content/content.gyp:content_common',
548 '../content/content.gyp:content_renderer', 557 '../content/content.gyp:content_renderer',
549 '../google_apis/google_apis.gyp:google_apis', 558 '../google_apis/google_apis.gyp:google_apis',
550 '../ipc/ipc.gyp:ipc', 559 '../ipc/ipc.gyp:ipc',
560 '../mojo/mojo_base.gyp:mojo_common_lib',
551 '../net/net.gyp:net', 561 '../net/net.gyp:net',
552 '../skia/skia.gyp:skia', 562 '../skia/skia.gyp:skia',
553 '../third_party/re2/re2.gyp:re2', 563 '../third_party/re2/re2.gyp:re2',
554 '../third_party/WebKit/public/blink.gyp:blink', 564 '../third_party/WebKit/public/blink.gyp:blink',
555 '../ui/base/ui_base.gyp:ui_base', 565 '../ui/base/ui_base.gyp:ui_base',
556 'autofill_content_common', 566 'autofill_content_common',
557 'autofill_content_mojo_bindings', 567 'autofill_content_mojo_bindings',
558 'autofill_core_common', 568 'autofill_core_common',
559 'components_strings.gyp:components_strings', 569 'components_strings.gyp:components_strings',
560 ], 570 ],
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 ], 648 ],
639 }, 649 },
640 'includes': [ 650 'includes': [
641 '../ios/web/js_compile_checked.gypi', 651 '../ios/web/js_compile_checked.gypi',
642 ], 652 ],
643 }, 653 },
644 ], 654 ],
645 }], 655 }],
646 ], 656 ],
647 } 657 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698