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

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

Issue 2811593009: [Payments] move //components/payments/content/*.mojom files to //components/payments/mojom (Closed)
Patch Set: Reland after updating chrome_content_browser_client.cc to fix android build Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/modules/payments/PaymentsValidators.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 visibility = [ ":mojo_bindings" ] 747 visibility = [ ":mojo_bindings" ]
748 visibility_blink = [ ":mojo_bindings_blink" ] 748 visibility_blink = [ ":mojo_bindings_blink" ]
749 sources = [ 749 sources = [
750 "platform/modules/document_metadata/copyless_paste.mojom", 750 "platform/modules/document_metadata/copyless_paste.mojom",
751 "platform/modules/installation/installation.mojom", 751 "platform/modules/installation/installation.mojom",
752 "platform/modules/installedapp/installed_app_provider.mojom", 752 "platform/modules/installedapp/installed_app_provider.mojom",
753 "platform/modules/installedapp/related_application.mojom", 753 "platform/modules/installedapp/related_application.mojom",
754 "platform/modules/webshare/webshare.mojom", 754 "platform/modules/webshare/webshare.mojom",
755 ] 755 ]
756 public_deps = [ 756 public_deps = [
757 "//components/payments/content:mojom", 757 "//components/payments/mojom",
758 "//url/mojo:url_mojom_gurl", 758 "//url/mojo:url_mojom_gurl",
759 ] 759 ]
760 760
761 # See comment above. 761 # See comment above.
762 export_class_attribute = "CONTENT_EXPORT" 762 export_class_attribute = "CONTENT_EXPORT"
763 export_define = "CONTENT_IMPLEMENTATION=1" 763 export_define = "CONTENT_IMPLEMENTATION=1"
764 export_header = "content/common/content_export.h" 764 export_header = "content/common/content_export.h"
765 export_class_attribute_blink = "BLINK_PLATFORM_EXPORT" 765 export_class_attribute_blink = "BLINK_PLATFORM_EXPORT"
766 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1" 766 export_define_blink = "BLINK_PLATFORM_IMPLEMENTATION=1"
767 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h" 767 export_header_blink = "third_party/WebKit/public/platform/WebCommon.h"
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 source_set("shared_typemap_traits") { 803 source_set("shared_typemap_traits") {
804 visibility = [ ":*" ] 804 visibility = [ ":*" ]
805 sources = [ 805 sources = [
806 "web/ConsoleMessageStructTraits.cpp", 806 "web/ConsoleMessageStructTraits.cpp",
807 "web/ConsoleMessageStructTraits.h", 807 "web/ConsoleMessageStructTraits.h",
808 ] 808 ]
809 deps = [ 809 deps = [
810 ":mojo_bindings_shared__generator", 810 ":mojo_bindings_shared__generator",
811 ] 811 ]
812 } 812 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/payments/PaymentsValidators.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698