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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7501004: Add test to each OptionsPage to open that page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Corrected comments. Created 9 years, 2 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 | « chrome/browser/ui/webui/options/searchengines_options_browsertest.js ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 2491 matching lines...) Expand 10 before | Expand all | Expand 10 after
2502 'browser/ui/views/browser_actions_container_browsertest.cc', 2502 'browser/ui/views/browser_actions_container_browsertest.cc',
2503 'browser/ui/views/dom_view_browsertest.cc', 2503 'browser/ui/views/dom_view_browsertest.cc',
2504 'browser/ui/views/file_manager_dialog_browsertest.cc', 2504 'browser/ui/views/file_manager_dialog_browsertest.cc',
2505 'browser/ui/views/html_dialog_view_browsertest.cc', 2505 'browser/ui/views/html_dialog_view_browsertest.cc',
2506 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', 2506 'browser/ui/webui/chrome_url_data_manager_browsertest.cc',
2507 'browser/ui/webui/ntp/most_visited_browsertest.cc', 2507 'browser/ui/webui/ntp/most_visited_browsertest.cc',
2508 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc', 2508 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc',
2509 'browser/ui/webui/bidi_checker_web_ui_test.cc', 2509 'browser/ui/webui/bidi_checker_web_ui_test.cc',
2510 'browser/ui/webui/bidi_checker_web_ui_test.h', 2510 'browser/ui/webui/bidi_checker_web_ui_test.h',
2511 'browser/ui/webui/net_internals_ui_browsertest.cc', 2511 'browser/ui/webui/net_internals_ui_browsertest.cc',
2512 'browser/ui/webui/options/advanced_options_browsertest.js',
2513 'browser/ui/webui/options/autofill_options_browsertest.js',
2514 'browser/ui/webui/options/browser_options_browsertest.js',
2515 'browser/ui/webui/options/certificates_options_browsertest.js',
James Hawkins 2011/10/22 19:24:52 content_settings_browsertest.js
Sheridan Rawlins 2011/10/22 20:51:40 Further investigation shows this is only enabled o
2516 'browser/ui/webui/options/content_options_browsertest.js',
2517 'browser/ui/webui/options/contentexceptions_options_browsertest.js',
James Hawkins 2011/10/22 19:24:52 content_settings_exception_area_browsertest.js
Sheridan Rawlins 2011/10/22 20:51:40 Done.
2518 'browser/ui/webui/options/cookies_options_browsertest.js',
James Hawkins 2011/10/22 19:24:52 cookies_view_browsertest.js
Sheridan Rawlins 2011/10/22 20:51:40 Done.
2519 'browser/ui/webui/options/fonts_options_browsertest.js',
James Hawkins 2011/10/22 19:24:52 font_settings_browsertest.js
Sheridan Rawlins 2011/10/22 20:51:40 Done.
2520 'browser/ui/webui/options/languages_options_browsertest.js',
2512 'browser/ui/webui/options/options_browsertest.js', 2521 'browser/ui/webui/options/options_browsertest.js',
2522 'browser/ui/webui/options/passwords_options_browsertest.js',
James Hawkins 2011/10/22 19:24:52 password_manager_browsertest.js
Sheridan Rawlins 2011/10/22 20:51:40 Done.
2523 'browser/ui/webui/options/personal_options_browsertest.js',
2524 'browser/ui/webui/options/searchengines_options_browsertest.js',
James Hawkins 2011/10/22 19:24:52 search_engine_manager_browsertest.js
Sheridan Rawlins 2011/10/22 20:51:40 Done.
2513 'browser/ui/webui/web_ui_browsertest.cc', 2525 'browser/ui/webui/web_ui_browsertest.cc',
2514 'browser/ui/webui/web_ui_browsertest.h', 2526 'browser/ui/webui/web_ui_browsertest.h',
2515 'browser/ui/webui/web_ui_test_handler.cc', 2527 'browser/ui/webui/web_ui_test_handler.cc',
2516 'browser/ui/webui/web_ui_test_handler.h', 2528 'browser/ui/webui/web_ui_test_handler.h',
2517 'common/time_format_browsertest.cc', 2529 'common/time_format_browsertest.cc',
2518 'renderer/autofill/autofill_browsertest.cc', 2530 'renderer/autofill/autofill_browsertest.cc',
2519 'renderer/autofill/form_autocomplete_browsertest.cc', 2531 'renderer/autofill/form_autocomplete_browsertest.cc',
2520 'renderer/autofill/form_autofill_browsertest.cc', 2532 'renderer/autofill/form_autofill_browsertest.cc',
2521 'renderer/autofill/password_autofill_manager_browsertest.cc', 2533 'renderer/autofill/password_autofill_manager_browsertest.cc',
2522 'renderer/content_settings_observer_browsertest.cc', 2534 'renderer/content_settings_observer_browsertest.cc',
(...skipping 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after
4076 # Use outputs of this action as inputs for the main target build. 4088 # Use outputs of this action as inputs for the main target build.
4077 # Seems as a misnomer but makes this happy on Linux (scons). 4089 # Seems as a misnomer but makes this happy on Linux (scons).
4078 'process_outputs_as_sources': 1, 4090 'process_outputs_as_sources': 1,
4079 }, 4091 },
4080 ], # 'actions' 4092 ], # 'actions'
4081 }, 4093 },
4082 ] 4094 ]
4083 }], # 'coverage!=0' 4095 }], # 'coverage!=0'
4084 ], # 'conditions' 4096 ], # 'conditions'
4085 } 4097 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/searchengines_options_browsertest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698