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

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

Issue 2378503002: Observe visibility of password inputs, for HTTP-bad phase 1 (Closed)
Patch Set: rebase Created 4 years, 2 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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//third_party/WebKit/Source/config.gni") 6 import("//third_party/WebKit/Source/config.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 mojom("mojo_bindings") { 631 mojom("mojo_bindings") {
632 sources = [ 632 sources = [
633 "platform/mime_registry.mojom", 633 "platform/mime_registry.mojom",
634 "platform/modules/background_sync/background_sync.mojom", 634 "platform/modules/background_sync/background_sync.mojom",
635 "platform/modules/bluetooth/web_bluetooth.mojom", 635 "platform/modules/bluetooth/web_bluetooth.mojom",
636 "platform/modules/broadcastchannel/broadcast_channel.mojom", 636 "platform/modules/broadcastchannel/broadcast_channel.mojom",
637 "platform/modules/budget_service/budget_service.mojom", 637 "platform/modules/budget_service/budget_service.mojom",
638 "platform/modules/hyphenation/hyphenation.mojom", 638 "platform/modules/hyphenation/hyphenation.mojom",
639 "platform/modules/notifications/notification.mojom", 639 "platform/modules/notifications/notification.mojom",
640 "platform/modules/notifications/notification_service.mojom", 640 "platform/modules/notifications/notification_service.mojom",
641 "platform/modules/sensitive_input_visibility/sensitive_input_visibility_serv ice.mojom",
641 "platform/modules/serviceworker/service_worker_event_status.mojom", 642 "platform/modules/serviceworker/service_worker_event_status.mojom",
642 ] 643 ]
643 public_deps = [ 644 public_deps = [
644 ":android_mojo_bindings", 645 ":android_mojo_bindings",
645 ":new_wrapper_types_mojo_bindings", 646 ":new_wrapper_types_mojo_bindings",
646 "//device/bluetooth/public/interfaces", 647 "//device/bluetooth/public/interfaces",
647 "//mojo/common:common_custom_types", 648 "//mojo/common:common_custom_types",
648 "//url/mojo:url_mojom_origin", 649 "//url/mojo:url_mojom_origin",
649 ] 650 ]
650 651
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 # relegated to a separate target to avoid duplication between the variants. 745 # relegated to a separate target to avoid duplication between the variants.
745 source_set("shared_typemap_traits") { 746 source_set("shared_typemap_traits") {
746 visibility = [ ":*" ] 747 visibility = [ ":*" ]
747 sources = [ 748 sources = [
748 "web/WindowFeaturesStructTraits.cpp", 749 "web/WindowFeaturesStructTraits.cpp",
749 ] 750 ]
750 deps = [ 751 deps = [
751 ":new_wrapper_types_mojo_bindings_shared__generator", 752 ":new_wrapper_types_mojo_bindings_shared__generator",
752 ] 753 ]
753 } 754 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698