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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 2001913002: Split TaskQueue out into a separate build target. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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/build/webrtc.gni ('K') | « webrtc/build/webrtc.gni ('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.gyp:rtc_task_queue',
15 'base/base_tests.gyp:rtc_base_tests_utils', 16 'base/base_tests.gyp:rtc_base_tests_utils',
16 'base/base_tests.gyp:rtc_base_tests', 17 'base/base_tests.gyp:rtc_base_tests',
17 'libjingle/xmllite/xmllite.gyp:rtc_xmllite', 18 'libjingle/xmllite/xmllite.gyp:rtc_xmllite',
18 'libjingle/xmpp/xmpp.gyp:rtc_xmpp', 19 'libjingle/xmpp/xmpp.gyp:rtc_xmpp',
19 'p2p/p2p.gyp:rtc_p2p', 20 'p2p/p2p.gyp:rtc_p2p',
20 'p2p/p2p.gyp:libstunprober', 21 'p2p/p2p.gyp:libstunprober',
21 'p2p/p2p.gyp:rtc_p2p_unittest', 22 'p2p/p2p.gyp:rtc_p2p_unittest',
22 'libjingle/xmllite/xmllite.gyp:rtc_xmllite_unittest', 23 'libjingle/xmllite/xmllite.gyp:rtc_xmllite_unittest',
23 'libjingle/xmpp/xmpp.gyp:rtc_xmpp_unittest', 24 'libjingle/xmpp/xmpp.gyp:rtc_xmpp_unittest',
24 '<(DEPTH)/testing/gtest.gyp:gtest', 25 '<(DEPTH)/testing/gtest.gyp:gtest',
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 'build/isolate.gypi', 457 'build/isolate.gypi',
457 ], 458 ],
458 'sources': [ 459 'sources': [
459 'webrtc_perf_tests.isolate', 460 'webrtc_perf_tests.isolate',
460 ], 461 ],
461 }, 462 },
462 ], 463 ],
463 }], 464 }],
464 ], 465 ],
465 } 466 }
OLDNEW
« webrtc/build/webrtc.gni ('K') | « webrtc/build/webrtc.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698