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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 1587193006: Move talk/media to webrtc/media (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rename back test to libjingle_media_unittest Created 4 years, 11 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
« webrtc/api/api.gyp ('K') | « webrtc/webrtc_examples.gyp ('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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'rtc_unittests', 345 'rtc_unittests',
346 ], 346 ],
347 'includes': [ 347 'includes': [
348 'build/isolate.gypi', 348 'build/isolate.gypi',
349 ], 349 ],
350 'sources': [ 350 'sources': [
351 'rtc_unittests.isolate', 351 'rtc_unittests.isolate',
352 ], 352 ],
353 }, 353 },
354 { 354 {
355 'target_name': 'libjingle_media_unittest_run',
356 'type': 'none',
357 'dependencies': [
358 'libjingle_media_unittest',
359 ],
360 'includes': [
361 'build/isolate.gypi',
362 ],
363 'sources': [
364 'libjingle_media_unittest.isolate',
365 ],
366 },
367 {
355 'target_name': 'video_engine_tests_run', 368 'target_name': 'video_engine_tests_run',
356 'type': 'none', 369 'type': 'none',
357 'dependencies': [ 370 'dependencies': [
358 'video_engine_tests', 371 'video_engine_tests',
359 ], 372 ],
360 'includes': [ 373 'includes': [
361 'build/isolate.gypi', 374 'build/isolate.gypi',
362 ], 375 ],
363 'sources': [ 376 'sources': [
364 'video_engine_tests.isolate', 377 'video_engine_tests.isolate',
(...skipping 22 matching lines...) Expand all
387 'build/isolate.gypi', 400 'build/isolate.gypi',
388 ], 401 ],
389 'sources': [ 402 'sources': [
390 'webrtc_perf_tests.isolate', 403 'webrtc_perf_tests.isolate',
391 ], 404 ],
392 }, 405 },
393 ], 406 ],
394 }], 407 }],
395 ], 408 ],
396 } 409 }
OLDNEW
« webrtc/api/api.gyp ('K') | « webrtc/webrtc_examples.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698