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

Unified Diff: device/generic_sensor/public/interfaces/sensor.typemap

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 | « device/generic_sensor/platform_sensor_configuration.h ('k') | device/generic_sensor/sensor_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/public/interfaces/sensor.typemap
diff --git a/device/generic_sensor/public/interfaces/sensor.typemap b/device/generic_sensor/public/interfaces/sensor.typemap
index 5040dc06d6648464314d4d671c45884d12d7569f..65da7442417bc0c1abf691609623b232664e3bea 100644
--- a/device/generic_sensor/public/interfaces/sensor.typemap
+++ b/device/generic_sensor/public/interfaces/sensor.typemap
@@ -3,10 +3,7 @@
# found in the LICENSE file.
mojom = "//device/generic_sensor/public/interfaces/sensor.mojom"
-public_headers = [
- "//device/generic_sensor/platform_sensor_configuration.h",
- "//device/generic_sensor/sensor_export.h",
-]
+public_headers = [ "//device/generic_sensor/platform_sensor_configuration.h" ]
traits_headers =
[ "//device/generic_sensor/public/interfaces/sensor_struct_traits.h" ]
sources = [
« no previous file with comments | « device/generic_sensor/platform_sensor_configuration.h ('k') | device/generic_sensor/sensor_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698