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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 1694813002: Rename libjingle_p2p_unittest -> rtc_pc_unittests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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
« no previous file with comments | « webrtc/rtc_pc_unittests.isolate ('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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'rtc_media_unittests', 362 'rtc_media_unittests',
363 ], 363 ],
364 'includes': [ 364 'includes': [
365 'build/isolate.gypi', 365 'build/isolate.gypi',
366 ], 366 ],
367 'sources': [ 367 'sources': [
368 'rtc_media_unittests.isolate', 368 'rtc_media_unittests.isolate',
369 ], 369 ],
370 }, 370 },
371 { 371 {
372 'target_name': 'libjingle_p2p_unittest_run', 372 'target_name': 'rtc_pc_unittests_run',
373 'type': 'none', 373 'type': 'none',
374 'dependencies': [ 374 'dependencies': [
375 'libjingle_p2p_unittest', 375 'rtc_pc_unittests',
376 ], 376 ],
377 'includes': [ 377 'includes': [
378 'build/isolate.gypi', 378 'build/isolate.gypi',
379 ], 379 ],
380 'sources': [ 380 'sources': [
381 'libjingle_p2p_unittest.isolate', 381 'rtc_pc_unittests.isolate',
382 ], 382 ],
383 }, 383 },
384 { 384 {
385 'target_name': 'video_engine_tests_run', 385 'target_name': 'video_engine_tests_run',
386 'type': 'none', 386 'type': 'none',
387 'dependencies': [ 387 'dependencies': [
388 'video_engine_tests', 388 'video_engine_tests',
389 ], 389 ],
390 'includes': [ 390 'includes': [
391 'build/isolate.gypi', 391 'build/isolate.gypi',
(...skipping 25 matching lines...) Expand all
417 'build/isolate.gypi', 417 'build/isolate.gypi',
418 ], 418 ],
419 'sources': [ 419 'sources': [
420 'webrtc_perf_tests.isolate', 420 'webrtc_perf_tests.isolate',
421 ], 421 ],
422 }, 422 },
423 ], 423 ],
424 }], 424 }],
425 ], 425 ],
426 } 426 }
OLDNEW
« no previous file with comments | « webrtc/rtc_pc_unittests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698