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

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: Address Dominic's comments; revert accidental changes to third_party/accessibility-developer-tools Created 8 years 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 1323 matching lines...) Expand 10 before | Expand all | Expand 10 after
1334 ], 1334 ],
1335 'rules': [ 1335 'rules': [
1336 { 1336 {
1337 'rule_name': 'js2webui', 1337 'rule_name': 'js2webui',
1338 'extension': 'js', 1338 'extension': 'js',
1339 'msvs_external_rule': 1, 1339 'msvs_external_rule': 1,
1340 'inputs': [ 1340 'inputs': [
1341 '<(gypv8sh)', 1341 '<(gypv8sh)',
1342 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)', 1342 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)',
1343 '<(mock_js)', 1343 '<(mock_js)',
1344 '<(accessibility_audit_js)',
1344 '<(test_api_js)', 1345 '<(test_api_js)',
1345 '<(js2gtest)', 1346 '<(js2gtest)',
1346 ], 1347 ],
1347 'outputs': [ 1348 'outputs': [
1348 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc', 1349 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc',
1349 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js', 1350 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js',
1350 ], 1351 ],
1351 'process_outputs_as_sources': 1, 1352 'process_outputs_as_sources': 1,
1352 'action': [ 1353 'action': [
1353 'python', 1354 'python',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1680 ], 1681 ],
1681 'rules': [ 1682 'rules': [
1682 { 1683 {
1683 'rule_name': 'js2webui', 1684 'rule_name': 'js2webui',
1684 'extension': 'js', 1685 'extension': 'js',
1685 'msvs_external_rule': 1, 1686 'msvs_external_rule': 1,
1686 'inputs': [ 1687 'inputs': [
1687 '<(gypv8sh)', 1688 '<(gypv8sh)',
1688 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)', 1689 '<(PRODUCT_DIR)/v8_shell<(EXECUTABLE_SUFFIX)',
1689 '<(mock_js)', 1690 '<(mock_js)',
1691 '<(accessibility_audit_js)',
1690 '<(test_api_js)', 1692 '<(test_api_js)',
1691 '<(js2gtest)', 1693 '<(js2gtest)',
1692 ], 1694 ],
1693 'outputs': [ 1695 'outputs': [
1694 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc', 1696 '<(INTERMEDIATE_DIR)/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT) -gen.cc',
1695 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js', 1697 '<(PRODUCT_DIR)/test_data/chrome/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ ROOT).js',
1696 ], 1698 ],
1697 'process_outputs_as_sources': 1, 1699 'process_outputs_as_sources': 1,
1698 'action': [ 1700 'action': [
1699 'python', 1701 'python',
(...skipping 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after
2856 'sync_integration_tests.isolate', 2858 'sync_integration_tests.isolate',
2857 ], 2859 ],
2858 'sources': [ 2860 'sources': [
2859 'sync_integration_tests.isolate', 2861 'sync_integration_tests.isolate',
2860 ], 2862 ],
2861 }, 2863 },
2862 ], 2864 ],
2863 }], 2865 }],
2864 ], # 'conditions' 2866 ], # 'conditions'
2865 } 2867 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698