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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11363170: Add an accessibility audit test for WebUI pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change a11y to accessibility in public API 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 1236 matching lines...) Expand 10 before | Expand all | Expand 10 after
1247 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 1247 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
1248 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 1248 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
1249 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', 1249 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc',
1250 'renderer/translate_helper_browsertest.cc', 1250 'renderer/translate_helper_browsertest.cc',
1251 'test/base/chrome_render_view_test.cc', 1251 'test/base/chrome_render_view_test.cc',
1252 'test/base/chrome_render_view_test.h', 1252 'test/base/chrome_render_view_test.h',
1253 'test/base/chrome_test_launcher.cc', 1253 'test/base/chrome_test_launcher.cc',
1254 'test/base/empty_browser_test.cc', 1254 'test/base/empty_browser_test.cc',
1255 'test/base/in_process_browser_test_browsertest.cc', 1255 'test/base/in_process_browser_test_browsertest.cc',
1256 'test/base/tracing_browsertest.cc', 1256 'test/base/tracing_browsertest.cc',
1257 'test/data/webui/accessibility_audit_browsertest.js',
1257 'test/data/webui/assertions.js', 1258 'test/data/webui/assertions.js',
1258 'test/data/webui/async_gen.cc', 1259 'test/data/webui/async_gen.cc',
1259 'test/data/webui/async_gen.h', 1260 'test/data/webui/async_gen.h',
1260 'test/data/webui/async_gen.js', 1261 'test/data/webui/async_gen.js',
1261 'test/data/webui/certificate_viewer_dialog_test.js', 1262 'test/data/webui/certificate_viewer_dialog_test.js',
1262 'test/data/webui/certificate_viewer_ui_test-inl.h', 1263 'test/data/webui/certificate_viewer_ui_test-inl.h',
1263 'test/data/webui/chrome_send_browsertest.cc', 1264 'test/data/webui/chrome_send_browsertest.cc',
1264 'test/data/webui/chrome_send_browsertest.h', 1265 'test/data/webui/chrome_send_browsertest.h',
1265 'test/data/webui/chrome_send_browsertest.js', 1266 'test/data/webui/chrome_send_browsertest.js',
1266 'test/data/webui/history_browsertest.js', 1267 'test/data/webui/history_browsertest.js',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 ['OS=="win" or OS=="linux"', { 1348 ['OS=="win" or OS=="linux"', {
1348 'sources': [ 1349 'sources': [
1349 'browser/nacl_host/test/nacl_gdb_browsertest.cc', 1350 'browser/nacl_host/test/nacl_gdb_browsertest.cc',
1350 ], 1351 ],
1351 'dependencies': [ 1352 'dependencies': [
1352 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', 1353 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb',
1353 ], 1354 ],
1354 }], 1355 }],
1355 ['OS=="win"', { 1356 ['OS=="win"', {
1356 # TODO(halyavin) NaCl on Windows can't open debug stub socket 1357 # TODO(halyavin) NaCl on Windows can't open debug stub socket
1357 # in browser process as needed by this test. 1358 # in browser process as needed by this test.
1358 # See http://crbug.com/157312. 1359 # See http://crbug.com/157312.
1359 'sources!': [ 1360 'sources!': [
1360 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc', 1361 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc',
1361 ], 1362 ],
1362 'dependencies': [ 1363 'dependencies': [
1363 'chrome.gyp:chrome_nacl_win64', 1364 'chrome.gyp:chrome_nacl_win64',
1364 ], 1365 ],
1365 }], 1366 }],
1366 ], 1367 ],
1367 }], 1368 }],
(...skipping 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after
2808 'sync_integration_tests.isolate', 2809 'sync_integration_tests.isolate',
2809 ], 2810 ],
2810 'sources': [ 2811 'sources': [
2811 'sync_integration_tests.isolate', 2812 'sync_integration_tests.isolate',
2812 ], 2813 ],
2813 }, 2814 },
2814 ], 2815 ],
2815 }], 2816 }],
2816 ], # 'conditions' 2817 ], # 'conditions'
2817 } 2818 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698