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 /build/all.gyp | |
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 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 05524b9..1c79811 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -44,7 +44,7 @@ 'conditions': [ ['javascript_engine=="v8"', { 'dependencies': [ - 'temp_gyp/v8.gyp:*', + '../v8/tools/gyp/v8.gyp:*', ], }], ['OS=="linux"', { |