| Index: extensions/common/BUILD.gn
|
| diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
|
| index c0bff59ac0ef77a74bbc8378df84ce60a1ffae05..45e86dfe36cb814bc249bdcb287fbcc23c205d38 100644
|
| --- a/extensions/common/BUILD.gn
|
| +++ b/extensions/common/BUILD.gn
|
| @@ -72,6 +72,15 @@ 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,
|
|
|