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

Side by Side Diff: device/sensors/BUILD.gn

Issue 2845763002: Remove DeviceLightEvent implementation (Closed)
Patch Set: same as previous patch Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") # For generate_jni(). 8 import("//build/config/android/rules.gni") # For generate_jni().
9 } 9 }
10 10
11 component("sensors") { 11 component("sensors") {
12 sources = [ 12 sources = [
13 "ambient_light_mac.cc",
14 "ambient_light_mac.h",
15 "android/device_sensor_jni_registrar.cc", 13 "android/device_sensor_jni_registrar.cc",
16 "android/device_sensor_jni_registrar.h", 14 "android/device_sensor_jni_registrar.h",
17 "data_fetcher_shared_memory.h", 15 "data_fetcher_shared_memory.h",
18 "data_fetcher_shared_memory_android.cc", 16 "data_fetcher_shared_memory_android.cc",
19 "data_fetcher_shared_memory_base.cc", 17 "data_fetcher_shared_memory_base.cc",
20 "data_fetcher_shared_memory_base.h", 18 "data_fetcher_shared_memory_base.h",
21 "data_fetcher_shared_memory_chromeos.cc", 19 "data_fetcher_shared_memory_chromeos.cc",
22 "data_fetcher_shared_memory_default.cc", 20 "data_fetcher_shared_memory_default.cc",
23 "data_fetcher_shared_memory_mac.cc", 21 "data_fetcher_shared_memory_mac.cc",
24 "data_fetcher_shared_memory_win.cc", 22 "data_fetcher_shared_memory_win.cc",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 ] 99 ]
102 } 100 }
103 101
104 java_cpp_enum("device_sensors_android_java_enums_srcjar") { 102 java_cpp_enum("device_sensors_android_java_enums_srcjar") {
105 sources = [ 103 sources = [
106 "device_sensors_consts.h", 104 "device_sensors_consts.h",
107 "sensor_manager_android.h", 105 "sensor_manager_android.h",
108 ] 106 ]
109 } 107 }
110 } 108 }
OLDNEW
« no previous file with comments | « device/generic_sensor/platform_sensor_ambient_light_mac.cc ('k') | device/sensors/ambient_light_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698