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

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

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Address tryjobs failure 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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 outputs = [ 700 outputs = [
701 "grit/blink_image_resources.h", 701 "grit/blink_image_resources.h",
702 "blink_image_resources_100_percent.pak", 702 "blink_image_resources_100_percent.pak",
703 "blink_image_resources_200_percent.pak", 703 "blink_image_resources_200_percent.pak",
704 ] 704 ]
705 } 705 }
706 706
707 mojom("mojo_bindings") { 707 mojom("mojo_bindings") {
708 visibility = [ 708 visibility = [
709 "//components/payments/content/*", 709 "//components/payments/content/*",
710 "//components/webauth/*",
jam 2017/06/27 13:52:17 this shouldn't be needed anymore right? Also the l
710 "//content/*", 711 "//content/*",
711 ] 712 ]
712 visibility_blink = [ 713 visibility_blink = [
713 "//content/common:mojo_bindings_blink", 714 "//content/common:mojo_bindings_blink",
714 "//third_party/WebKit/Source/platform", 715 "//third_party/WebKit/Source/platform",
715 ] 716 ]
716 sources = [ 717 sources = [
717 "platform/display_mode.mojom", 718 "platform/display_mode.mojom",
718 "platform/mime_registry.mojom", 719 "platform/mime_registry.mojom",
719 "platform/modules/app_banner/app_banner.mojom", 720 "platform/modules/app_banner/app_banner.mojom",
720 "platform/modules/background_fetch/background_fetch.mojom", 721 "platform/modules/background_fetch/background_fetch.mojom",
721 "platform/modules/background_sync/background_sync.mojom", 722 "platform/modules/background_sync/background_sync.mojom",
722 "platform/modules/bluetooth/web_bluetooth.mojom", 723 "platform/modules/bluetooth/web_bluetooth.mojom",
723 "platform/modules/broadcastchannel/broadcast_channel.mojom", 724 "platform/modules/broadcastchannel/broadcast_channel.mojom",
724 "platform/modules/budget_service/budget_service.mojom", 725 "platform/modules/budget_service/budget_service.mojom",
725 "platform/modules/fetch/fetch_api_request.mojom", 726 "platform/modules/fetch/fetch_api_request.mojom",
726 "platform/modules/hyphenation/hyphenation.mojom", 727 "platform/modules/hyphenation/hyphenation.mojom",
727 "platform/modules/keyboard_lock/keyboard_lock.mojom", 728 "platform/modules/keyboard_lock/keyboard_lock.mojom",
728 "platform/modules/manifest/manifest.mojom", 729 "platform/modules/manifest/manifest.mojom",
729 "platform/modules/manifest/manifest_manager.mojom", 730 "platform/modules/manifest/manifest_manager.mojom",
730 "platform/modules/notifications/notification.mojom", 731 "platform/modules/notifications/notification.mojom",
731 "platform/modules/notifications/notification_service.mojom", 732 "platform/modules/notifications/notification_service.mojom",
732 "platform/modules/payments/payment_app.mojom", 733 "platform/modules/payments/payment_app.mojom",
733 "platform/modules/permissions/permission.mojom", 734 "platform/modules/permissions/permission.mojom",
734 "platform/modules/permissions/permission_status.mojom", 735 "platform/modules/permissions/permission_status.mojom",
735 "platform/modules/presentation/presentation.mojom", 736 "platform/modules/presentation/presentation.mojom",
736 "platform/modules/sensitive_input_visibility/sensitive_input_visibility_serv ice.mojom", 737 "platform/modules/sensitive_input_visibility/sensitive_input_visibility_serv ice.mojom",
737 "platform/modules/serviceworker/service_worker_event_status.mojom", 738 "platform/modules/serviceworker/service_worker_event_status.mojom",
738 "platform/modules/serviceworker/service_worker_stream_handle.mojom", 739 "platform/modules/serviceworker/service_worker_stream_handle.mojom",
740 "platform/modules/webauth/authenticator.mojom",
739 "platform/modules/websockets/websocket.mojom", 741 "platform/modules/websockets/websocket.mojom",
740 "platform/referrer.mojom", 742 "platform/referrer.mojom",
741 "platform/site_engagement.mojom", 743 "platform/site_engagement.mojom",
742 "web/console_message.mojom", 744 "web/console_message.mojom",
743 "web/window_features.mojom", 745 "web/window_features.mojom",
744 ] 746 ]
745 public_deps = [ 747 public_deps = [
746 ":android_mojo_bindings", 748 ":android_mojo_bindings",
747 "//device/bluetooth/public/interfaces", 749 "//device/bluetooth/public/interfaces",
748 "//device/screen_orientation/public/interfaces", 750 "//device/screen_orientation/public/interfaces",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 sources = [ 844 sources = [
843 "web/ConsoleMessageStructTraits.cpp", 845 "web/ConsoleMessageStructTraits.cpp",
844 "web/ConsoleMessageStructTraits.h", 846 "web/ConsoleMessageStructTraits.h",
845 ] 847 ]
846 deps = [ 848 deps = [
847 ":blink_headers", 849 ":blink_headers",
848 ":mojo_bindings_shared__generator", 850 ":mojo_bindings_shared__generator",
849 "//mojo/public/cpp/bindings:struct_traits", 851 "//mojo/public/cpp/bindings:struct_traits",
850 ] 852 ]
851 } 853 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698