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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 1846693002: Revert of Remove {media,p2p,pc,xmllite,xmpp}_tests.gypi files. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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/webrtc.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 {
11 'target_name': 'rtc_unittests', 11 'target_name': 'rtc_unittests',
12 'type': '<(gtest_target_type)', 12 'type': '<(gtest_target_type)',
13 'dependencies': [ 13 'dependencies': [
14 'base/base.gyp:rtc_base', 14 'base/base.gyp:rtc_base',
15 'base/base_tests.gyp:rtc_base_tests_utils', 15 'base/base_tests.gyp:rtc_base_tests_utils',
16 'base/base_tests.gyp:rtc_base_tests', 16 'base/base_tests.gyp:rtc_base_tests',
17 'libjingle/xmllite/xmllite.gyp:rtc_xmllite', 17 'libjingle/xmllite/xmllite.gyp:rtc_xmllite',
18 'libjingle/xmpp/xmpp.gyp:rtc_xmpp', 18 'libjingle/xmpp/xmpp.gyp:rtc_xmpp',
19 'p2p/p2p.gyp:rtc_p2p', 19 'p2p/p2p.gyp:rtc_p2p',
20 'p2p/p2p.gyp:libstunprober', 20 'p2p/p2p.gyp:libstunprober',
21 'p2p/p2p.gyp:rtc_p2p_unittest', 21 'rtc_p2p_unittest',
22 'libjingle/xmllite/xmllite.gyp:rtc_xmllite_unittest', 22 'rtc_xmllite_unittest',
23 'libjingle/xmpp/xmpp.gyp:rtc_xmpp_unittest', 23 'rtc_xmpp_unittest',
24 '<(DEPTH)/testing/gtest.gyp:gtest', 24 '<(DEPTH)/testing/gtest.gyp:gtest',
25 '<(DEPTH)/testing/gmock.gyp:gmock', 25 '<(DEPTH)/testing/gmock.gyp:gmock',
26 ], 26 ],
27 'conditions': [ 27 'conditions': [
28 ['OS=="android"', { 28 ['OS=="android"', {
29 'dependencies': [ 29 'dependencies': [
30 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', 30 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
31 ], 31 ],
32 }], 32 }],
33 ['OS=="ios"', { 33 ['OS=="ios"', {
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 'rtc_unittests', 353 'rtc_unittests',
354 ], 354 ],
355 'includes': [ 355 'includes': [
356 'build/isolate.gypi', 356 'build/isolate.gypi',
357 ], 357 ],
358 'sources': [ 358 'sources': [
359 'rtc_unittests.isolate', 359 'rtc_unittests.isolate',
360 ], 360 ],
361 }, 361 },
362 { 362 {
363 'target_name': 'rtc_media_unittests_run',
364 'type': 'none',
365 'dependencies': [
366 'rtc_media_unittests',
367 ],
368 'includes': [
369 'build/isolate.gypi',
370 ],
371 'sources': [
372 'rtc_media_unittests.isolate',
373 ],
374 },
375 {
376 'target_name': 'rtc_pc_unittests_run',
377 'type': 'none',
378 'dependencies': [
379 'rtc_pc_unittests',
380 ],
381 'includes': [
382 'build/isolate.gypi',
383 ],
384 'sources': [
385 'rtc_pc_unittests.isolate',
386 ],
387 },
388 {
363 'target_name': 'video_engine_tests_run', 389 'target_name': 'video_engine_tests_run',
364 'type': 'none', 390 'type': 'none',
365 'dependencies': [ 391 'dependencies': [
366 'video_engine_tests', 392 'video_engine_tests',
367 ], 393 ],
368 'includes': [ 394 'includes': [
369 'build/isolate.gypi', 395 'build/isolate.gypi',
370 ], 396 ],
371 'sources': [ 397 'sources': [
372 'video_engine_tests.isolate', 398 'video_engine_tests.isolate',
(...skipping 22 matching lines...) Expand all
395 'build/isolate.gypi', 421 'build/isolate.gypi',
396 ], 422 ],
397 'sources': [ 423 'sources': [
398 'webrtc_perf_tests.isolate', 424 'webrtc_perf_tests.isolate',
399 ], 425 ],
400 }, 426 },
401 ], 427 ],
402 }], 428 }],
403 ], 429 ],
404 } 430 }
OLDNEW
« no previous file with comments | « webrtc/webrtc.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698