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

Side by Side Diff: third_party/WebKit/Source/modules/sensor/BUILD.gn

Issue 2451783002: [sensors] Fix component build warnings for windows platform (Closed)
Patch Set: Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « device/generic_sensor/public/cpp/sensor_reading.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/WebKit/Source/modules/modules.gni") 5 import("//third_party/WebKit/Source/modules/modules.gni")
6 6
7 blink_modules_sources("sensor") { 7 blink_modules_sources("sensor") {
8 sources = [ 8 sources = [
9 "AmbientLightSensor.cpp", 9 "AmbientLightSensor.cpp",
10 "AmbientLightSensor.h", 10 "AmbientLightSensor.h",
11 "AmbientLightSensorReading.cpp", 11 "AmbientLightSensorReading.cpp",
12 "AmbientLightSensorReading.h", 12 "AmbientLightSensorReading.h",
13 "Sensor.cpp", 13 "Sensor.cpp",
14 "Sensor.h", 14 "Sensor.h",
15 "SensorErrorEvent.cpp", 15 "SensorErrorEvent.cpp",
16 "SensorErrorEvent.h", 16 "SensorErrorEvent.h",
17 "SensorPollingStrategy.cpp", 17 "SensorPollingStrategy.cpp",
18 "SensorPollingStrategy.h", 18 "SensorPollingStrategy.h",
19 "SensorProviderProxy.cpp", 19 "SensorProviderProxy.cpp",
20 "SensorProviderProxy.h", 20 "SensorProviderProxy.h",
21 "SensorProxy.cpp", 21 "SensorProxy.cpp",
22 "SensorProxy.h", 22 "SensorProxy.h",
23 "SensorReading.cpp", 23 "SensorReading.cpp",
24 "SensorReading.h", 24 "SensorReading.h",
25 "SensorReadingEvent.cpp", 25 "SensorReadingEvent.cpp",
26 "SensorReadingEvent.h", 26 "SensorReadingEvent.h",
27 ] 27 ]
28 28
29 deps = [ 29 deps = [
30 "//device/base/synchronization",
30 "//device/generic_sensor/public/cpp", 31 "//device/generic_sensor/public/cpp",
31 "//device/generic_sensor/public/interfaces:interfaces_blink", 32 "//device/generic_sensor/public/interfaces:interfaces_blink",
32 ] 33 ]
33 } 34 }
OLDNEW
« no previous file with comments | « device/generic_sensor/public/cpp/sensor_reading.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698