diff options
author | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-13 05:15:12 +0000 |
---|---|---|
committer | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-13 05:15:12 +0000 |
commit | b66149db84f143c8d23221336dcde4c42122ea29 (patch) | |
tree | a0c437913b3e5ad2d5daee0011868f9f92dd3743 /DEPS | |
parent | 6d2e6685cbbb2f9c503ae88f12ca93bfb462aa49 (diff) | |
download | chromium_src-b66149db84f143c8d23221336dcde4c42122ea29.zip chromium_src-b66149db84f143c8d23221336dcde4c42122ea29.tar.gz chromium_src-b66149db84f143c8d23221336dcde4c42122ea29.tar.bz2 |
Revert 28796 - This is a simple integration test that loads a simple nexe and verifies that Javascript can communicate with it. The required html, javascript and nexe files are checked in into the NaCl tree.
Review URL: http://codereview.chromium.org/272005
TBR=gregoryd@google.com
Review URL: http://codereview.chromium.org/270080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ deps = { "http://v8.googlecode.com/svn/trunk@3030", "src/native_client": - "http://nativeclient.googlecode.com/svn/trunk/src/native_client@845", + "http://nativeclient.googlecode.com/svn/trunk/src/native_client@842", "src/third_party/skia": "http://skia.googlecode.com/svn/trunk@376", |