diff options
author | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-08 15:41:13 +0000 |
---|---|---|
committer | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-08 15:41:13 +0000 |
commit | a3c96433df452a82bdc1555fd6171be8a94eed67 (patch) | |
tree | 322c13892dbb05800838c3a6ea1000f242411483 /DEPS | |
parent | 1826a409a7b9f12a801d32a362e4826c50669364 (diff) | |
download | chromium_src-a3c96433df452a82bdc1555fd6171be8a94eed67.zip chromium_src-a3c96433df452a82bdc1555fd6171be8a94eed67.tar.gz chromium_src-a3c96433df452a82bdc1555fd6171be8a94eed67.tar.bz2 |
Stop pulling DEPS used only by Chrome Frame.
BUG=316496
Review URL: https://codereview.chromium.org/126433002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243569 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -322,12 +322,6 @@ deps_os = { "src/third_party/lighttpd": "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"), - # Chrome Frame related deps - "src/third_party/xulrunner-sdk": - "/trunk/deps/third_party/xulrunner-sdk@119756", - "src/chrome_frame/tools/test/reference_build/chrome_win": - "/trunk/deps/reference_builds/chrome_win@89574", - # Parses Windows PE/COFF executable format. "src/third_party/pefile": (Var("googlecode_url") % "pefile") + "/trunk@63", |