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

Side by Side Diff: webrtc/webrtc.gyp

Issue 1839763004: 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/rtc_pc_unittests.isolate ('k') | webrtc/webrtc_tests.gypi » ('j') | 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) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 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 'variables': { 9 'variables': {
10 'webrtc_all_dependencies': [ 10 'webrtc_all_dependencies': [
(...skipping 18 matching lines...) Expand all
29 # reference to buid/java.gypi is using an absolute path (and includes 29 # reference to buid/java.gypi is using an absolute path (and includes
30 # entries cannot contain variables). 30 # entries cannot contain variables).
31 'variables': { 31 'variables': {
32 'webrtc_all_dependencies': [ 32 'webrtc_all_dependencies': [
33 'api/api.gyp:*', 33 'api/api.gyp:*',
34 ], 34 ],
35 }, 35 },
36 }], 36 }],
37 ['include_tests==1', { 37 ['include_tests==1', {
38 'includes': [ 38 'includes': [
39 'libjingle/xmllite/xmllite_tests.gypi',
40 'libjingle/xmpp/xmpp_tests.gypi',
41 'media/media_tests.gypi',
42 'p2p/p2p_tests.gypi',
43 'pc/pc_tests.gypi',
44 'webrtc_tests.gypi', 39 'webrtc_tests.gypi',
45 ], 40 ],
46 }], 41 }],
47 ['enable_protobuf==1', { 42 ['enable_protobuf==1', {
48 'targets': [ 43 'targets': [
49 { 44 {
50 # This target should only be built if enable_protobuf is defined 45 # This target should only be built if enable_protobuf is defined
51 'target_name': 'rtc_event_log_proto', 46 'target_name': 'rtc_event_log_proto',
52 'type': 'static_library', 47 'type': 'static_library',
53 'sources': ['call/rtc_event_log.proto',], 48 'sources': ['call/rtc_event_log.proto',],
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 ], 151 ],
157 'defines': [ 152 'defines': [
158 'ENABLE_RTC_EVENT_LOG', 153 'ENABLE_RTC_EVENT_LOG',
159 ], 154 ],
160 }], 155 }],
161 ], 156 ],
162 }, 157 },
163 158
164 ], 159 ],
165 } 160 }
OLDNEW
« no previous file with comments | « webrtc/rtc_pc_unittests.isolate ('k') | webrtc/webrtc_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698