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

Unified Diff: webrtc/webrtc_tests.gypi

Issue 1371113004: Debugging perf regression after refactoring (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Adding analyze_results.py Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/video/full_stack_mod.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc_tests.gypi
diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi
index 08235005dd62a15f61d699d0cf864ac90d1c8d30..b31e4180f2b772926d394167b841fc07a42613ec 100644
--- a/webrtc/webrtc_tests.gypi
+++ b/webrtc/webrtc_tests.gypi
@@ -200,12 +200,9 @@
'target_name': 'webrtc_perf_tests',
'type': '<(gtest_target_type)',
'sources': [
- 'call/call_perf_tests.cc',
- 'modules/audio_coding/neteq/test/neteq_performance_unittest.cc',
- 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc',
'video/full_stack.cc',
- 'video/rampup_tests.cc',
- 'video/rampup_tests.h',
+ 'video/full_stack_mod.cc',
+ 'video/full_stack_before.cc',
],
'dependencies': [
'<(DEPTH)/testing/gmock.gyp:gmock',
« no previous file with comments | « webrtc/video/full_stack_mod.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698