Index: extensions/common/BUILD.gn |
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn |
index 4f5496ad9f0c8718a5704db4de34cc0b9bfef678..b0f40b508c666f4f9e165e6816dda58cd91e6150 100644 |
--- a/extensions/common/BUILD.gn |
+++ b/extensions/common/BUILD.gn |
@@ -71,15 +71,6 @@ if (enable_extensions) { |
"//url", |
] |
- if (is_android) { |
- deps -= [ "//device/usb" ] |
- sources -= [ |
- "api/printer_provider/usb_printer_manifest_data.cc", |
- "api/printer_provider/usb_printer_manifest_data.h", |
- "api/printer_provider/usb_printer_manifest_handler.cc", |
- ] |
- } |
- |
if (enable_nacl) { |
nacl_sources = |
rebase_path(extensions_gypi_values.extensions_common_sources_nacl, |