diff options
author | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-13 04:59:33 +0000 |
---|---|---|
committer | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-13 04:59:33 +0000 |
commit | 6d2e6685cbbb2f9c503ae88f12ca93bfb462aa49 (patch) | |
tree | 9bf18ad3b1899fa0f5ddd6f1705d217a809e589a /DEPS | |
parent | 5cc72b5b8a3677e3e22536a4547f2e2ae743f4f1 (diff) | |
download | chromium_src-6d2e6685cbbb2f9c503ae88f12ca93bfb462aa49.zip chromium_src-6d2e6685cbbb2f9c503ae88f12ca93bfb462aa49.tar.gz chromium_src-6d2e6685cbbb2f9c503ae88f12ca93bfb462aa49.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28796 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@842", + "http://nativeclient.googlecode.com/svn/trunk/src/native_client@845", "src/third_party/skia": "http://skia.googlecode.com/svn/trunk@376", |