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

Side by Side Diff: device/BUILD.gn

Issue 2734943003: Device Service: Decouple Wake Lock from //content (Closed)
Patch Set: Bugfix Created 3 years, 9 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") # For generate_jni(). 9 import("//build/config/android/rules.gni") # For generate_jni().
10 } 10 }
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h", 65 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h",
66 "gamepad/gamepad_provider_unittest.cc", 66 "gamepad/gamepad_provider_unittest.cc",
67 "gamepad/gamepad_service_unittest.cc", 67 "gamepad/gamepad_service_unittest.cc",
68 "gamepad/public/interfaces/gamepad_struct_traits_unittest.cc", 68 "gamepad/public/interfaces/gamepad_struct_traits_unittest.cc",
69 "generic_sensor/platform_sensor_and_provider_unittest_win.cc", 69 "generic_sensor/platform_sensor_and_provider_unittest_win.cc",
70 "generic_sensor/platform_sensor_provider_unittest.cc", 70 "generic_sensor/platform_sensor_provider_unittest.cc",
71 "sensors/data_fetcher_shared_memory_base_unittest.cc", 71 "sensors/data_fetcher_shared_memory_base_unittest.cc",
72 "sensors/sensor_manager_android_unittest.cc", 72 "sensors/sensor_manager_android_unittest.cc",
73 "sensors/sensor_manager_chromeos_unittest.cc", 73 "sensors/sensor_manager_chromeos_unittest.cc",
74 "test/run_all_unittests.cc", 74 "test/run_all_unittests.cc",
75 "wake_lock/wake_lock_service_context_unittest.cc",
76 ] 75 ]
77 76
78 deps = [ 77 deps = [
79 "//base/test:test_support", 78 "//base/test:test_support",
80 "//base/third_party/dynamic_annotations:dynamic_annotations", 79 "//base/third_party/dynamic_annotations:dynamic_annotations",
81 "//device/base/synchronization", 80 "//device/base/synchronization",
82 "//device/battery", 81 "//device/battery",
83 "//device/battery:mojo_bindings", 82 "//device/battery:mojo_bindings",
84 "//device/bluetooth", 83 "//device/bluetooth",
85 "//device/bluetooth:mocks", 84 "//device/bluetooth:mocks",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 ] 305 ]
307 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] 306 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ]
308 } 307 }
309 308
310 java_cpp_enum("bluetooth_test_javagen") { 309 java_cpp_enum("bluetooth_test_javagen") {
311 sources = [ 310 sources = [
312 "bluetooth/test/bluetooth_test.h", 311 "bluetooth/test/bluetooth_test.h",
313 ] 312 ]
314 } 313 }
315 } 314 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698