From 62bc093dddda9888effd193caf38561564802c14 Mon Sep 17 00:00:00 2001 From: "nsylvain@chromium.org" Date: Wed, 1 Aug 2012 14:27:59 +0000 Subject: Add a revision to V8. We do not allow blank revision in chromium's DEPS file. TBR=jkummerow,yangguo Review URL: https://chromiumcodereview.appspot.com/10831112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149411 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index e4cf3c05..09885d7 100644 --- a/DEPS +++ b/DEPS @@ -33,7 +33,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and V8 without interference from each other. - "v8_revision": "", + "v8_revision": "12247", "webrtc_revision": "2538", "jsoncpp_revision": "248", "nss_revision": "145873", -- cgit v1.1