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

Side by Side Diff: chrome/chrome_tests.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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « DEPS ('k') | chrome/js_unittest_rules.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1354 ], 1354 ],
1355 'rules': [ 1355 'rules': [
1356 { 1356 {
1357 'rule_name': 'js2webui', 1357 'rule_name': 'js2webui',
1358 'extension': 'js', 1358 'extension': 'js',
1359 'msvs_external_rule': 1, 1359 'msvs_external_rule': 1,
1360 'inputs': [ 1360 'inputs': [
1361 '<(gypv8sh)', 1361 '<(gypv8sh)',
1362 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)', 1362 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)',
1363 '<(mock_js)', 1363 '<(mock_js)',
1364 '<(accessibility_audit_js)',
1364 '<(test_api_js)', 1365 '<(test_api_js)',
1365 '<(js2gtest)', 1366 '<(js2gtest)',
1366 ], 1367 ],
1367 'outputs': [ 1368 'outputs': [
1368 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc', 1369 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc',
1369 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js', 1370 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js',
1370 ], 1371 ],
1371 'process_outputs_as_sources': 1, 1372 'process_outputs_as_sources': 1,
1372 'action': [ 1373 'action': [
1373 'python', 1374 'python',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
1705 ], 1706 ],
1706 'rules': [ 1707 'rules': [
1707 { 1708 {
1708 'rule_name': 'js2webui', 1709 'rule_name': 'js2webui',
1709 'extension': 'js', 1710 'extension': 'js',
1710 'msvs_external_rule': 1, 1711 'msvs_external_rule': 1,
1711 'inputs': [ 1712 'inputs': [
1712 '<(gypv8sh)', 1713 '<(gypv8sh)',
1713 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)', 1714 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)',
1714 '<(mock_js)', 1715 '<(mock_js)',
1716 '<(accessibility_audit_js)',
1715 '<(test_api_js)', 1717 '<(test_api_js)',
1716 '<(js2gtest)', 1718 '<(js2gtest)',
1717 ], 1719 ],
1718 'outputs': [ 1720 'outputs': [
1719 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc', 1721 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc',
1720 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js', 1722 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js',
1721 ], 1723 ],
1722 'process_outputs_as_sources': 1, 1724 'process_outputs_as_sources': 1,
1723 'action': [ 1725 'action': [
1724 'python', 1726 'python',
(...skipping 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after
2881 'sync_integration_tests.isolate', 2883 'sync_integration_tests.isolate',
2882 ], 2884 ],
2883 'sources': [ 2885 'sources': [
2884 'sync_integration_tests.isolate', 2886 'sync_integration_tests.isolate',
2885 ], 2887 ],
2886 }, 2888 },
2887 ], 2889 ],
2888 }], 2890 }],
2889 ], # 'conditions' 2891 ], # 'conditions'
2890 } 2892 }
OLDNEW
« no previous file with comments | « DEPS ('k') | chrome/js_unittest_rules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698