diff options
author | vangelis@google.com <vangelis@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-28 16:47:16 +0000 |
---|---|---|
committer | vangelis@google.com <vangelis@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-28 16:47:16 +0000 |
commit | 792785dd30f0ac1a7fc0dbf0f56e975795170feb (patch) | |
tree | db22060f52affdfc98f9e483248467d9fd672d56 /o3d | |
parent | a1d781c60c724d6cc8daeb56ad206921723db2b8 (diff) | |
download | chromium_src-792785dd30f0ac1a7fc0dbf0f56e975795170feb.zip chromium_src-792785dd30f0ac1a7fc0dbf0f56e975795170feb.tar.gz chromium_src-792785dd30f0ac1a7fc0dbf0f56e975795170feb.tar.bz2 |
Mapping third_party/makeself for the GYP build as well.
Review URL: http://codereview.chromium.org/342009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30353 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/DEPS_gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/o3d/DEPS_gyp b/o3d/DEPS_gyp index ca16ffa..63f8604 100644 --- a/o3d/DEPS_gyp +++ b/o3d/DEPS_gyp @@ -34,6 +34,9 @@ deps = { "third_party/libevent": "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/libevent@" + Var("o3d_code_rev"), + "third_party/makeself": + "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/makeself@" + Var("o3d_code_rev"), + "third_party/pdiff": "http://o3d.googlecode.com/svn/trunk/googleclient/third_party/pdiff@" + Var("o3d_code_rev"), |