Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5577)

Unified Diff: chrome/js_unittest_vars.gypi

Issue 8599010: Setup JS unittests for Chromoting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Upload again to remove bogus files Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/js_unittest_rules.gypi ('k') | chrome/test/base/run_all_remoting_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/js_unittest_vars.gypi
diff --git a/chrome/js_unittest_vars.gypi b/chrome/js_unittest_vars.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..7c4bebda2816040a9342e9f1970a51399ab45c0f
--- /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',
+ },
+}
« no previous file with comments | « chrome/js_unittest_rules.gypi ('k') | chrome/test/base/run_all_remoting_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698