Merge from Chromium at DEPS revision r167172

This commit was generated by merge_to_master.py.

Change-Id: Ib8d56fd5ae39a2d7e8c91dcd76cc6d13f25f2aab
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',
+  },
+}