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

Side by Side Diff: third_party/WebKit/public/BUILD.gn

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Move mojom to blink and add unittests. Created 3 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//third_party/WebKit/public/public_features.gni") 7 import("//third_party/WebKit/public/public_features.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 outputs = [ 699 outputs = [
700 "grit/blink_image_resources.h", 700 "grit/blink_image_resources.h",
701 "blink_image_resources_100_percent.pak", 701 "blink_image_resources_100_percent.pak",
702 "blink_image_resources_200_percent.pak", 702 "blink_image_resources_200_percent.pak",
703 ] 703 ]
704 } 704 }
705 705
706 mojom("mojo_bindings") { 706 mojom("mojo_bindings") {
707 visibility = [ 707 visibility = [
708 "//components/payments/content/*", 708 "//components/payments/content/*",
709 "//components/webauth/*",
709 "//content/*", 710 "//content/*",
710 ] 711 ]
711 visibility_blink = [ 712 visibility_blink = [
712 "//content/common:mojo_bindings_blink", 713 "//content/common:mojo_bindings_blink",
713 "//third_party/WebKit/Source/platform", 714 "//third_party/WebKit/Source/platform",
714 ] 715 ]
715 sources = [ 716 sources = [
716 "platform/display_mode.mojom", 717 "platform/display_mode.mojom",
717 "platform/mime_registry.mojom", 718 "platform/mime_registry.mojom",
718 "platform/modules/app_banner/app_banner.mojom", 719 "platform/modules/app_banner/app_banner.mojom",
719 "platform/modules/background_fetch/background_fetch.mojom", 720 "platform/modules/background_fetch/background_fetch.mojom",
720 "platform/modules/background_sync/background_sync.mojom", 721 "platform/modules/background_sync/background_sync.mojom",
721 "platform/modules/bluetooth/web_bluetooth.mojom", 722 "platform/modules/bluetooth/web_bluetooth.mojom",
722 "platform/modules/broadcastchannel/broadcast_channel.mojom", 723 "platform/modules/broadcastchannel/broadcast_channel.mojom",
723 "platform/modules/budget_service/budget_service.mojom", 724 "platform/modules/budget_service/budget_service.mojom",
724 "platform/modules/fetch/fetch_api_request.mojom", 725 "platform/modules/fetch/fetch_api_request.mojom",
725 "platform/modules/hyphenation/hyphenation.mojom", 726 "platform/modules/hyphenation/hyphenation.mojom",
726 "platform/modules/keyboard_lock/keyboard_lock.mojom", 727 "platform/modules/keyboard_lock/keyboard_lock.mojom",
727 "platform/modules/manifest/manifest.mojom", 728 "platform/modules/manifest/manifest.mojom",
728 "platform/modules/manifest/manifest_manager.mojom", 729 "platform/modules/manifest/manifest_manager.mojom",
729 "platform/modules/notifications/notification.mojom", 730 "platform/modules/notifications/notification.mojom",
730 "platform/modules/notifications/notification_service.mojom", 731 "platform/modules/notifications/notification_service.mojom",
731 "platform/modules/payments/payment_app.mojom", 732 "platform/modules/payments/payment_app.mojom",
732 "platform/modules/permissions/permission.mojom", 733 "platform/modules/permissions/permission.mojom",
733 "platform/modules/permissions/permission_status.mojom", 734 "platform/modules/permissions/permission_status.mojom",
734 "platform/modules/presentation/presentation.mojom", 735 "platform/modules/presentation/presentation.mojom",
735 "platform/modules/sensitive_input_visibility/sensitive_input_visibility_serv ice.mojom", 736 "platform/modules/sensitive_input_visibility/sensitive_input_visibility_serv ice.mojom",
736 "platform/modules/serviceworker/service_worker_event_status.mojom", 737 "platform/modules/serviceworker/service_worker_event_status.mojom",
737 "platform/modules/serviceworker/service_worker_stream_handle.mojom", 738 "platform/modules/serviceworker/service_worker_stream_handle.mojom",
739 "platform/modules/webauth/authenticator.mojom",
738 "platform/modules/websockets/websocket.mojom", 740 "platform/modules/websockets/websocket.mojom",
739 "platform/referrer.mojom", 741 "platform/referrer.mojom",
740 "platform/site_engagement.mojom", 742 "platform/site_engagement.mojom",
741 "web/console_message.mojom", 743 "web/console_message.mojom",
742 "web/window_features.mojom", 744 "web/window_features.mojom",
743 ] 745 ]
744 public_deps = [ 746 public_deps = [
745 ":android_mojo_bindings", 747 ":android_mojo_bindings",
746 "//device/bluetooth/public/interfaces", 748 "//device/bluetooth/public/interfaces",
747 "//device/screen_orientation/public/interfaces", 749 "//device/screen_orientation/public/interfaces",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 sources = [ 843 sources = [
842 "web/ConsoleMessageStructTraits.cpp", 844 "web/ConsoleMessageStructTraits.cpp",
843 "web/ConsoleMessageStructTraits.h", 845 "web/ConsoleMessageStructTraits.h",
844 ] 846 ]
845 deps = [ 847 deps = [
846 ":blink_headers", 848 ":blink_headers",
847 ":mojo_bindings_shared__generator", 849 ":mojo_bindings_shared__generator",
848 "//mojo/public/cpp/bindings:struct_traits", 850 "//mojo/public/cpp/bindings:struct_traits",
849 ] 851 ]
850 } 852 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698