summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-27 10:58:25 +0000
committerager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-27 10:58:25 +0000
commit370efea42a2cb6894f1aac2bd06e6aed96eda243 (patch)
treed9d0c379d68980feef2ead76f2e4ecc0bf13568a /build/all.gyp
parent513b5dff1cd0f136165a7d38a6b58f1a64c83fff (diff)
downloadchromium_src-370efea42a2cb6894f1aac2bd06e6aed96eda243.zip
chromium_src-370efea42a2cb6894f1aac2bd06e6aed96eda243.tar.gz
chromium_src-370efea42a2cb6894f1aac2bd06e6aed96eda243.tar.bz2
Update V8 in chromium to version 1.2.1.
Only small changes to the V8 code base itself. The main reason for this push is to get the V8 latest builder working again and to move the v8.gyp file to the v8 sources to make DEPS rolls easier. Updated all references to v8.gyp and the generated projects. Added a missing dependency to chrome.sln: mksnapshot depends on v8_nosnapshot. Review URL: http://codereview.chromium.org/100037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14595 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp2
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"', {