summaryrefslogtreecommitdiffstats
path: root/device/media_transfer_protocol/DEPS
diff options
context:
space:
mode:
authoralexeypa@google.com <alexeypa@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-04 01:39:41 +0000
committeralexeypa@google.com <alexeypa@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-04 01:39:41 +0000
commitef7a90115673e15c938c35a6b161fdc2b754db88 (patch)
tree2f890929f57e1a10e2a0a72ba5f4158f9bbc2c17 /device/media_transfer_protocol/DEPS
parent9fe62842925c14e78517abc512ddc6d6d55cafd2 (diff)
downloadchromium_src-ef7a90115673e15c938c35a6b161fdc2b754db88.zip
chromium_src-ef7a90115673e15c938c35a6b161fdc2b754db88.tar.gz
chromium_src-ef7a90115673e15c938c35a6b161fdc2b754db88.tar.bz2
Revert 175073 because it fails to compile on Linux.
http://build.chromium.org/p/chromium.linux/buildstatus?builder=Linux%20Builder%20x64&number=65699 > [Media Gallery] Move chrome/browser/media_transfer_protocol code to src/device. > > BUG=156929 > TEST=none > > > Review URL: https://chromiumcodereview.appspot.com/11744014 TBR=kmadhusu@chromium.org Review URL: https://codereview.chromium.org/11722025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175075 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/media_transfer_protocol/DEPS')
-rw-r--r--device/media_transfer_protocol/DEPS8
1 files changed, 0 insertions, 8 deletions
diff --git a/device/media_transfer_protocol/DEPS b/device/media_transfer_protocol/DEPS
deleted file mode 100644
index e461e37..0000000
--- a/device/media_transfer_protocol/DEPS
+++ /dev/null
@@ -1,8 +0,0 @@
-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",
-]