summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-25 15:03:34 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-25 15:03:34 +0000
commit84409061dc679750a29d60aeb20ff2e541994dab (patch)
tree9c221994059925f31a47ec3d8ae61184bfc2f3d6
parent8cb8a9cc90337974d7759a907711dc59cf5b5a1e (diff)
downloadchromium_src-84409061dc679750a29d60aeb20ff2e541994dab.zip
chromium_src-84409061dc679750a29d60aeb20ff2e541994dab.tar.gz
chromium_src-84409061dc679750a29d60aeb20ff2e541994dab.tar.bz2
Add in the now-moved Chrome Frame perf test reference build.
Remove the unused chrome_frame\DEPS file. Review URL: http://codereview.chromium.org/243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27184 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS6
-rw-r--r--chrome_frame/DEPS6
2 files changed, 6 insertions, 6 deletions
diff --git a/DEPS b/DEPS
index 81a2bf2..c714fbe 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 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",
-}