summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorinitial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-27 01:21:23 +0000
committerinitial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-27 01:21:23 +0000
commita1660ded13e6b944df533363d8a436167f7294e7 (patch)
tree6eda7c5dae09b96f1b5802e12a4af8c4a7691c30 /DEPS
parent584cd5cbd7be997400ccb8db24ae5410b0b88117 (diff)
downloadchromium_src-a1660ded13e6b944df533363d8a436167f7294e7.zip
chromium_src-a1660ded13e6b944df533363d8a436167f7294e7.tar.gz
chromium_src-a1660ded13e6b944df533363d8a436167f7294e7.tar.bz2
Add the initial DEPS file to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS22
1 files changed, 22 insertions, 0 deletions
diff --git a/DEPS b/DEPS
new file mode 100644
index 0000000..b9e0867
--- /dev/null
+++ b/DEPS
@@ -0,0 +1,22 @@
+deps = {
+ "src/breakpad/src":
+ "http://google-breakpad.googlecode.com/svn/trunk/src@281",
+
+ "src/googleurl":
+ "http://google-url.googlecode.com/svn/trunk@88",
+
+ "src/testing/gtest":
+ "http://googletest.googlecode.com/svn/trunk@63",
+
+ "src/third_party/WebKit":
+ "svn://chrome-svn/chrome/trunk/third_party/WebKit@19",
+
+ "src/third_party/icu38":
+ "svn://chrome-svn/chrome/trunk/third_party/icu38@19",
+
+ "src/v8":
+ "https://svn/r/googleclient/v8/branches/beta@128174",
+
+ "src/webkit/data/layout_tests/LayoutTests":
+ "http://svn.webkit.org/repository/webkit/branches/Safari-3-1-branch/LayoutTests@31256",
+} \ No newline at end of file