diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-28 21:37:56 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-28 21:37:56 +0000 |
commit | 44531a296323b124cc7dab241a13a8a08d5a3e9e (patch) | |
tree | 36ad684e5e93d2ac4d27272ce496bd73957ad5b2 /net | |
parent | ff281d4f40f94356c025014f321ad480a6411655 (diff) | |
download | chromium_src-44531a296323b124cc7dab241a13a8a08d5a3e9e.zip chromium_src-44531a296323b124cc7dab241a13a8a08d5a3e9e.tar.gz chromium_src-44531a296323b124cc7dab241a13a8a08d5a3e9e.tar.bz2 |
Switching to v8.gyp in the v8 project (so they can maintain it themselves).
Rolling forward v8 version to pull in one with v8.gyp.
Review URL: http://codereview.chromium.org/100076
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14786 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/net.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net.gyp b/net/net.gyp index 1e25fd1..44ac2e7 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -316,7 +316,7 @@ 'conditions': [ ['javascript_engine=="v8"', { 'dependencies': [ - '../build/temp_gyp/v8.gyp:v8', + '../v8/tools/gyp/v8.gyp:v8', ], }], [ 'OS == "linux"', { |