diff options
author | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-23 19:40:08 +0000 |
---|---|---|
committer | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-23 19:40:08 +0000 |
commit | b92ed9d2ae1bce0d5240fd7e30b2ba4dfdee299a (patch) | |
tree | 24b7f2fc48a7e535871bf4be9dfd705618e9557e /DEPS | |
parent | 524b38893b0dc11de8707292c5348b9823f78787 (diff) | |
download | chromium_src-b92ed9d2ae1bce0d5240fd7e30b2ba4dfdee299a.zip chromium_src-b92ed9d2ae1bce0d5240fd7e30b2ba4dfdee299a.tar.gz chromium_src-b92ed9d2ae1bce0d5240fd7e30b2ba4dfdee299a.tar.bz2 |
Change DEPS to pull Gears from the opensource svn mirror.
Also, I adjusted the SConscripts to reflect the new source tree layout (gears,
third_party, and third_party_internal).
Review URL: http://codereview.chromium.org/8046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3841 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -31,6 +31,12 @@ deps = { "src/webkit/data/layout_tests/LayoutTests": "http://svn.webkit.org/repository/webkit/trunk/LayoutTests@36102", + + "src/gears/gears": + "http://gears.googlecode.com/svn/trunk/gears@2919", + + "src/gears/third_party": + "http://gears.googlecode.com/svn/trunk/third_party@2919", } include_rules = [ |