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

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: Created 7 years, 12 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
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 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after
1336 ], 1336 ],
1337 'rules': [ 1337 'rules': [
1338 { 1338 {
1339 'rule_name': 'js2webui', 1339 'rule_name': 'js2webui',
1340 'extension': 'js', 1340 'extension': 'js',
1341 'msvs_external_rule': 1, 1341 'msvs_external_rule': 1,
1342 'inputs': [ 1342 'inputs': [
1343 '<(gypv8sh)', 1343 '<(gypv8sh)',
1344 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)', 1344 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)',
1345 '<(mock_js)', 1345 '<(mock_js)',
1346 '<(accessibility_audit_js)',
1346 '<(test_api_js)', 1347 '<(test_api_js)',
1347 '<(js2gtest)', 1348 '<(js2gtest)',
1348 ], 1349 ],
1349 'outputs': [ 1350 'outputs': [
1350 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc', 1351 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc',
1351 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js', 1352 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js',
1352 ], 1353 ],
1353 'process_outputs_as_sources': 1, 1354 'process_outputs_as_sources': 1,
1354 'action': [ 1355 'action': [
1355 'python', 1356 'python',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1682 ], 1683 ],
1683 'rules': [ 1684 'rules': [
1684 { 1685 {
1685 'rule_name': 'js2webui', 1686 'rule_name': 'js2webui',
1686 'extension': 'js', 1687 'extension': 'js',
1687 'msvs_external_rule': 1, 1688 'msvs_external_rule': 1,
1688 'inputs': [ 1689 'inputs': [
1689 '<(gypv8sh)', 1690 '<(gypv8sh)',
1690 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)', 1691 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)',
1691 '<(mock_js)', 1692 '<(mock_js)',
1693 '<(accessibility_audit_js)',
1692 '<(test_api_js)', 1694 '<(test_api_js)',
1693 '<(js2gtest)', 1695 '<(js2gtest)',
1694 ], 1696 ],
1695 'outputs': [ 1697 'outputs': [
1696 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc', 1698 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc',
1697 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js', 1699 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js',
1698 ], 1700 ],
1699 'process_outputs_as_sources': 1, 1701 'process_outputs_as_sources': 1,
1700 'action': [ 1702 'action': [
1701 'python', 1703 'python',
(...skipping 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after
2858 'sync_integration_tests.isolate', 2860 'sync_integration_tests.isolate',
2859 ], 2861 ],
2860 'sources': [ 2862 'sources': [
2861 'sync_integration_tests.isolate', 2863 'sync_integration_tests.isolate',
2862 ], 2864 ],
2863 }, 2865 },
2864 ], 2866 ],
2865 }], 2867 }],
2866 ], # 'conditions' 2868 ], # 'conditions'
2867 } 2869 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698