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

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

Issue 2943983003: chrome/blink: Add functionality for in-product help for media elements. (Closed)
Patch Set: .. Created 3 years, 4 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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 } 758 }
759 759
760 mojom("mojo_bindings") { 760 mojom("mojo_bindings") {
761 visibility = [ "//content/*" ] 761 visibility = [ "//content/*" ]
762 visibility_blink = [ 762 visibility_blink = [
763 "//content/common:mojo_bindings_blink", 763 "//content/common:mojo_bindings_blink",
764 "//third_party/WebKit/Source/platform", 764 "//third_party/WebKit/Source/platform",
765 ] 765 ]
766 sources = [ 766 sources = [
767 "platform/display_mode.mojom", 767 "platform/display_mode.mojom",
768 "platform/media_download_in_product_help.mojom",
768 "platform/media_engagement.mojom", 769 "platform/media_engagement.mojom",
769 "platform/mime_registry.mojom", 770 "platform/mime_registry.mojom",
770 "platform/modules/app_banner/app_banner.mojom", 771 "platform/modules/app_banner/app_banner.mojom",
771 "platform/modules/background_fetch/background_fetch.mojom", 772 "platform/modules/background_fetch/background_fetch.mojom",
772 "platform/modules/background_sync/background_sync.mojom", 773 "platform/modules/background_sync/background_sync.mojom",
773 "platform/modules/bluetooth/web_bluetooth.mojom", 774 "platform/modules/bluetooth/web_bluetooth.mojom",
774 "platform/modules/broadcastchannel/broadcast_channel.mojom", 775 "platform/modules/broadcastchannel/broadcast_channel.mojom",
775 "platform/modules/budget_service/budget_service.mojom", 776 "platform/modules/budget_service/budget_service.mojom",
776 "platform/modules/credentialmanager/credential_manager.mojom", 777 "platform/modules/credentialmanager/credential_manager.mojom",
777 "platform/modules/fetch/fetch_api_request.mojom", 778 "platform/modules/fetch/fetch_api_request.mojom",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 sources = [ 922 sources = [
922 "web/ConsoleMessageStructTraits.cpp", 923 "web/ConsoleMessageStructTraits.cpp",
923 "web/ConsoleMessageStructTraits.h", 924 "web/ConsoleMessageStructTraits.h",
924 ] 925 ]
925 deps = [ 926 deps = [
926 ":blink_headers", 927 ":blink_headers",
927 ":mojo_bindings_shared__generator", 928 ":mojo_bindings_shared__generator",
928 "//mojo/public/cpp/bindings:struct_traits", 929 "//mojo/public/cpp/bindings:struct_traits",
929 ] 930 ]
930 } 931 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698