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

Unified Diff: chrome/js_unittest_rules.gypi

Issue 11664011: Add a mechanism to ignore certain elements for accessibility audit on a per-test basis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update use of gypv8sh in js_unittest_rules.gypi to point to axs_testing.js Created 7 years, 11 months 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/chrome_tests.gypi ('k') | chrome/js_unittest_vars.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/js_unittest_rules.gypi
diff --git a/chrome/js_unittest_rules.gypi b/chrome/js_unittest_rules.gypi
index d650f627dbc24eeaab2737be238b3c808bd7de4e..0370eeed1d62bc9a75ccbe0bec0ab092bcc37f20 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)',
],
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/js_unittest_vars.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698