diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-30 18:24:29 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-30 18:24:29 +0000 |
commit | 37794d090046c51c8c932376620b1a8406fa5302 (patch) | |
tree | a70f44d0be1b1cba8eb9e08ec66f0ad1ec12fa84 /chrome/js_unittest_vars.gypi | |
parent | 1b99ff18dd829ee2794f39c71d3671d27c416979 (diff) | |
download | chromium_src-37794d090046c51c8c932376620b1a8406fa5302.zip chromium_src-37794d090046c51c8c932376620b1a8406fa5302.tar.gz chromium_src-37794d090046c51c8c932376620b1a8406fa5302.tar.bz2 |
Setup JS unittests for Chromoting
BUG=none
TEST=remoting_unittests --gtest_filter=DebugLogUnitTest.*
Review URL: http://codereview.chromium.org/8599010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112252 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/js_unittest_vars.gypi')
-rw-r--r-- | chrome/js_unittest_vars.gypi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/js_unittest_vars.gypi b/chrome/js_unittest_vars.gypi new file mode 100644 index 0000000..7c4bebd --- /dev/null +++ b/chrome/js_unittest_vars.gypi @@ -0,0 +1,12 @@ +# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +{ + 'variables' : { + 'gypv8sh': '<(DEPTH)/tools/gypv8sh.py', + 'js2gtest': '<(DEPTH)/chrome/test/base/js2gtest.js', + 'mock_js': '<(DEPTH)/chrome/third_party/mock4js/mock4js.js', + 'test_api_js': '<(DEPTH)/chrome/test/data/webui/test_api.js', + }, +} |