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

Side by Side Diff: device/BUILD.gn

Issue 2389743002: Content Modularization Project: Move Wake Lock to //device (Closed)
Patch Set: Eliminate frame reference Created 4 years, 2 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("//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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "bluetooth/test/mock_bluetooth_cbservice_mac.mm", 56 "bluetooth/test/mock_bluetooth_cbservice_mac.mm",
57 "bluetooth/test/mock_bluetooth_central_manager_mac.h", 57 "bluetooth/test/mock_bluetooth_central_manager_mac.h",
58 "bluetooth/test/mock_bluetooth_central_manager_mac.mm", 58 "bluetooth/test/mock_bluetooth_central_manager_mac.mm",
59 "bluetooth/test/test_bluetooth_adapter_observer.cc", 59 "bluetooth/test/test_bluetooth_adapter_observer.cc",
60 "bluetooth/test/test_bluetooth_adapter_observer.h", 60 "bluetooth/test/test_bluetooth_adapter_observer.h",
61 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc", 61 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc",
62 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h", 62 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h",
63 "gamepad/gamepad_provider_unittest.cc", 63 "gamepad/gamepad_provider_unittest.cc",
64 "generic_sensor/platform_sensor_provider_unittest.cc", 64 "generic_sensor/platform_sensor_provider_unittest.cc",
65 "test/run_all_unittests.cc", 65 "test/run_all_unittests.cc",
66 "wake_lock/wake_lock_service_context_unittest.cc",
66 ] 67 ]
67 68
68 deps = [ 69 deps = [
69 "//base/test:test_support", 70 "//base/test:test_support",
70 "//base/third_party/dynamic_annotations:dynamic_annotations", 71 "//base/third_party/dynamic_annotations:dynamic_annotations",
71 "//device/base/synchronization", 72 "//device/base/synchronization",
72 "//device/battery", 73 "//device/battery",
73 "//device/battery:mojo_bindings", 74 "//device/battery:mojo_bindings",
74 "//device/bluetooth", 75 "//device/bluetooth",
75 "//device/bluetooth:mocks", 76 "//device/bluetooth:mocks",
76 "//device/gamepad", 77 "//device/gamepad",
77 "//device/gamepad:test_helpers", 78 "//device/gamepad:test_helpers",
78 "//device/generic_sensor", 79 "//device/generic_sensor",
79 "//device/generic_sensor:testing", 80 "//device/generic_sensor:testing",
80 "//device/geolocation:unittests", 81 "//device/geolocation:unittests",
81 "//device/power_save_blocker", 82 "//device/power_save_blocker",
83 "//device/wake_lock",
82 "//mojo/common", 84 "//mojo/common",
83 "//mojo/edk/system", 85 "//mojo/edk/system",
84 "//mojo/public/cpp/bindings", 86 "//mojo/public/cpp/bindings",
85 "//net", 87 "//net",
86 "//testing/gmock", 88 "//testing/gmock",
87 "//testing/gtest", 89 "//testing/gtest",
88 "//tools/usb_gadget", 90 "//tools/usb_gadget",
89 "//url", 91 "//url",
90 ] 92 ]
91 93
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 ] 276 ]
275 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] 277 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ]
276 } 278 }
277 279
278 java_cpp_enum("bluetooth_test_javagen") { 280 java_cpp_enum("bluetooth_test_javagen") {
279 sources = [ 281 sources = [
280 "bluetooth/test/bluetooth_test.h", 282 "bluetooth/test/bluetooth_test.h",
281 ] 283 ]
282 } 284 }
283 } 285 }
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