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

Unified Diff: device/generic_sensor/BUILD.gn

Issue 2277353002: [sensors] Drop DEVICE_SENSOR_EXPORT macro (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | device/generic_sensor/platform_sensor_configuration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/BUILD.gn
diff --git a/device/generic_sensor/BUILD.gn b/device/generic_sensor/BUILD.gn
index 82693dcd8292ec422ee6d541b4f08ada35cd9556..1a4f9eea734f61b7027db19e75c7fd73fd0566d0 100644
--- a/device/generic_sensor/BUILD.gn
+++ b/device/generic_sensor/BUILD.gn
@@ -12,15 +12,12 @@ source_set("generic_sensor") {
"platform_sensor_provider_base.cc",
"platform_sensor_provider_base.h",
"platform_sensor_provider_default.cc",
- "sensor_export.h",
"sensor_impl.cc",
"sensor_impl.h",
"sensor_provider_impl.cc",
"sensor_provider_impl.h",
]
- defines = [ "DEVICE_GENERIC_SENSOR_IMPLEMENTATION" ]
-
deps = [
"//base",
"//device/generic_sensor/public/interfaces",
« no previous file with comments | « no previous file | device/generic_sensor/platform_sensor_configuration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698