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

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: Disable sign-compare warning on Win Clang 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/media/media_tests.gypi ('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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 'rtc_unittests', 344 'rtc_unittests',
345 ], 345 ],
346 'includes': [ 346 'includes': [
347 'build/isolate.gypi', 347 'build/isolate.gypi',
348 ], 348 ],
349 'sources': [ 349 'sources': [
350 'rtc_unittests.isolate', 350 'rtc_unittests.isolate',
351 ], 351 ],
352 }, 352 },
353 { 353 {
354 'target_name': 'libjingle_media_unittest_run',
Taylor Brandstetter 2016/01/27 02:39:42 Should this also be "rtc" instead of "libjingle"?
kjellander_webrtc 2016/02/04 21:52:10 Yeah, but I'll rename the test in a later CL, so w
355 'type': 'none',
356 'dependencies': [
357 'libjingle_media_unittest',
358 ],
359 'includes': [
360 'build/isolate.gypi',
361 ],
362 'sources': [
363 'libjingle_media_unittest.isolate',
364 ],
365 },
366 {
354 'target_name': 'video_engine_tests_run', 367 'target_name': 'video_engine_tests_run',
355 'type': 'none', 368 'type': 'none',
356 'dependencies': [ 369 'dependencies': [
357 'video_engine_tests', 370 'video_engine_tests',
358 ], 371 ],
359 'includes': [ 372 'includes': [
360 'build/isolate.gypi', 373 'build/isolate.gypi',
361 ], 374 ],
362 'sources': [ 375 'sources': [
363 'video_engine_tests.isolate', 376 'video_engine_tests.isolate',
(...skipping 22 matching lines...) Expand all
386 'build/isolate.gypi', 399 'build/isolate.gypi',
387 ], 400 ],
388 'sources': [ 401 'sources': [
389 'webrtc_perf_tests.isolate', 402 'webrtc_perf_tests.isolate',
390 ], 403 ],
391 }, 404 },
392 ], 405 ],
393 }], 406 }],
394 ], 407 ],
395 } 408 }
OLDNEW
« webrtc/media/media_tests.gypi ('K') | « webrtc/webrtc_examples.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698