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

Side by Side Diff: device/BUILD.gn

Issue 2808093006: [Device Service] Move Gamepad Blink headers to be part of the Gamepad client library (Closed)
Patch Set: rebase and address comments 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/layouttest_support.cc ('k') | device/gamepad/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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "//base/third_party/dynamic_annotations:dynamic_annotations", 83 "//base/third_party/dynamic_annotations:dynamic_annotations",
84 "//device/base/synchronization", 84 "//device/base/synchronization",
85 "//device/battery", 85 "//device/battery",
86 "//device/battery:mojo_bindings", 86 "//device/battery:mojo_bindings",
87 "//device/bluetooth", 87 "//device/bluetooth",
88 "//device/bluetooth:mocks", 88 "//device/bluetooth:mocks",
89 "//device/bluetooth:mojo", 89 "//device/bluetooth:mojo",
90 "//device/bluetooth/uribeacon", 90 "//device/bluetooth/uribeacon",
91 "//device/gamepad", 91 "//device/gamepad",
92 "//device/gamepad:test_helpers", 92 "//device/gamepad:test_helpers",
93 "//device/gamepad/public/cpp:shared_with_blink",
93 "//device/gamepad/public/interfaces", 94 "//device/gamepad/public/interfaces",
94 "//device/gamepad/public/interfaces:gamepad_struct_traits_test", 95 "//device/gamepad/public/interfaces:gamepad_struct_traits_test",
95 "//device/generic_sensor", 96 "//device/generic_sensor",
96 "//device/generic_sensor:testing", 97 "//device/generic_sensor:testing",
97 "//device/geolocation:unittests", 98 "//device/geolocation:unittests",
98 "//device/power_save_blocker", 99 "//device/power_save_blocker",
99 "//device/sensors", 100 "//device/sensors",
100 "//device/sensors/public/cpp:full", 101 "//device/sensors/public/cpp:full",
101 "//device/sensors/public/interfaces", 102 "//device/sensors/public/interfaces",
102 "//device/wake_lock", 103 "//device/wake_lock",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 ] 315 ]
315 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] 316 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ]
316 } 317 }
317 318
318 java_cpp_enum("bluetooth_test_javagen") { 319 java_cpp_enum("bluetooth_test_javagen") {
319 sources = [ 320 sources = [
320 "bluetooth/test/bluetooth_test.h", 321 "bluetooth/test/bluetooth_test.h",
321 ] 322 ]
322 } 323 }
323 } 324 }
OLDNEW
« no previous file with comments | « content/test/layouttest_support.cc ('k') | device/gamepad/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698