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

Side by Side Diff: content/common/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
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("features.gni") 5 import("features.gni")
6 import("//build/buildflag_header.gni") 6 import("//build/buildflag_header.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 "storage_partition_service.mojom", 607 "storage_partition_service.mojom",
608 "url_loader.mojom", 608 "url_loader.mojom",
609 "url_loader_factory.mojom", 609 "url_loader_factory.mojom",
610 "video_capture.mojom", 610 "video_capture.mojom",
611 ] 611 ]
612 612
613 import_dirs = [ "//mojo/services" ] 613 import_dirs = [ "//mojo/services" ]
614 614
615 public_deps = [ 615 public_deps = [
616 "//components/leveldb/public/interfaces", 616 "//components/leveldb/public/interfaces",
617 "//components/payments/content:mojom_payment_app", 617 "//components/payments/mojom:mojom_payment_app",
618 "//content/public/common:interfaces", 618 "//content/public/common:interfaces",
619 619
620 # TODO(mcasas): remove the following dep after https://crbug.com/653994 620 # TODO(mcasas): remove the following dep after https://crbug.com/653994
621 "//gpu/ipc/common:interfaces", 621 "//gpu/ipc/common:interfaces",
622 "//ipc:mojom", 622 "//ipc:mojom",
623 "//media/capture/mojo:capture_types", 623 "//media/capture/mojo:capture_types",
624 "//media/mojo/interfaces", 624 "//media/mojo/interfaces",
625 "//mojo/common:common_custom_types", 625 "//mojo/common:common_custom_types",
626 "//services/service_manager/public/interfaces", 626 "//services/service_manager/public/interfaces",
627 "//services/ui/public/interfaces", 627 "//services/ui/public/interfaces",
628 "//services/video_capture/public/interfaces", 628 "//services/video_capture/public/interfaces",
629 "//skia/public/interfaces", 629 "//skia/public/interfaces",
630 "//third_party/WebKit/public:mojo_bindings", 630 "//third_party/WebKit/public:mojo_bindings",
631 "//ui/base/mojo:mojo_bindings", 631 "//ui/base/mojo:mojo_bindings",
632 "//ui/gfx/geometry/mojo", 632 "//ui/gfx/geometry/mojo",
633 "//ui/gfx/mojo", 633 "//ui/gfx/mojo",
634 "//url/mojo:url_mojom_gurl", 634 "//url/mojo:url_mojom_gurl",
635 "//url/mojo:url_mojom_origin", 635 "//url/mojo:url_mojom_origin",
636 ] 636 ]
637 637
638 overridden_deps = [ "//ipc:mojom" ] 638 overridden_deps = [ "//ipc:mojom" ]
639 component_deps = [ "//ipc" ] 639 component_deps = [ "//ipc" ]
640 640
641 export_class_attribute = "CONTENT_EXPORT" 641 export_class_attribute = "CONTENT_EXPORT"
642 export_define = "CONTENT_IMPLEMENTATION=1" 642 export_define = "CONTENT_IMPLEMENTATION=1"
643 export_header = "content/common/content_export.h" 643 export_header = "content/common/content_export.h"
644 } 644 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698