diff options
-rw-r--r-- | DEPS | 6 | ||||
-rw-r--r-- | chrome_frame/DEPS | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 545ddc6..0000000 --- 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",
-}
|