diff options
Diffstat (limited to 'chrome/js_unittest_rules.gypi')
-rw-r--r-- | chrome/js_unittest_rules.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/js_unittest_rules.gypi b/chrome/js_unittest_rules.gypi index d650f627db..0370eee 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', # ... @@ -56,6 +56,7 @@ '<(gypv8sh)', '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)', '<(mock_js)', + '<(accessibility_audit_js)', '<(test_api_js)', '<(js2gtest)', ], |