summaryrefslogtreecommitdiff
path: root/chrome/js_unittest_rules.gypi
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-03-28 15:31:22 +0000
committerTorne (Richard Coles) <torne@google.com>2013-03-28 15:31:22 +0000
commit2a99a7e74a7f215066514fe81d2bfa6639d9eddd (patch)
tree7c2d04841fcd599fd83b0f0bb1100e1c89a35bae /chrome/js_unittest_rules.gypi
parent61c449bbbb53310a8c041d8cefdd6b01a126cc7e (diff)
downloadchromium_org-2a99a7e74a7f215066514fe81d2bfa6639d9eddd.tar.gz
Merge from Chromium at DEPS revision r190564
This commit was generated by merge_to_master.py. Change-Id: Icadecbce29854b8fa25fd335b2c1949b5ca5d170
Diffstat (limited to 'chrome/js_unittest_rules.gypi')
-rw-r--r--chrome/js_unittest_rules.gypi7
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/js_unittest_rules.gypi b/chrome/js_unittest_rules.gypi
index d650f627db..a75494f22d 100644
--- a/chrome/js_unittest_rules.gypi
+++ b/chrome/js_unittest_rules.gypi
@@ -14,7 +14,7 @@
# ],
#
# Then include this rule file in each of your unittest targets:
-#
+#
# {
# 'target_name': 'my_unittests',
# ...
@@ -30,6 +30,10 @@
# See src/chrome/test/base/run_all_remoting_unittests.cc for an example.
{
+ 'dependencies': [
+ # Used by rule js2unit below.
+ '../v8/tools/gyp/v8.gyp:v8_shell#host',
+ ],
'rules': [
{
'rule_name': 'copyjs',
@@ -56,6 +60,7 @@
'<(gypv8sh)',
'<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)',
'<(mock_js)',
+ '<(accessibility_audit_js)',
'<(test_api_js)',
'<(js2gtest)',
],