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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 23825004: PerformanceMonitor: UMA alert for high browser CPU usage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 2 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_tests.gypi ('k') | tools/metrics/actions/chromeactions.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'test/automation/automation_handle_tracker.cc', 211 'test/automation/automation_handle_tracker.cc',
212 'test/automation/automation_handle_tracker.h', 212 'test/automation/automation_handle_tracker.h',
213 'test/automation/automation_proxy.cc', 213 'test/automation/automation_proxy.cc',
214 'test/automation/automation_proxy.h', 214 'test/automation/automation_proxy.h',
215 'test/automation/browser_proxy.cc', 215 'test/automation/browser_proxy.cc',
216 'test/automation/browser_proxy.h', 216 'test/automation/browser_proxy.h',
217 'test/automation/tab_proxy.cc', 217 'test/automation/tab_proxy.cc',
218 'test/automation/tab_proxy.h', 218 'test/automation/tab_proxy.h',
219 'test/automation/window_proxy.cc', 219 'test/automation/window_proxy.cc',
220 'test/automation/window_proxy.h', 220 'test/automation/window_proxy.h',
221 'test/base/chrome_process_util.cc',
222 'test/base/chrome_process_util.h',
223 'test/base/chrome_process_util_mac.cc',
221 'test/base/chrome_render_view_host_test_harness.cc', 224 'test/base/chrome_render_view_host_test_harness.cc',
222 'test/base/chrome_render_view_host_test_harness.h', 225 'test/base/chrome_render_view_host_test_harness.h',
223 'test/base/chrome_test_suite.cc', 226 'test/base/chrome_test_suite.cc',
224 'test/base/chrome_test_suite.h', 227 'test/base/chrome_test_suite.h',
225 'test/base/find_in_page_observer.cc', 228 'test/base/find_in_page_observer.cc',
226 'test/base/find_in_page_observer.h', 229 'test/base/find_in_page_observer.h',
227 'test/base/history_index_restore_observer.cc', 230 'test/base/history_index_restore_observer.cc',
228 'test/base/history_index_restore_observer.h', 231 'test/base/history_index_restore_observer.h',
229 'test/base/in_process_browser_test.cc', 232 'test/base/in_process_browser_test.cc',
230 'test/base/in_process_browser_test.h', 233 'test/base/in_process_browser_test.h',
231 'test/base/javascript_test_observer.cc', 234 'test/base/javascript_test_observer.cc',
232 'test/base/javascript_test_observer.h', 235 'test/base/javascript_test_observer.h',
233 'test/base/module_system_test.cc', 236 'test/base/module_system_test.cc',
234 'test/base/module_system_test.h', 237 'test/base/module_system_test.h',
235 'test/base/profile_mock.cc', 238 'test/base/profile_mock.cc',
236 'test/base/profile_mock.h', 239 'test/base/profile_mock.h',
237 'test/base/scoped_browser_locale.cc', 240 'test/base/scoped_browser_locale.cc',
238 'test/base/scoped_browser_locale.h', 241 'test/base/scoped_browser_locale.h',
239 'test/base/scoped_testing_local_state.cc', 242 'test/base/scoped_testing_local_state.cc',
240 'test/base/scoped_testing_local_state.h', 243 'test/base/scoped_testing_local_state.h',
241 'test/base/test_browser_window.cc', 244 'test/base/test_browser_window.cc',
242 'test/base/test_browser_window.h', 245 'test/base/test_browser_window.h',
243 'test/base/test_launcher_utils.cc', 246 'test/base/test_launcher_utils.cc',
244 'test/base/test_launcher_utils.h', 247 'test/base/test_launcher_utils.h',
245 'test/base/test_location_bar.cc', 248 'test/base/test_location_bar.cc',
246 'test/base/test_location_bar.h', 249 'test/base/test_location_bar.h',
250 'test/base/test_switches.cc',
251 'test/base/test_switches.h',
247 'test/base/test_tab_strip_model_observer.cc', 252 'test/base/test_tab_strip_model_observer.cc',
248 'test/base/test_tab_strip_model_observer.h', 253 'test/base/test_tab_strip_model_observer.h',
249 'test/base/testing_browser_process.cc', 254 'test/base/testing_browser_process.cc',
250 'test/base/testing_browser_process.h', 255 'test/base/testing_browser_process.h',
251 'test/base/testing_browser_process_platform_part.h', 256 'test/base/testing_browser_process_platform_part.h',
252 'test/base/testing_browser_process_platform_part.cc', 257 'test/base/testing_browser_process_platform_part.cc',
253 'test/base/testing_io_thread_state.cc', 258 'test/base/testing_io_thread_state.cc',
254 'test/base/testing_io_thread_state.h', 259 'test/base/testing_io_thread_state.h',
255 'test/base/testing_pref_service_syncable.cc', 260 'test/base/testing_pref_service_syncable.cc',
256 'test/base/testing_pref_service_syncable.h', 261 'test/base/testing_pref_service_syncable.h',
(...skipping 2578 matching lines...) Expand 10 before | Expand all | Expand 10 after
2835 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2840 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2836 'browser/ui/app_list/test/fake_profile.cc', 2841 'browser/ui/app_list/test/fake_profile.cc',
2837 'browser/ui/app_list/test/fake_profile.h', 2842 'browser/ui/app_list/test/fake_profile.h',
2838 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', 2843 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc',
2839 ], 2844 ],
2840 }, 2845 },
2841 ], 2846 ],
2842 }], 2847 }],
2843 ], # 'conditions' 2848 ], # 'conditions'
2844 } 2849 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | tools/metrics/actions/chromeactions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698