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

Side by Side Diff: device/BUILD.gn

Issue 2734943003: Device Service: Decouple Wake Lock from //content (Closed)
Patch Set: Rebase Created 3 years, 8 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
« no previous file with comments | « content/test/BUILD.gn ('k') | device/wake_lock/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("vr/features.gni") 5 import("vr/features.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") # For generate_jni(). 10 import("//build/config/android/rules.gni") # For generate_jni().
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "gamepad/gamepad_service_unittest.cc", 69 "gamepad/gamepad_service_unittest.cc",
70 "gamepad/public/interfaces/gamepad_struct_traits_unittest.cc", 70 "gamepad/public/interfaces/gamepad_struct_traits_unittest.cc",
71 "generic_sensor/platform_sensor_and_provider_unittest_win.cc", 71 "generic_sensor/platform_sensor_and_provider_unittest_win.cc",
72 "generic_sensor/platform_sensor_provider_unittest.cc", 72 "generic_sensor/platform_sensor_provider_unittest.cc",
73 "sensors/data_fetcher_shared_memory_base_unittest.cc", 73 "sensors/data_fetcher_shared_memory_base_unittest.cc",
74 "sensors/sensor_manager_android_unittest.cc", 74 "sensors/sensor_manager_android_unittest.cc",
75 "sensors/sensor_manager_chromeos_unittest.cc", 75 "sensors/sensor_manager_chromeos_unittest.cc",
76 "test/run_all_unittests.cc", 76 "test/run_all_unittests.cc",
77 "u2f/u2f_apdu_unittest.cc", 77 "u2f/u2f_apdu_unittest.cc",
78 "u2f/u2f_message_unittest.cc", 78 "u2f/u2f_message_unittest.cc",
79 "wake_lock/wake_lock_service_context_unittest.cc",
80 ] 79 ]
81 80
82 deps = [ 81 deps = [
83 "//base/test:test_support", 82 "//base/test:test_support",
84 "//base/third_party/dynamic_annotations:dynamic_annotations", 83 "//base/third_party/dynamic_annotations:dynamic_annotations",
85 "//device/base/synchronization", 84 "//device/base/synchronization",
86 "//device/battery", 85 "//device/battery",
87 "//device/battery:mojo_bindings", 86 "//device/battery:mojo_bindings",
88 "//device/bluetooth", 87 "//device/bluetooth",
89 "//device/bluetooth:mocks", 88 "//device/bluetooth:mocks",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 ] 314 ]
316 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] 315 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ]
317 } 316 }
318 317
319 java_cpp_enum("bluetooth_test_javagen") { 318 java_cpp_enum("bluetooth_test_javagen") {
320 sources = [ 319 sources = [
321 "bluetooth/test/bluetooth_test.h", 320 "bluetooth/test/bluetooth_test.h",
322 ] 321 ]
323 } 322 }
324 } 323 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | device/wake_lock/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698