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

Unified Diff: device/media_transfer_protocol/DEPS

Issue 11744030: Try 2 [Media Gallery] Move chrome/browser/media_transfer_protocol code to src/device. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed gyp dependencies. Created 7 years, 12 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: device/media_transfer_protocol/DEPS
diff --git a/device/media_transfer_protocol/DEPS b/device/media_transfer_protocol/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..e461e371856d16de8291daef86f89d035ac72e27
--- /dev/null
+++ b/device/media_transfer_protocol/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ # The media transfer protocol daemon uses D-Bus.
+ "+dbus",
+ "+chrome/common/chrome_switches.h",
+ "+chromeos/dbus",
+ "+content/public/browser/browser_thread.h",
+ "+third_party/cros_system_api/dbus",
+]

Powered by Google App Engine
This is Rietveld 408576698