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

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

Issue 2646093002: Move //content/browser/device_sensor/ into device/sensors (Closed)
Patch Set: update git log Created 3 years, 11 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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 "url_loader_factory.mojom", 576 "url_loader_factory.mojom",
577 "video_capture.mojom", 577 "video_capture.mojom",
578 ] 578 ]
579 579
580 import_dirs = [ "//mojo/services" ] 580 import_dirs = [ "//mojo/services" ]
581 581
582 public_deps = [ 582 public_deps = [
583 "//components/leveldb/public/interfaces", 583 "//components/leveldb/public/interfaces",
584 "//content/public/common:interfaces", 584 "//content/public/common:interfaces",
585 "//device/power_monitor/public/interfaces", 585 "//device/power_monitor/public/interfaces",
586 "//device/sensors/public/interfaces",
587 586
588 # TODO(mcasas): remove the following dep after https://crbug.com/653994 587 # TODO(mcasas): remove the following dep after https://crbug.com/653994
589 "//gpu/ipc/common:interfaces", 588 "//gpu/ipc/common:interfaces",
590 "//ipc:mojom", 589 "//ipc:mojom",
591 "//media/capture/mojo:capture_types", 590 "//media/capture/mojo:capture_types",
592 "//media/mojo/interfaces", 591 "//media/mojo/interfaces",
593 "//mojo/common:common_custom_types", 592 "//mojo/common:common_custom_types",
594 "//services/service_manager/public/interfaces", 593 "//services/service_manager/public/interfaces",
595 "//services/ui/public/interfaces", 594 "//services/ui/public/interfaces",
596 "//services/video_capture/public/interfaces", 595 "//services/video_capture/public/interfaces",
597 "//skia/public/interfaces", 596 "//skia/public/interfaces",
598 "//third_party/WebKit/public:mojo_bindings", 597 "//third_party/WebKit/public:mojo_bindings",
599 "//ui/base/mojo:mojo_bindings", 598 "//ui/base/mojo:mojo_bindings",
600 "//ui/gfx/geometry/mojo", 599 "//ui/gfx/geometry/mojo",
601 "//ui/gfx/mojo", 600 "//ui/gfx/mojo",
602 "//url/mojo:url_mojom_gurl", 601 "//url/mojo:url_mojom_gurl",
603 "//url/mojo:url_mojom_origin", 602 "//url/mojo:url_mojom_origin",
604 ] 603 ]
605 604
606 export_class_attribute = "CONTENT_EXPORT" 605 export_class_attribute = "CONTENT_EXPORT"
607 export_define = "CONTENT_IMPLEMENTATION=1" 606 export_define = "CONTENT_IMPLEMENTATION=1"
608 export_header = "content/common/content_export.h" 607 export_header = "content/common/content_export.h"
609 } 608 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698