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

Unified Diff: content/browser/BUILD.gn

Issue 1164563003: Extract device_sensors to /device via Mojofication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/shared_memory_seqlock/shared_memory_seqlock_reader.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 11631ec1a910458cebf64ef8f5249e940edbe50f..8307d63c4813c1dbd43773b8558e776aa08026c7 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -31,6 +31,7 @@ source_set("browser") {
"//content/public/common:common_sources",
"//crypto",
"//device/battery",
+ "//device/device_sensors",
"//device/vibration",
"//google_apis",
"//net",
@@ -200,7 +201,6 @@ source_set("browser") {
if (is_win) {
sources -= [
- "device_sensors/data_fetcher_shared_memory_default.cc",
"geolocation/empty_wifi_data_provider.cc",
]
defines += [
@@ -311,7 +311,6 @@ source_set("browser") {
"//content")
sources -= [
"browser_ipc_logging.cc",
- "device_sensors/data_fetcher_shared_memory_default.cc",
"geolocation/network_location_provider.cc",
"geolocation/network_location_provider.h",
"geolocation/network_location_request.cc",
@@ -353,14 +352,12 @@ source_set("browser") {
if (is_mac) {
sources -= [
- "device_sensors/data_fetcher_shared_memory_default.cc",
"geolocation/empty_wifi_data_provider.cc",
"geolocation/empty_wifi_data_provider.h",
]
deps += [
"//sandbox/mac:sandbox",
"//third_party/mozilla",
- "//third_party/sudden_motion_sensor",
"//ui/accelerated_widget_mac",
]
libs += [
@@ -370,7 +367,6 @@ source_set("browser") {
}
if (is_chromeos) {
- sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
deps += [
"//chromeos",
"//chromeos:power_manager_proto",
« no previous file with comments | « components/shared_memory_seqlock/shared_memory_seqlock_reader.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698