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

Side by Side Diff: content/common/BUILD.gn

Issue 2646093002: Move //content/browser/device_sensor/ into device/sensors (Closed)
Patch Set: gn format & code rebase Created 3 years, 10 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//sandbox/features.gni") 10 import("//sandbox/features.gni")
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 "url_loader_factory.mojom", 593 "url_loader_factory.mojom",
594 "video_capture.mojom", 594 "video_capture.mojom",
595 ] 595 ]
596 596
597 import_dirs = [ "//mojo/services" ] 597 import_dirs = [ "//mojo/services" ]
598 598
599 public_deps = [ 599 public_deps = [
600 "//components/leveldb/public/interfaces", 600 "//components/leveldb/public/interfaces",
601 "//content/public/common:interfaces", 601 "//content/public/common:interfaces",
602 "//device/power_monitor/public/interfaces", 602 "//device/power_monitor/public/interfaces",
603 "//device/sensors/public/interfaces",
604 603
605 # TODO(mcasas): remove the following dep after https://crbug.com/653994 604 # TODO(mcasas): remove the following dep after https://crbug.com/653994
606 "//gpu/ipc/common:interfaces", 605 "//gpu/ipc/common:interfaces",
607 "//ipc:mojom", 606 "//ipc:mojom",
608 "//media/capture/mojo:capture_types", 607 "//media/capture/mojo:capture_types",
609 "//media/mojo/interfaces", 608 "//media/mojo/interfaces",
610 "//mojo/common:common_custom_types", 609 "//mojo/common:common_custom_types",
611 "//services/service_manager/public/interfaces", 610 "//services/service_manager/public/interfaces",
612 "//services/ui/public/interfaces", 611 "//services/ui/public/interfaces",
613 "//services/video_capture/public/interfaces", 612 "//services/video_capture/public/interfaces",
614 "//skia/public/interfaces", 613 "//skia/public/interfaces",
615 "//third_party/WebKit/public:mojo_bindings", 614 "//third_party/WebKit/public:mojo_bindings",
616 "//ui/base/mojo:mojo_bindings", 615 "//ui/base/mojo:mojo_bindings",
617 "//ui/gfx/geometry/mojo", 616 "//ui/gfx/geometry/mojo",
618 "//ui/gfx/mojo", 617 "//ui/gfx/mojo",
619 "//url/mojo:url_mojom_gurl", 618 "//url/mojo:url_mojom_gurl",
620 "//url/mojo:url_mojom_origin", 619 "//url/mojo:url_mojom_origin",
621 ] 620 ]
622 621
623 export_class_attribute = "CONTENT_EXPORT" 622 export_class_attribute = "CONTENT_EXPORT"
624 export_define = "CONTENT_IMPLEMENTATION=1" 623 export_define = "CONTENT_IMPLEMENTATION=1"
625 export_header = "content/common/content_export.h" 624 export_header = "content/common/content_export.h"
626 } 625 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698