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

Unified Diff: content/renderer/BUILD.gn

Issue 2580693003: Decouple GamepadSharedMemory into Blink.
Patch Set: add typemapping, non-copyable Created 4 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/renderer/gamepad_shared_memory_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 7f7e3ef8f8b38562fc852b4278208c9fe4e71447..d72009dff750568819df97de2a4258d3c9e8d61a 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -126,8 +126,6 @@ target(link_target_type, "renderer") {
"fetchers/resource_fetcher_impl.h",
"frame_blame_context.cc",
"frame_blame_context.h",
- "gamepad_shared_memory_reader.cc",
- "gamepad_shared_memory_reader.h",
"gpu/compositor_dependencies.h",
"gpu/compositor_external_begin_frame_source.cc",
"gpu/compositor_external_begin_frame_source.h",
@@ -416,7 +414,6 @@ target(link_target_type, "renderer") {
"//device/base/synchronization",
"//device/battery:mojo_bindings",
"//device/bluetooth",
- "//device/gamepad/public/interfaces",
"//device/screen_orientation/public/interfaces",
"//device/sensors/public/cpp",
"//device/usb/public/interfaces",
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/renderer/gamepad_shared_memory_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698