summaryrefslogtreecommitdiffstats
path: root/device/DEPS
diff options
context:
space:
mode:
authoryoungki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-18 22:15:23 +0000
committeryoungki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-18 22:15:23 +0000
commitcab208eb0702d3541a7fa430889c26a3d1182120 (patch)
treea5ddeb04c32edd7ca0288ea8614d33caf2bb01e1 /device/DEPS
parent2b392e59ab9a72858d224bad9e422fe40a696a69 (diff)
downloadchromium_src-cab208eb0702d3541a7fa430889c26a3d1182120.zip
chromium_src-cab208eb0702d3541a7fa430889c26a3d1182120.tar.gz
chromium_src-cab208eb0702d3541a7fa430889c26a3d1182120.tar.bz2
Moved bluetooth adapter files from chrome/browser/chromeos/bluetooth/ to device/bluetooth/. device/bluetooth/ is a new directory to host the bluetooth related files.
I also changed the namespace from chromeos to bluetooth under new directory. BUG=135470 Review URL: https://chromiumcodereview.appspot.com/11075006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162811 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/DEPS')
-rw-r--r--device/DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/device/DEPS b/device/DEPS
new file mode 100644
index 0000000..2beaf5d
--- /dev/null
+++ b/device/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ "+content/public/common",
+ "+content/public/test",
+]