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

Unified Diff: device/media_transfer_protocol/BUILD.gn

Issue 941893002: Revert of Add more targets to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « device/hid/BUILD.gn ('k') | device/serial/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/media_transfer_protocol/BUILD.gn
diff --git a/device/media_transfer_protocol/BUILD.gn b/device/media_transfer_protocol/BUILD.gn
index a36c606e93bb675e245b24bb993685e8eaa10d4e..cd37089ccba345ce350eb47e1b344f375c8eaf59 100644
--- a/device/media_transfer_protocol/BUILD.gn
+++ b/device/media_transfer_protocol/BUILD.gn
@@ -29,16 +29,10 @@
"media_transfer_protocol_manager.h",
]
+ configs += [ "//build/config/linux:dbus" ]
+
public_deps = [
":mtp_file_entry_proto",
":mtp_storage_info_proto",
- "//base",
]
- deps = [
- "//dbus",
- ]
-
- if (is_chromeos) {
- deps += [ "//chromeos" ]
- }
}
« no previous file with comments | « device/hid/BUILD.gn ('k') | device/serial/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698