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

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: Fix nit from review. 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
« no previous file with comments | « chrome/chrome_browser.gypi ('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 2412 matching lines...) Expand 10 before | Expand all | Expand 10 after
2423 'browser/ui/login/login_prompt_browsertest.cc', 2423 'browser/ui/login/login_prompt_browsertest.cc',
2424 'browser/ui/panels/panel_browsertest.cc', 2424 'browser/ui/panels/panel_browsertest.cc',
2425 'browser/ui/panels/panel_browser_view_browsertest.cc', 2425 'browser/ui/panels/panel_browser_view_browsertest.cc',
2426 'browser/ui/views/browser_actions_container_browsertest.cc', 2426 'browser/ui/views/browser_actions_container_browsertest.cc',
2427 'browser/ui/views/dom_view_browsertest.cc', 2427 'browser/ui/views/dom_view_browsertest.cc',
2428 'browser/ui/views/html_dialog_view_browsertest.cc', 2428 'browser/ui/views/html_dialog_view_browsertest.cc',
2429 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', 2429 'browser/ui/webui/chrome_url_data_manager_browsertest.cc',
2430 'browser/ui/webui/mediaplayer_browsertest.cc', 2430 'browser/ui/webui/mediaplayer_browsertest.cc',
2431 'browser/ui/webui/ntp/most_visited_browsertest.cc', 2431 'browser/ui/webui/ntp/most_visited_browsertest.cc',
2432 'browser/ui/webui/settings_browsertest.cc', 2432 'browser/ui/webui/settings_browsertest.cc',
2433 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc',
2433 'browser/ui/webui/BidiCheckerWebUITest.cc', 2434 'browser/ui/webui/BidiCheckerWebUITest.cc',
2434 'browser/ui/webui/BidiCheckerWebUITest.h', 2435 'browser/ui/webui/BidiCheckerWebUITest.h',
2435 'browser/ui/webui/web_ui_browsertest.cc', 2436 'browser/ui/webui/web_ui_browsertest.cc',
2436 'browser/ui/webui/web_ui_browsertest.h', 2437 'browser/ui/webui/web_ui_browsertest.h',
2437 'browser/ui/webui/web_ui_test_handler.cc', 2438 'browser/ui/webui/web_ui_test_handler.cc',
2438 'browser/ui/webui/web_ui_test_handler.h', 2439 'browser/ui/webui/web_ui_test_handler.h',
2439 'renderer/autofill/autofill_browsertest.cc', 2440 'renderer/autofill/autofill_browsertest.cc',
2440 'renderer/autofill/form_autocomplete_browsertest.cc', 2441 'renderer/autofill/form_autocomplete_browsertest.cc',
2441 'renderer/autofill/form_manager_browsertest.cc', 2442 'renderer/autofill/form_manager_browsertest.cc',
2442 'renderer/autofill/password_autofill_manager_unittest.cc', 2443 'renderer/autofill/password_autofill_manager_unittest.cc',
(...skipping 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after
4034 ] 4035 ]
4035 }], # 'coverage!=0' 4036 }], # 'coverage!=0'
4036 ], # 'conditions' 4037 ], # 'conditions'
4037 } 4038 }
4038 4039
4039 # Local Variables: 4040 # Local Variables:
4040 # tab-width:2 4041 # tab-width:2
4041 # indent-tabs-mode:nil 4042 # indent-tabs-mode:nil
4042 # End: 4043 # End:
4043 # vim: set expandtab tabstop=2 shiftwidth=2: 4044 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698