diff --git a/DEPS b/DEPS
index 81a2bf2febbf2bdde4bb83465e5c156dbfd0cddf..c714fbeee72bf84958516d76eaf8bd4c9239bc74 100644
--- a/DEPS
+++ b/DEPS
@@ -106,6 +106,12 @@ deps_os = {
 
     "src/third_party/pthreads-win32":
       "/trunk/deps/third_party/pthreads-win32@26716",
+
+    # Chrome Frame related deps
+    "src/third_party/xulrunner-sdk":
+      "/trunk/deps/third_party/xulrunner-sdk@17887",
+    "src/chrome_frame/tools/test/reference_build/chrome":
+      "/trunk/deps/reference_builds/chrome_frame@27181",
   },
   "mac": {
     "src/third_party/GTM":
diff --git a/chrome_frame/DEPS b/chrome_frame/DEPS
deleted file mode 100644
index 545ddc61f077a4f8075018a109c458cd9a646db6..0000000000000000000000000000000000000000
--- a/chrome_frame/DEPS
+++ /dev/null
@@ -1,6 +0,0 @@
-deps = {
-  # TODO(slightlyoff): need to add to Chromium third_party/ !!
-  # Chrome Frame needs these gecko SDKs and internals.
-  "src/third_party/xulrunner-sdk":
-      "svn://chrome-svn/chrome/trunk/deps/third_party/xulrunner-sdk",
-}