diff options
author | sgjesse@google.com <sgjesse@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-14 11:04:35 +0000 |
---|---|---|
committer | sgjesse@google.com <sgjesse@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-14 11:04:35 +0000 |
commit | a61d561545b48f95d6b36c40c80caf50ed0a902b (patch) | |
tree | ddc07732d5561f0f876746a31c4242fd808ecfd1 /DEPS | |
parent | cee1dfac19dfec36e73baf6d4095d80b65b64a37 (diff) | |
download | chromium_src-a61d561545b48f95d6b36c40c80caf50ed0a902b.zip chromium_src-a61d561545b48f95d6b36c40c80caf50ed0a902b.tar.gz chromium_src-a61d561545b48f95d6b36c40c80caf50ed0a902b.tar.bz2 |
Updated DEPS for V8 to include Visual Studio project file for the the
shell sample.
Removed the v8_shell project from the Chrome solution and added
v8_shell_sample instead.
Changed the Chrome JavaScript debugger tests to use v8_shell_sample instead
of v8_shell.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@862 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@761",
"src/v8":
- "https://svn/r/googleclient/v8/trunk@130836",
+ "https://svn/r/googleclient/v8/trunk@130945",
"src/webkit/data/layout_tests/LayoutTests":
"http://svn.webkit.org/repository/webkit/branches/Safari-3-1-branch/LayoutTests@31256",
|