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

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: Docs Created 7 years, 3 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 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'test/automation/automation_proxy.h', 212 'test/automation/automation_proxy.h',
213 'test/automation/browser_proxy.cc', 213 'test/automation/browser_proxy.cc',
214 'test/automation/browser_proxy.h', 214 'test/automation/browser_proxy.h',
215 'test/automation/tab_proxy.cc', 215 'test/automation/tab_proxy.cc',
216 'test/automation/tab_proxy.h', 216 'test/automation/tab_proxy.h',
217 'test/automation/value_conversion_traits.cc', 217 'test/automation/value_conversion_traits.cc',
218 'test/automation/value_conversion_traits.h', 218 'test/automation/value_conversion_traits.h',
219 'test/automation/value_conversion_util.h', 219 'test/automation/value_conversion_util.h',
220 'test/automation/window_proxy.cc', 220 'test/automation/window_proxy.cc',
221 'test/automation/window_proxy.h', 221 'test/automation/window_proxy.h',
222 'test/base/chrome_process_util.cc',
223 'test/base/chrome_process_util.h',
224 'test/base/chrome_process_util_mac.cc',
222 'test/base/chrome_render_view_host_test_harness.cc', 225 'test/base/chrome_render_view_host_test_harness.cc',
223 'test/base/chrome_render_view_host_test_harness.h', 226 'test/base/chrome_render_view_host_test_harness.h',
224 'test/base/chrome_test_suite.cc', 227 'test/base/chrome_test_suite.cc',
225 'test/base/chrome_test_suite.h', 228 'test/base/chrome_test_suite.h',
226 'test/base/find_in_page_observer.cc', 229 'test/base/find_in_page_observer.cc',
227 'test/base/find_in_page_observer.h', 230 'test/base/find_in_page_observer.h',
228 'test/base/history_index_restore_observer.cc', 231 'test/base/history_index_restore_observer.cc',
229 'test/base/history_index_restore_observer.h', 232 'test/base/history_index_restore_observer.h',
230 'test/base/in_process_browser_test.cc', 233 'test/base/in_process_browser_test.cc',
231 'test/base/in_process_browser_test.h', 234 'test/base/in_process_browser_test.h',
232 'test/base/javascript_test_observer.cc', 235 'test/base/javascript_test_observer.cc',
233 'test/base/javascript_test_observer.h', 236 'test/base/javascript_test_observer.h',
234 'test/base/module_system_test.cc', 237 'test/base/module_system_test.cc',
235 'test/base/module_system_test.h', 238 'test/base/module_system_test.h',
236 'test/base/profile_mock.cc', 239 'test/base/profile_mock.cc',
237 'test/base/profile_mock.h', 240 'test/base/profile_mock.h',
238 'test/base/scoped_browser_locale.cc', 241 'test/base/scoped_browser_locale.cc',
239 'test/base/scoped_browser_locale.h', 242 'test/base/scoped_browser_locale.h',
240 'test/base/scoped_testing_local_state.cc', 243 'test/base/scoped_testing_local_state.cc',
241 'test/base/scoped_testing_local_state.h', 244 'test/base/scoped_testing_local_state.h',
242 'test/base/test_browser_window.cc', 245 'test/base/test_browser_window.cc',
243 'test/base/test_browser_window.h', 246 'test/base/test_browser_window.h',
244 'test/base/test_launcher_utils.cc', 247 'test/base/test_launcher_utils.cc',
245 'test/base/test_launcher_utils.h', 248 'test/base/test_launcher_utils.h',
246 'test/base/test_location_bar.cc', 249 'test/base/test_location_bar.cc',
247 'test/base/test_location_bar.h', 250 'test/base/test_location_bar.h',
251 'test/base/test_switches.cc',
252 'test/base/test_switches.h',
248 'test/base/test_tab_strip_model_observer.cc', 253 'test/base/test_tab_strip_model_observer.cc',
249 'test/base/test_tab_strip_model_observer.h', 254 'test/base/test_tab_strip_model_observer.h',
250 'test/base/testing_browser_process.cc', 255 'test/base/testing_browser_process.cc',
251 'test/base/testing_browser_process.h', 256 'test/base/testing_browser_process.h',
252 'test/base/testing_browser_process_platform_part.h', 257 'test/base/testing_browser_process_platform_part.h',
253 'test/base/testing_browser_process_platform_part.cc', 258 'test/base/testing_browser_process_platform_part.cc',
254 'test/base/testing_io_thread_state.cc', 259 'test/base/testing_io_thread_state.cc',
255 'test/base/testing_io_thread_state.h', 260 'test/base/testing_io_thread_state.h',
256 'test/base/testing_pref_service_syncable.cc', 261 'test/base/testing_pref_service_syncable.cc',
257 'test/base/testing_pref_service_syncable.h', 262 'test/base/testing_pref_service_syncable.h',
(...skipping 2527 matching lines...) Expand 10 before | Expand all | Expand 10 after
2785 # more details. 2790 # more details.
2786 'DebugInformationFormat': '3', 2791 'DebugInformationFormat': '3',
2787 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2792 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2788 }, 2793 },
2789 }, 2794 },
2790 }, 2795 },
2791 ], 2796 ],
2792 }], 2797 }],
2793 ], # 'conditions' 2798 ], # 'conditions'
2794 } 2799 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698