Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index c3db22264c47512bcc162df61eb39babec079986..6d6f29e30abde14fddc7fee46d78b5fc51248a58 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -2807,6 +2807,24 @@ |
'../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter', |
], |
}, # target 'webrtc_test_tools' |
+ { |
+ # Executable to measure time to load CDM's. |
ddorwin
2014/02/07 23:59:12
no apostrophe
shadi1
2014/02/08 01:01:22
Done.
|
+ 'target_name': 'cdm_load_perf_test', |
+ 'type': '<(gtest_target_type)', |
+ 'dependencies': [ |
+ '../base/base.gyp:test_support_perf', |
+ '../testing/gtest.gyp:gtest', |
+ '../testing/perf/perf_test.gyp:*', |
+ '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
+ ], |
+ 'sources': [ |
+ 'browser/media/load_cdm_benchmark_test.cc', |
ddorwin
2014/02/07 23:59:12
nit: cdm_load in target vs load_cdm in filename -
shadi1
2014/02/08 01:01:22
Done.
|
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ '<(SHARED_INTERMEDIATE_DIR)', |
+ ], |
+ }, # target 'cdm_load_perf_test' |
], |
'conditions': [ |
['OS=="mac"', { |