| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index d106eddbbde0d1e3dd09d5383dc0fde8ccea5b53..6a8cd8881d9664d152dde65a0e6018d947d20106 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -58,6 +58,7 @@ source_set("browser") {
|
| "//crypto",
|
| "//device/battery",
|
| "//device/bluetooth",
|
| + "//device/gamepad",
|
| "//device/power_save_blocker",
|
| "//device/vibration",
|
| "//gin",
|
| @@ -157,10 +158,6 @@ source_set("browser") {
|
| sources -= [ "renderer_host/web_input_event_aurawin.cc" ]
|
| }
|
|
|
| - if (!is_win && !is_mac && !is_android && (!is_linux || !use_udev)) {
|
| - sources += [ "gamepad/gamepad_platform_data_fetcher.cc" ]
|
| - }
|
| -
|
| if (enable_basic_printing || enable_print_preview) {
|
| deps += [ "//printing" ]
|
| }
|
| @@ -248,10 +245,6 @@ source_set("browser") {
|
| "//device/udev_linux",
|
| "//media/capture",
|
| ]
|
| - } else {
|
| - if (is_linux) {
|
| - sources -= [ "gamepad/gamepad_platform_data_fetcher_linux.cc" ]
|
| - }
|
| }
|
|
|
| if (enable_plugins) {
|
|
|