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

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: Revert licenses change for similarity 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 e7b4601387823965d1d092f0eca3bd9e3930e158..c4a57b092884c89c0a102deb6451b4ef8ef631e9 100644
--- a/device/sensors/public/cpp/BUILD.gn
+++ b/device/sensors/public/cpp/BUILD.gn
@@ -8,10 +8,13 @@ source_set("cpp") {
"device_light_hardware_buffer.h",
"device_motion_hardware_buffer.h",
"device_orientation_hardware_buffer.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