summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-17 21:43:46 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-17 21:43:46 +0000
commitf94aefd989a95ec32f97ad89797ed3abbdf3ad42 (patch)
treee9b9f994fe5cedca3299d1e0a889cda7a3d00808
parent4abdd81992964f74fdf3d825161c9626001c0719 (diff)
downloadchromium_src-f94aefd989a95ec32f97ad89797ed3abbdf3ad42.zip
chromium_src-f94aefd989a95ec32f97ad89797ed3abbdf3ad42.tar.gz
chromium_src-f94aefd989a95ec32f97ad89797ed3abbdf3ad42.tar.bz2
Add a DEPS file for Mojo
This CL adds a simple DEPS file for Mojo. It's better to add DEPS files early before dependencies creep in. R=aa@chromium.org Review URL: https://codereview.chromium.org/27768002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229231 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--mojo/DEPS6
1 files changed, 6 insertions, 0 deletions
diff --git a/mojo/DEPS b/mojo/DEPS
new file mode 100644
index 0000000..411bead
--- /dev/null
+++ b/mojo/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ "+base",
+ "+build",
+ "+mojo",
+ "+testing",
+]