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

Unified Diff: device/sensors/public/cpp/BUILD.gn

Issue 2415083002: Move Device Sensors client files from Blink to //device/sensors client lib (Closed)
Patch Set: Really rebase Created 4 years, 2 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
Index: device/sensors/public/cpp/BUILD.gn
diff --git a/device/sensors/public/cpp/BUILD.gn b/device/sensors/public/cpp/BUILD.gn
index 8a930264a446302b95b30574656e0b370640b5a0..df9b33e950e24e8576fc420062ca47774e80eb2b 100644
--- a/device/sensors/public/cpp/BUILD.gn
+++ b/device/sensors/public/cpp/BUILD.gn
@@ -11,10 +11,13 @@ source_set("cpp") {
"device_sensors_consts.h",
"device_util_mac.cc",
"device_util_mac.h",
+ "motion_data.cc",
+ "motion_data.h",
+ "orientation_data.cc",
+ "orientation_data.h",
]
public_deps = [
"//device/base/synchronization",
- "//third_party/WebKit/public:blink_headers",
]
}

Powered by Google App Engine
This is Rietveld 408576698