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

Unified Diff: content/content_renderer.gypi

Issue 1493183002: Enable WebUSB on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GYP build. Created 5 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 | « chrome/browser/about_flags.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 8b91ee3e1a56e3cd3208283c2b54a63f204fbc88..a7ad29d3e99002d2abb685f60eb6ca3005589348 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -15,6 +15,7 @@
'../components/url_formatter/url_formatter.gyp:url_formatter',
'../device/battery/battery.gyp:device_battery',
'../device/battery/battery.gyp:device_battery_mojo_bindings',
+ '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings_lib',
'../device/vibration/vibration.gyp:device_vibration',
'../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
'../gin/gin.gyp:gin',
@@ -805,12 +806,6 @@
['OS=="android"', {
'sources!': [
'renderer/media/audio_decoder.cc',
- 'renderer/usb/type_converters.cc',
- 'renderer/usb/type_converters.h',
- 'renderer/usb/web_usb_client_impl.cc',
- 'renderer/usb/web_usb_client_impl.h',
- 'renderer/usb/web_usb_device_impl.cc',
- 'renderer/usb/web_usb_device_impl.h',
],
'sources': [
'renderer/external_popup_menu.cc',
@@ -821,7 +816,6 @@
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
],
'dependencies!': [
- '../components/components.gyp:webusb',
'../device/battery/battery.gyp:device_battery',
],
}, {
@@ -836,8 +830,6 @@
'renderer/java/gin_java_function_invocation_helper.h',
],
'dependencies': [
- '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings_lib',
- '../device/devices_app/devices_app.gyp:devices_app_public_cpp',
'../media/cast/cast.gyp:cast_sender',
]
}],
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698