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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 23509002: Factor out a perf test result printer method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to fix win and mac builds 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 ] 710 ]
711 }, 711 },
712 { 712 {
713 'target_name': 'chromedriver_unittests', 713 'target_name': 'chromedriver_unittests',
714 'type': 'executable', 714 'type': 'executable',
715 'dependencies': [ 715 'dependencies': [
716 'chromedriver_lib', 716 'chromedriver_lib',
717 '../base/base.gyp:run_all_unittests', 717 '../base/base.gyp:run_all_unittests',
718 '../base/base.gyp:test_support_base', 718 '../base/base.gyp:test_support_base',
719 '../testing/gtest.gyp:gtest', 719 '../testing/gtest.gyp:gtest',
720 '../testing/perf/perf_test.gyp:*',
720 '../skia/skia.gyp:skia', 721 '../skia/skia.gyp:skia',
721 ], 722 ],
722 'include_dirs': [ 723 'include_dirs': [
723 '..', 724 '..',
724 ], 725 ],
725 'sources': [ 726 'sources': [
726 'test/webdriver/commands/set_timeout_commands_unittest.cc', 727 'test/webdriver/commands/set_timeout_commands_unittest.cc',
727 'test/webdriver/frame_path_unittest.cc', 728 'test/webdriver/frame_path_unittest.cc',
728 'test/webdriver/http_response_unittest.cc', 729 'test/webdriver/http_response_unittest.cc',
729 'test/webdriver/keycode_text_conversion_unittest.cc', 730 'test/webdriver/keycode_text_conversion_unittest.cc',
(...skipping 1632 matching lines...) Expand 10 before | Expand all | Expand 10 after
2362 'dependencies': [ 2363 'dependencies': [
2363 'chrome', 2364 'chrome',
2364 'chrome_resources.gyp:chrome_resources', 2365 'chrome_resources.gyp:chrome_resources',
2365 'chrome_resources.gyp:chrome_strings', 2366 'chrome_resources.gyp:chrome_strings',
2366 'debugger', 2367 'debugger',
2367 'test_support_common', 2368 'test_support_common',
2368 'test_support_ui', 2369 'test_support_ui',
2369 '../base/base.gyp:base', 2370 '../base/base.gyp:base',
2370 '../skia/skia.gyp:skia', 2371 '../skia/skia.gyp:skia',
2371 '../testing/gtest.gyp:gtest', 2372 '../testing/gtest.gyp:gtest',
2373 '../testing/perf/perf_test.gyp:*',
2372 ], 2374 ],
2373 'sources': [ 2375 'sources': [
2374 # TODO(darin): Move other UIPerfTests here. 2376 # TODO(darin): Move other UIPerfTests here.
2375 'test/perf/dom_checker_uitest.cc', 2377 'test/perf/dom_checker_uitest.cc',
2376 'test/perf/feature_startup_test.cc', 2378 'test/perf/feature_startup_test.cc',
2377 'test/perf/frame_rate/frame_rate_tests.cc', 2379 'test/perf/frame_rate/frame_rate_tests.cc',
2378 'test/perf/generate_profile.cc', 2380 'test/perf/generate_profile.cc',
2379 'test/perf/generate_profile.h', 2381 'test/perf/generate_profile.h',
2380 'test/perf/indexeddb_uitest.cc', 2382 'test/perf/indexeddb_uitest.cc',
2381 'test/perf/memory_test.cc', 2383 'test/perf/memory_test.cc',
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
3456 'utility', 3458 'utility',
3457 ], 3459 ],
3458 'sources': [ 3460 'sources': [
3459 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3461 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3460 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3462 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3461 ], 3463 ],
3462 }] 3464 }]
3463 }], 3465 }],
3464 ], # 'conditions' 3466 ], # 'conditions'
3465 } 3467 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698