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

Side by Side Diff: device/BUILD.gn

Issue 2492183002: Add struct_traits and typemap for blink::WebGamepad (Closed)
Patch Set: fixed "un-aligned warning" in windows x64 build Created 4 years, 1 month 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "bluetooth/test/mock_bluetooth_cbperipheral_mac.mm", 54 "bluetooth/test/mock_bluetooth_cbperipheral_mac.mm",
55 "bluetooth/test/mock_bluetooth_cbservice_mac.h", 55 "bluetooth/test/mock_bluetooth_cbservice_mac.h",
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 "gamepad/public/interfaces/webgamepad_struct_traits_unittest.cc",
64 "generic_sensor/platform_sensor_and_provider_unittest_win.cc", 65 "generic_sensor/platform_sensor_and_provider_unittest_win.cc",
65 "generic_sensor/platform_sensor_provider_unittest.cc", 66 "generic_sensor/platform_sensor_provider_unittest.cc",
66 "test/run_all_unittests.cc", 67 "test/run_all_unittests.cc",
67 "wake_lock/wake_lock_service_context_unittest.cc", 68 "wake_lock/wake_lock_service_context_unittest.cc",
68 ] 69 ]
69 70
70 deps = [ 71 deps = [
71 "//base/test:test_support", 72 "//base/test:test_support",
72 "//base/third_party/dynamic_annotations:dynamic_annotations", 73 "//base/third_party/dynamic_annotations:dynamic_annotations",
73 "//device/base/synchronization", 74 "//device/base/synchronization",
74 "//device/battery", 75 "//device/battery",
75 "//device/battery:mojo_bindings", 76 "//device/battery:mojo_bindings",
76 "//device/bluetooth", 77 "//device/bluetooth",
77 "//device/bluetooth:mocks", 78 "//device/bluetooth:mocks",
78 "//device/gamepad", 79 "//device/gamepad",
79 "//device/gamepad:test_helpers", 80 "//device/gamepad:test_helpers",
81 "//device/gamepad/public/interfaces",
82 "//device/gamepad/public/interfaces:webgamepad_typemapping_test",
80 "//device/generic_sensor", 83 "//device/generic_sensor",
81 "//device/generic_sensor:testing", 84 "//device/generic_sensor:testing",
82 "//device/geolocation:unittests", 85 "//device/geolocation:unittests",
83 "//device/power_save_blocker", 86 "//device/power_save_blocker",
84 "//device/wake_lock", 87 "//device/wake_lock",
85 "//mojo/common", 88 "//mojo/common",
86 "//mojo/edk/system", 89 "//mojo/edk/system",
87 "//mojo/public/cpp/bindings", 90 "//mojo/public/cpp/bindings",
88 "//net", 91 "//net",
89 "//testing/gmock", 92 "//testing/gmock",
90 "//testing/gtest", 93 "//testing/gtest",
94 "//third_party/WebKit/public:blink_headers",
91 "//tools/usb_gadget", 95 "//tools/usb_gadget",
92 "//url", 96 "//url",
93 ] 97 ]
94 98
95 if (is_linux && !is_chromeos && use_dbus) { 99 if (is_linux && !is_chromeos && use_dbus) {
96 sources += [ "battery/battery_status_manager_linux_unittest.cc" ] 100 sources += [ "battery/battery_status_manager_linux_unittest.cc" ]
97 deps += [ "//dbus:test_support" ] 101 deps += [ "//dbus:test_support" ]
98 } 102 }
99 103
100 if (is_linux) { 104 if (is_linux) {
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 ] 283 ]
280 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] 284 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ]
281 } 285 }
282 286
283 java_cpp_enum("bluetooth_test_javagen") { 287 java_cpp_enum("bluetooth_test_javagen") {
284 sources = [ 288 sources = [
285 "bluetooth/test/bluetooth_test.h", 289 "bluetooth/test/bluetooth_test.h",
286 ] 290 ]
287 } 291 }
288 } 292 }
OLDNEW
« no previous file with comments | « no previous file | device/gamepad/public/interfaces/BUILD.gn » ('j') | device/gamepad/public/interfaces/gamepad.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698