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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6250198: More out-of-lining of test code, along with a bunch of GMOCK objects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Really fix the gyp files this time 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'test/model_test_utils.cc', 132 'test/model_test_utils.cc',
133 'test/model_test_utils.h', 133 'test/model_test_utils.h',
134 'test/profile_mock.cc', 134 'test/profile_mock.cc',
135 'test/profile_mock.h', 135 'test/profile_mock.h',
136 'test/test_browser_window.h', 136 'test/test_browser_window.h',
137 'test/test_launcher_utils.cc', 137 'test/test_launcher_utils.cc',
138 'test/test_launcher_utils.h', 138 'test/test_launcher_utils.h',
139 'test/test_location_bar.h', 139 'test/test_location_bar.h',
140 'test/test_switches.cc', 140 'test/test_switches.cc',
141 'test/test_switches.h', 141 'test/test_switches.h',
142 'test/test_url_request_context_getter.cc',
142 'test/test_url_request_context_getter.h', 143 'test/test_url_request_context_getter.h',
144 'test/testing_browser_process.cc',
145 'test/testing_browser_process.h',
143 'test/testing_device_token_fetcher.cc', 146 'test/testing_device_token_fetcher.cc',
144 'test/testing_device_token_fetcher.h', 147 'test/testing_device_token_fetcher.h',
145 'test/testing_pref_service.cc', 148 'test/testing_pref_service.cc',
146 'test/testing_pref_service.h', 149 'test/testing_pref_service.h',
147 'test/testing_profile.cc', 150 'test/testing_profile.cc',
148 'test/testing_profile.h', 151 'test/testing_profile.h',
149 'test/thread_observer_helper.h', 152 'test/thread_observer_helper.h',
150 'test/thread_test_helper.h', 153 'test/thread_test_helper.h',
151 'test/ui_test_utils.cc', 154 'test/ui_test_utils.cc',
152 'test/ui_test_utils.h', 155 'test/ui_test_utils.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'test_support_common', 189 'test_support_common',
187 ], 190 ],
188 'include_dirs': [ 191 'include_dirs': [
189 '..', 192 '..',
190 ], 193 ],
191 'sources': [ 194 'sources': [
192 'test/automated_ui_tests/automated_ui_test_base.cc', 195 'test/automated_ui_tests/automated_ui_test_base.cc',
193 'test/automated_ui_tests/automated_ui_test_base.h', 196 'test/automated_ui_tests/automated_ui_test_base.h',
194 'test/automation/proxy_launcher.cc', 197 'test/automation/proxy_launcher.cc',
195 'test/automation/proxy_launcher.h', 198 'test/automation/proxy_launcher.h',
196 'test/testing_browser_process.h',
197 'test/ui/javascript_test_util.cc', 199 'test/ui/javascript_test_util.cc',
198 'test/ui/npapi_test_helper.cc', 200 'test/ui/npapi_test_helper.cc',
199 'test/ui/npapi_test_helper.h', 201 'test/ui/npapi_test_helper.h',
200 'test/ui/run_all_unittests.cc', 202 'test/ui/run_all_unittests.cc',
201 'test/ui/ui_layout_test.cc', 203 'test/ui/ui_layout_test.cc',
202 'test/ui/ui_layout_test.h', 204 'test/ui/ui_layout_test.h',
203 'test/ui/ui_perf_test.cc', 205 'test/ui/ui_perf_test.cc',
204 'test/ui/ui_perf_test.h', 206 'test/ui/ui_perf_test.h',
205 'test/ui/ui_test.cc', 207 'test/ui/ui_test.cc',
206 'test/ui/ui_test.h', 208 'test/ui/ui_test.h',
(...skipping 2738 matching lines...) Expand 10 before | Expand all | Expand 10 after
2945 'test/live_sync/single_client_live_themes_sync_test.cc', 2947 'test/live_sync/single_client_live_themes_sync_test.cc',
2946 'test/live_sync/two_client_live_autofill_sync_test.cc', 2948 'test/live_sync/two_client_live_autofill_sync_test.cc',
2947 'test/live_sync/two_client_live_bookmarks_sync_test.cc', 2949 'test/live_sync/two_client_live_bookmarks_sync_test.cc',
2948 'test/live_sync/two_client_live_extensions_sync_test.cc', 2950 'test/live_sync/two_client_live_extensions_sync_test.cc',
2949 'test/live_sync/two_client_live_preferences_sync_test.cc', 2951 'test/live_sync/two_client_live_preferences_sync_test.cc',
2950 'test/live_sync/two_client_live_passwords_sync_test.cc', 2952 'test/live_sync/two_client_live_passwords_sync_test.cc',
2951 'test/live_sync/two_client_live_sessions_sync_test.cc', 2953 'test/live_sync/two_client_live_sessions_sync_test.cc',
2952 'test/live_sync/two_client_live_themes_sync_test.cc', 2954 'test/live_sync/two_client_live_themes_sync_test.cc',
2953 'test/test_notification_tracker.cc', 2955 'test/test_notification_tracker.cc',
2954 'test/test_notification_tracker.h', 2956 'test/test_notification_tracker.h',
2955 'test/testing_browser_process.h',
2956 'test/ui_test_utils_linux.cc', 2957 'test/ui_test_utils_linux.cc',
2957 'test/ui_test_utils_mac.mm', 2958 'test/ui_test_utils_mac.mm',
2958 'test/ui_test_utils_win.cc', 2959 'test/ui_test_utils_win.cc',
2959 'test/data/resource.rc', 2960 'test/data/resource.rc',
2960 ], 2961 ],
2961 'conditions': [ 2962 'conditions': [
2962 # Plugin code. 2963 # Plugin code.
2963 ['OS=="linux" or OS=="win"', { 2964 ['OS=="linux" or OS=="win"', {
2964 'dependencies': [ 2965 'dependencies': [
2965 'plugin', 2966 'plugin',
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
3689 ] 3690 ]
3690 }], # 'coverage!=0' 3691 }], # 'coverage!=0'
3691 ], # 'conditions' 3692 ], # 'conditions'
3692 } 3693 }
3693 3694
3694 # Local Variables: 3695 # Local Variables:
3695 # tab-width:2 3696 # tab-width:2
3696 # indent-tabs-mode:nil 3697 # indent-tabs-mode:nil
3697 # End: 3698 # End:
3698 # vim: set expandtab tabstop=2 shiftwidth=2: 3699 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698