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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « webrtc/video/full_stack_mod.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 { 8 {
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'sources': [ 193 'sources': [
194 'call/rtc_event_log_unittest.cc', 194 'call/rtc_event_log_unittest.cc',
195 ], 195 ],
196 }], 196 }],
197 ], 197 ],
198 }, 198 },
199 { 199 {
200 'target_name': 'webrtc_perf_tests', 200 'target_name': 'webrtc_perf_tests',
201 'type': '<(gtest_target_type)', 201 'type': '<(gtest_target_type)',
202 'sources': [ 202 'sources': [
203 'call/call_perf_tests.cc',
204 'modules/audio_coding/neteq/test/neteq_performance_unittest.cc',
205 'modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc',
206 'video/full_stack.cc', 203 'video/full_stack.cc',
207 'video/rampup_tests.cc', 204 'video/full_stack_mod.cc',
208 'video/rampup_tests.h', 205 'video/full_stack_before.cc',
209 ], 206 ],
210 'dependencies': [ 207 'dependencies': [
211 '<(DEPTH)/testing/gmock.gyp:gmock', 208 '<(DEPTH)/testing/gmock.gyp:gmock',
212 '<(DEPTH)/testing/gtest.gyp:gtest', 209 '<(DEPTH)/testing/gtest.gyp:gtest',
213 '<(webrtc_root)/modules/modules.gyp:video_capture', 210 '<(webrtc_root)/modules/modules.gyp:video_capture',
214 '<(webrtc_root)/test/test.gyp:channel_transport', 211 '<(webrtc_root)/test/test.gyp:channel_transport',
215 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', 212 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
216 'video_quality_test', 213 'video_quality_test',
217 'modules/modules.gyp:neteq_test_support', 214 'modules/modules.gyp:neteq_test_support',
218 'modules/modules.gyp:bwe_simulator', 215 'modules/modules.gyp:bwe_simulator',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'build/isolate.gypi', 292 'build/isolate.gypi',
296 ], 293 ],
297 'sources': [ 294 'sources': [
298 'webrtc_perf_tests.isolate', 295 'webrtc_perf_tests.isolate',
299 ], 296 ],
300 }, 297 },
301 ], 298 ],
302 }], 299 }],
303 ], 300 ],
304 } 301 }
OLDNEW
« 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