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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7239023: Move the thread test helper to base/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'test/test_url_request_context_getter.cc', 158 'test/test_url_request_context_getter.cc',
159 'test/test_url_request_context_getter.h', 159 'test/test_url_request_context_getter.h',
160 'test/testing_browser_process.cc', 160 'test/testing_browser_process.cc',
161 'test/testing_browser_process.h', 161 'test/testing_browser_process.h',
162 'test/testing_browser_process_test.h', 162 'test/testing_browser_process_test.h',
163 'test/testing_pref_service.cc', 163 'test/testing_pref_service.cc',
164 'test/testing_pref_service.h', 164 'test/testing_pref_service.h',
165 'test/testing_profile.cc', 165 'test/testing_profile.cc',
166 'test/testing_profile.h', 166 'test/testing_profile.h',
167 'test/thread_observer_helper.h', 167 'test/thread_observer_helper.h',
168 'test/thread_test_helper.cc',
169 'test/thread_test_helper.h',
170 'test/ui_test_utils.cc', 168 'test/ui_test_utils.cc',
171 'test/ui_test_utils.h', 169 'test/ui_test_utils.h',
172 'test/ui_test_utils_linux.cc', 170 'test/ui_test_utils_linux.cc',
173 'test/ui_test_utils_mac.mm', 171 'test/ui_test_utils_mac.mm',
174 'test/ui_test_utils_win.cc', 172 'test/ui_test_utils_win.cc',
175 'test/unit/chrome_test_suite.cc', 173 'test/unit/chrome_test_suite.cc',
176 'test/unit/chrome_test_suite.h', 174 'test/unit/chrome_test_suite.h',
177 'test/values_test_util.cc', 175 'test/values_test_util.cc',
178 'test/values_test_util.h', 176 'test/values_test_util.h',
179 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .cc', 177 '../content/browser/geolocation/arbitrator_dependency_factories_for_test .cc',
(...skipping 3962 matching lines...) Expand 10 before | Expand all | Expand 10 after
4142 ] 4140 ]
4143 }], # 'coverage!=0' 4141 }], # 'coverage!=0'
4144 ], # 'conditions' 4142 ], # 'conditions'
4145 } 4143 }
4146 4144
4147 # Local Variables: 4145 # Local Variables:
4148 # tab-width:2 4146 # tab-width:2
4149 # indent-tabs-mode:nil 4147 # indent-tabs-mode:nil
4150 # End: 4148 # End:
4151 # vim: set expandtab tabstop=2 shiftwidth=2: 4149 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/net/sqlite_persistent_cookie_store_unittest.cc ('k') | chrome/test/thread_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698