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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6992019: Allow overriding WebUIFactory when test flag is set. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment namespace end. Created 9 years, 7 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) 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 2416 matching lines...) Expand 10 before | Expand all | Expand 10 after
2427 'browser/ui/login/login_prompt_browsertest.cc', 2427 'browser/ui/login/login_prompt_browsertest.cc',
2428 'browser/ui/panels/panel_browsertest.cc', 2428 'browser/ui/panels/panel_browsertest.cc',
2429 'browser/ui/panels/panel_browser_view_browsertest.cc', 2429 'browser/ui/panels/panel_browser_view_browsertest.cc',
2430 'browser/ui/views/browser_actions_container_browsertest.cc', 2430 'browser/ui/views/browser_actions_container_browsertest.cc',
2431 'browser/ui/views/dom_view_browsertest.cc', 2431 'browser/ui/views/dom_view_browsertest.cc',
2432 'browser/ui/views/html_dialog_view_browsertest.cc', 2432 'browser/ui/views/html_dialog_view_browsertest.cc',
2433 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', 2433 'browser/ui/webui/chrome_url_data_manager_browsertest.cc',
2434 'browser/ui/webui/mediaplayer_browsertest.cc', 2434 'browser/ui/webui/mediaplayer_browsertest.cc',
2435 'browser/ui/webui/ntp/most_visited_browsertest.cc', 2435 'browser/ui/webui/ntp/most_visited_browsertest.cc',
2436 'browser/ui/webui/settings_browsertest.cc', 2436 'browser/ui/webui/settings_browsertest.cc',
2437 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc',
2437 'browser/ui/webui/BidiCheckerWebUITest.cc', 2438 'browser/ui/webui/BidiCheckerWebUITest.cc',
2438 'browser/ui/webui/BidiCheckerWebUITest.h', 2439 'browser/ui/webui/BidiCheckerWebUITest.h',
2439 'browser/ui/webui/web_ui_browsertest.cc', 2440 'browser/ui/webui/web_ui_browsertest.cc',
2440 'browser/ui/webui/web_ui_browsertest.h', 2441 'browser/ui/webui/web_ui_browsertest.h',
2441 'browser/ui/webui/web_ui_test_handler.cc', 2442 'browser/ui/webui/web_ui_test_handler.cc',
2442 'browser/ui/webui/web_ui_test_handler.h', 2443 'browser/ui/webui/web_ui_test_handler.h',
2443 'renderer/autofill/autofill_browsertest.cc', 2444 'renderer/autofill/autofill_browsertest.cc',
2444 'renderer/autofill/form_autocomplete_browsertest.cc', 2445 'renderer/autofill/form_autocomplete_browsertest.cc',
2445 'renderer/autofill/form_manager_browsertest.cc', 2446 'renderer/autofill/form_manager_browsertest.cc',
2446 'renderer/autofill/password_autofill_manager_unittest.cc', 2447 'renderer/autofill/password_autofill_manager_unittest.cc',
(...skipping 1545 matching lines...) Expand 10 before | Expand all | Expand 10 after
3992 ] 3993 ]
3993 }], # 'coverage!=0' 3994 }], # 'coverage!=0'
3994 ], # 'conditions' 3995 ], # 'conditions'
3995 } 3996 }
3996 3997
3997 # Local Variables: 3998 # Local Variables:
3998 # tab-width:2 3999 # tab-width:2
3999 # indent-tabs-mode:nil 4000 # indent-tabs-mode:nil
4000 # End: 4001 # End:
4001 # vim: set expandtab tabstop=2 shiftwidth=2: 4002 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698