commit | 2f298a80296e8510f74632faa55e825cfe41ec4f | [log] [tgz] |
---|---|---|
author | juncai <[email protected]> | Tue Apr 18 03:51:39 2017 |
committer | Commit bot <[email protected]> | Tue Apr 18 03:51:39 2017 |
tree | 9eb12189c8b4469f9ef66514edf48b5f5468d17f | |
parent | 130cfd0cd29bdf5edba20601b496749fd954688f [diff] [blame] |
[Device Service] Move Gamepad Blink headers to be part of the Gamepad client library This CL follows the approach of https://codereview.chromium.org/2415083002 and moves //third_party/WebKit/public/platform/WebGamepad.h //third_party/WebKit/public/platform/WebGamepads.h to //device/gamepad/public/cpp/ and puts them in a special target to indicate that they're shared with Blink BUG=695012 Review-Url: https://codereview.chromium.org/2808093006 Cr-Commit-Position: refs/heads/master@{#465129}
diff --git a/device/BUILD.gn b/device/BUILD.gn index eba54e2..1542a87 100644 --- a/device/BUILD.gn +++ b/device/BUILD.gn
@@ -90,6 +90,7 @@ "//device/bluetooth/uribeacon", "//device/gamepad", "//device/gamepad:test_helpers", + "//device/gamepad/public/cpp:shared_with_blink", "//device/gamepad/public/interfaces", "//device/gamepad/public/interfaces:gamepad_struct_traits_test", "//device/generic_sensor",