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

Unified Diff: extensions/common/BUILD.gn

Issue 1551423003: Remove the code added to make extensions compile on Aura Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing build/args/aura_android.gni from this CL - it has already been deleted. Created 4 years, 11 months 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
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,

Powered by Google App Engine
This is Rietveld 408576698