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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 151283003: Perf test to measure loading CDM library. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: nits, master rebase Created 6 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
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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 2794 matching lines...) Expand 10 before | Expand all | Expand 10 after
2805 # Required for WebRTC PyAuto tests. 2805 # Required for WebRTC PyAuto tests.
2806 'target_name': 'webrtc_test_tools', 2806 'target_name': 'webrtc_test_tools',
2807 'type': 'none', 2807 'type': 'none',
2808 'dependencies': [ 2808 'dependencies': [
2809 'pyautolib', 2809 'pyautolib',
2810 '../third_party/libjingle/libjingle.gyp:peerconnection_server', 2810 '../third_party/libjingle/libjingle.gyp:peerconnection_server',
2811 '../third_party/webrtc/tools/tools.gyp:frame_analyzer', 2811 '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
2812 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', 2812 '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
2813 ], 2813 ],
2814 }, # target 'webrtc_test_tools' 2814 }, # target 'webrtc_test_tools'
2815 {
2816 # Executable to measure time to load libraries.
2817 'target_name': 'load_library_perf_test',
2818 'type': '<(gtest_target_type)',
Lei Zhang 2014/02/12 20:26:18 Is this going to create another test binary?
shadi1 2014/02/12 20:49:24 Yes, doesn't this create a "load_library_perf_test
2819 'dependencies': [
2820 '../base/base.gyp:test_support_perf',
2821 '../testing/gtest.gyp:gtest',
2822 '../testing/perf/perf_test.gyp:*',
2823 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
2824 ],
2825 'sources': [
2826 'browser/load_library_perf_test.cc',
2827 ],
2828 'include_dirs': [
2829 '..',
2830 '<(SHARED_INTERMEDIATE_DIR)',
2831 ],
2832 }, # target 'load_library_perf_test'
2815 ], 2833 ],
2816 'conditions': [ 2834 'conditions': [
2817 ['OS=="mac"', { 2835 ['OS=="mac"', {
2818 'targets': [ 2836 'targets': [
2819 { 2837 {
2820 # This is the mac equivalent of the security_tests target below. It 2838 # This is the mac equivalent of the security_tests target below. It
2821 # generates a framework bundle which bundles tests to be run in a 2839 # generates a framework bundle which bundles tests to be run in a
2822 # renderer process. The test code is built as a framework so it can be 2840 # renderer process. The test code is built as a framework so it can be
2823 # run in the context of a renderer without shipping the code to end 2841 # run in the context of a renderer without shipping the code to end
2824 # users. 2842 # users.
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
3214 'utility', 3232 'utility',
3215 ], 3233 ],
3216 'sources': [ 3234 'sources': [
3217 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3235 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3218 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3236 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3219 ], 3237 ],
3220 }] 3238 }]
3221 }], 3239 }],
3222 ], # 'conditions' 3240 ], # 'conditions'
3223 } 3241 }
OLDNEW
« chrome/browser/load_library_perf_test.cc ('K') | « chrome/browser/load_library_perf_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698