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

Side by Side Diff: third_party/WebKit/Source/modules/gamepad/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 | « ppapi/shared_impl/ppb_gamepad_shared.cc ('k') | third_party/WebKit/Source/modules/gamepad/DEPS » ('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 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", 19 "GamepadPose.cpp",
20 "GamepadPose.h", 20 "GamepadPose.h",
21 "NavigatorGamepad.cpp", 21 "NavigatorGamepad.cpp",
22 "NavigatorGamepad.h", 22 "NavigatorGamepad.h",
23 ] 23 ]
24
25 deps = [
26 "//device/gamepad/public/cpp:shared_with_blink",
27 ]
24 } 28 }
OLDNEW
« no previous file with comments | « ppapi/shared_impl/ppb_gamepad_shared.cc ('k') | third_party/WebKit/Source/modules/gamepad/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698