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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6478005: GTTF: Use a fresh TestingBrowserProcess for each test, part #1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make more tests use the new base class Created 9 years, 10 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'test/test_browser_window.h', 147 'test/test_browser_window.h',
148 'test/test_launcher_utils.cc', 148 'test/test_launcher_utils.cc',
149 'test/test_launcher_utils.h', 149 'test/test_launcher_utils.h',
150 'test/test_location_bar.h', 150 'test/test_location_bar.h',
151 'test/test_switches.cc', 151 'test/test_switches.cc',
152 'test/test_switches.h', 152 'test/test_switches.h',
153 'test/test_url_request_context_getter.cc', 153 'test/test_url_request_context_getter.cc',
154 'test/test_url_request_context_getter.h', 154 'test/test_url_request_context_getter.h',
155 'test/testing_browser_process.cc', 155 'test/testing_browser_process.cc',
156 'test/testing_browser_process.h', 156 'test/testing_browser_process.h',
157 'test/testing_browser_process_test.h',
157 'test/testing_device_token_fetcher.cc', 158 'test/testing_device_token_fetcher.cc',
158 'test/testing_device_token_fetcher.h', 159 'test/testing_device_token_fetcher.h',
159 'test/testing_pref_service.cc', 160 'test/testing_pref_service.cc',
160 'test/testing_pref_service.h', 161 'test/testing_pref_service.h',
161 'test/testing_profile.cc', 162 'test/testing_profile.cc',
162 'test/testing_profile.h', 163 'test/testing_profile.h',
163 'test/thread_observer_helper.h', 164 'test/thread_observer_helper.h',
164 'test/thread_test_helper.cc', 165 'test/thread_test_helper.cc',
165 'test/thread_test_helper.h', 166 'test/thread_test_helper.h',
166 'test/ui_test_utils.cc', 167 'test/ui_test_utils.cc',
(...skipping 3594 matching lines...) Expand 10 before | Expand all | Expand 10 after
3761 ] 3762 ]
3762 }], # 'coverage!=0' 3763 }], # 'coverage!=0'
3763 ], # 'conditions' 3764 ], # 'conditions'
3764 } 3765 }
3765 3766
3766 # Local Variables: 3767 # Local Variables:
3767 # tab-width:2 3768 # tab-width:2
3768 # indent-tabs-mode:nil 3769 # indent-tabs-mode:nil
3769 # End: 3770 # End:
3770 # vim: set expandtab tabstop=2 shiftwidth=2: 3771 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/background_page_tracker_unittest.cc ('k') | chrome/test/testing_browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698