diff options
author | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-27 12:10:14 +0000 |
---|---|---|
committer | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-27 12:10:14 +0000 |
commit | 3790d4d8957fcc016f8ef6a29d6f1b6f2e311761 (patch) | |
tree | d40091c60422539a10636c40ed0ce937e21fa924 /build/all.gyp | |
parent | 2e02b7ef52f55d777ac50e6b9f7e422cefa6e6a9 (diff) | |
download | chromium_src-3790d4d8957fcc016f8ef6a29d6f1b6f2e311761.zip chromium_src-3790d4d8957fcc016f8ef6a29d6f1b6f2e311761.tar.gz chromium_src-3790d4d8957fcc016f8ef6a29d6f1b6f2e311761.tar.bz2 |
Reverting 14597,14596,14595.
Review URL: http://codereview.chromium.org/99053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14598 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 1c79811..05524b9 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -44,7 +44,7 @@ 'conditions': [ ['javascript_engine=="v8"', { 'dependencies': [ - '../v8/tools/gyp/v8.gyp:*', + 'temp_gyp/v8.gyp:*', ], }], ['OS=="linux"', { |