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

Side by Side Diff: third_party/WebKit/Source/modules/gamepad/BUILD.gn

Issue 2300543003: Added Pose attribute to Gamepad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gamepad_touched
Patch Set: Rebase Created 4 years, 3 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//third_party/WebKit/Source/modules/modules.gni") 5 import("//third_party/WebKit/Source/modules/modules.gni")
6 6
7 blink_modules_sources("gamepad") { 7 blink_modules_sources("gamepad") {
8 sources = [ 8 sources = [
9 "Gamepad.cpp", 9 "Gamepad.cpp",
10 "Gamepad.h", 10 "Gamepad.h",
11 "GamepadButton.cpp", 11 "GamepadButton.cpp",
12 "GamepadButton.h", 12 "GamepadButton.h",
13 "GamepadDispatcher.cpp", 13 "GamepadDispatcher.cpp",
14 "GamepadDispatcher.h", 14 "GamepadDispatcher.h",
15 "GamepadEvent.cpp", 15 "GamepadEvent.cpp",
16 "GamepadEvent.h", 16 "GamepadEvent.h",
17 "GamepadList.cpp", 17 "GamepadList.cpp",
18 "GamepadList.h", 18 "GamepadList.h",
19 "GamepadPose.cpp",
20 "GamepadPose.h",
19 "NavigatorGamepad.cpp", 21 "NavigatorGamepad.cpp",
20 "NavigatorGamepad.h", 22 "NavigatorGamepad.h",
21 ] 23 ]
22 } 24 }
OLDNEW
« no previous file with comments | « ppapi/shared_impl/ppb_gamepad_shared.h ('k') | third_party/WebKit/Source/modules/gamepad/Gamepad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698