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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 1715043002: Remove webrtc/sound/ subdir. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@remove_devicemanager
Patch Set: rebase Created 4 years, 9 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 'rtc_p2p_unittest', 21 'rtc_p2p_unittest',
22 'rtc_sound_tests',
23 'rtc_xmllite_unittest', 22 'rtc_xmllite_unittest',
24 'rtc_xmpp_unittest', 23 'rtc_xmpp_unittest',
25 'sound/sound.gyp:rtc_sound',
26 '<(DEPTH)/testing/gtest.gyp:gtest', 24 '<(DEPTH)/testing/gtest.gyp:gtest',
27 '<(DEPTH)/testing/gmock.gyp:gmock', 25 '<(DEPTH)/testing/gmock.gyp:gmock',
28 ], 26 ],
29 'conditions': [ 27 'conditions': [
30 ['OS=="android"', { 28 ['OS=="android"', {
31 'dependencies': [ 29 'dependencies': [
32 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', 30 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
33 ], 31 ],
34 }], 32 }],
35 ['OS=="ios"', { 33 ['OS=="ios"', {
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 'build/isolate.gypi', 421 'build/isolate.gypi',
424 ], 422 ],
425 'sources': [ 423 'sources': [
426 'webrtc_perf_tests.isolate', 424 'webrtc_perf_tests.isolate',
427 ], 425 ],
428 }, 426 },
429 ], 427 ],
430 }], 428 }],
431 ], 429 ],
432 } 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