From a1660ded13e6b944df533363d8a436167f7294e7 Mon Sep 17 00:00:00 2001 From: "initial.commit" Date: Sun, 27 Jul 2008 01:21:23 +0000 Subject: Add the initial DEPS file to the repository. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 DEPS (limited to 'DEPS') 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 -- cgit v1.1