diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-08 17:34:24 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-08 17:34:24 +0000 |
commit | 47572b229b76188daff74cf1571e2f423448c374 (patch) | |
tree | 5f8a33a7676aa14454ba774f380496d1efb336b6 /DEPS | |
parent | b509f7aff8d8fe9c69855b3127b8938d4ab22940 (diff) | |
download | chromium_src-47572b229b76188daff74cf1571e2f423448c374.zip chromium_src-47572b229b76188daff74cf1571e2f423448c374.tar.gz chromium_src-47572b229b76188daff74cf1571e2f423448c374.tar.bz2 |
Roll back the new V8 Visual Studio project files.
libv8.vcproj and libv8core.vcproj both still reference the deleted src\precompiled-v8.cc file, which breaks clean debug builds. It didn't break incremental debug builds because the precompiled-v8.obj file still exists on disk, and doesn't break clean release builds because it's marked to ignore the file during release builds.
TBR=sgjesse,nsylvain
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@572 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ deps = { "svn://chrome-svn/chrome/trunk/deps/third_party/icu38@318",
"src/v8":
- "https://svn/r/googleclient/v8/trunk@130458",
+ "https://svn/r/googleclient/v8/trunk@130453",
"src/webkit/data/layout_tests/LayoutTests":
"http://svn.webkit.org/repository/webkit/branches/Safari-3-1-branch/LayoutTests@31256",
|