Index: chrome/chrome_tests.gypi |
=================================================================== |
--- chrome/chrome_tests.gypi (revision 261631) |
+++ chrome/chrome_tests.gypi (working copy) |
@@ -2214,96 +2214,6 @@ |
], # conditions |
}, # target performance_browser_tests |
{ |
- 'target_name': 'performance_ui_tests', |
- 'type': 'executable', |
- 'dependencies': [ |
- 'chrome', |
- 'chrome_resources.gyp:chrome_resources', |
- 'chrome_resources.gyp:chrome_strings', |
- 'debugger', |
- 'test/perf/perf_test.gyp:*', |
- 'test_support_common', |
- 'test_support_ui', |
- '../base/base.gyp:base', |
- '../skia/skia.gyp:skia', |
- '../testing/gtest.gyp:gtest', |
- '../testing/perf/perf_test.gyp:*', |
- ], |
- 'sources': [ |
- # TODO(darin): Move other UIPerfTests here. |
- 'test/perf/dom_checker_uitest.cc', |
- 'test/perf/feature_startup_test.cc', |
- 'test/perf/frame_rate/frame_rate_tests.cc', |
- 'test/perf/generate_profile.cc', |
- 'test/perf/generate_profile.h', |
- 'test/perf/memory_test.cc', |
- 'test/perf/perf_ui_test_suite.cc', |
- 'test/perf/run_all_perfuitests.cc', |
- 'test/perf/shutdown_test.cc', |
- 'test/perf/startup_test.cc', |
- 'test/perf/tab_switching_test.cc', |
- ], |
- 'conditions': [ |
- ['OS=="win" and buildtype=="Official"', { |
- 'configurations': { |
- 'Release': { |
- 'msvs_settings': { |
- 'VCCLCompilerTool': { |
- 'WholeProgramOptimization': 'false', |
- }, |
- }, |
- }, |
- }, |
- }], |
- ['OS=="win"', { |
- 'conditions': [ |
- ['win_use_allocator_shim==1', { |
- 'dependencies': [ |
- '<(allocator_target)', |
- ], |
- }], |
- ], |
- 'msvs_large_pdb': 1, |
- 'configurations': { |
- 'Debug_Base': { |
- 'msvs_settings': { |
- 'VCLinkerTool': { |
- 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
- }, |
- }, |
- }, |
- }, |
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
- 'msvs_disabled_warnings': [ 4267, ], |
- }], |
- ['use_x11==1', { |
- 'dependencies': [ |
- '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
- ], |
- }], |
- ['toolkit_uses_gtk == 1', { |
- 'dependencies': [ |
- '../build/linux/system.gyp:gtk', |
- ], |
- }], |
- ['os_posix == 1 and OS != "mac" and OS != "android"', { |
- 'conditions': [ |
- # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 |
- ['(use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1)', { |
- 'dependencies': [ |
- '../base/allocator/allocator.gyp:allocator', |
- ], |
- }], |
- ], |
- }], |
- ['toolkit_views==1', { |
- 'dependencies': [ |
- '../ui/views/views.gyp:views', |
- ], |
- }], |
- ], |
- }, |
- { |
'target_name': 'test_support_sync_integration', |
'type': 'static_library', |
'dependencies': [ |