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

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: Added some test cases for the test test 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 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 1238 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
1239 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 1239 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
1240 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', 1240 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc',
1241 'renderer/translate_helper_browsertest.cc', 1241 'renderer/translate_helper_browsertest.cc',
1242 'test/base/chrome_render_view_test.cc', 1242 'test/base/chrome_render_view_test.cc',
1243 'test/base/chrome_render_view_test.h', 1243 'test/base/chrome_render_view_test.h',
1244 'test/base/chrome_test_launcher.cc', 1244 'test/base/chrome_test_launcher.cc',
1245 'test/base/empty_browser_test.cc', 1245 'test/base/empty_browser_test.cc',
1246 'test/base/in_process_browser_test_browsertest.cc', 1246 'test/base/in_process_browser_test_browsertest.cc',
1247 'test/base/tracing_browsertest.cc', 1247 'test/base/tracing_browsertest.cc',
1248 'test/data/webui/a11y_audit_browsertest.cc',
1249 'test/data/webui/a11y_audit_browsertest.h',
1250 'test/data/webui/a11y_audit_browsertest.js',
1248 'test/data/webui/assertions.js', 1251 'test/data/webui/assertions.js',
1249 'test/data/webui/async_gen.cc', 1252 'test/data/webui/async_gen.cc',
1250 'test/data/webui/async_gen.h', 1253 'test/data/webui/async_gen.h',
1251 'test/data/webui/async_gen.js', 1254 'test/data/webui/async_gen.js',
1252 'test/data/webui/certificate_viewer_dialog_test.js', 1255 'test/data/webui/certificate_viewer_dialog_test.js',
1253 'test/data/webui/certificate_viewer_ui_test-inl.h', 1256 'test/data/webui/certificate_viewer_ui_test-inl.h',
1254 'test/data/webui/chrome_send_browsertest.cc', 1257 'test/data/webui/chrome_send_browsertest.cc',
1255 'test/data/webui/chrome_send_browsertest.h', 1258 'test/data/webui/chrome_send_browsertest.h',
1256 'test/data/webui/chrome_send_browsertest.js', 1259 'test/data/webui/chrome_send_browsertest.js',
1257 'test/data/webui/history_browsertest.js', 1260 'test/data/webui/history_browsertest.js',
(...skipping 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after
2870 'sync_integration_tests.isolate', 2873 'sync_integration_tests.isolate',
2871 ], 2874 ],
2872 'sources': [ 2875 'sources': [
2873 'sync_integration_tests.isolate', 2876 'sync_integration_tests.isolate',
2874 ], 2877 ],
2875 }, 2878 },
2876 ], 2879 ],
2877 }], 2880 }],
2878 ], # 'conditions' 2881 ], # 'conditions'
2879 } 2882 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698