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

Side by Side Diff: webrtc/webrtc.gyp

Issue 1691463002: Move talk/session/media -> webrtc/pc (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Last rebase Created 4 years, 10 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/pc/yuvscaler_unittest.cc ('k') | webrtc/webrtc_examples.gyp » ('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 23 matching lines...) Expand all
34 'api/api.gyp:*', 34 'api/api.gyp:*',
35 ], 35 ],
36 }, 36 },
37 }], 37 }],
38 ['include_tests==1', { 38 ['include_tests==1', {
39 'includes': [ 39 'includes': [
40 'libjingle/xmllite/xmllite_tests.gypi', 40 'libjingle/xmllite/xmllite_tests.gypi',
41 'libjingle/xmpp/xmpp_tests.gypi', 41 'libjingle/xmpp/xmpp_tests.gypi',
42 'media/media_tests.gypi', 42 'media/media_tests.gypi',
43 'p2p/p2p_tests.gypi', 43 'p2p/p2p_tests.gypi',
44 'pc/pc_tests.gypi',
44 'sound/sound_tests.gypi', 45 'sound/sound_tests.gypi',
45 'webrtc_tests.gypi', 46 'webrtc_tests.gypi',
46 ], 47 ],
47 }], 48 }],
48 ['enable_protobuf==1', { 49 ['enable_protobuf==1', {
49 'targets': [ 50 'targets': [
50 { 51 {
51 # This target should only be built if enable_protobuf is defined 52 # This target should only be built if enable_protobuf is defined
52 'target_name': 'rtc_event_log_proto', 53 'target_name': 'rtc_event_log_proto',
53 'type': 'static_library', 54 'type': 'static_library',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 ], 160 ],
160 'defines': [ 161 'defines': [
161 'ENABLE_RTC_EVENT_LOG', 162 'ENABLE_RTC_EVENT_LOG',
162 ], 163 ],
163 }], 164 }],
164 ], 165 ],
165 }, 166 },
166 167
167 ], 168 ],
168 } 169 }
OLDNEW
« no previous file with comments | « webrtc/pc/yuvscaler_unittest.cc ('k') | webrtc/webrtc_examples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698