diff options
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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 |