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

Side by Side Diff: webrtc/build/merge_libs.gyp

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 | « PRESUBMIT.py ('k') | webrtc/media/media.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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 { 9 {
10 'includes': ['common.gypi',], 10 'includes': ['common.gypi',],
11 'variables': { 11 'variables': {
12 'merge_libs_dependencies': [ 12 'merge_libs_dependencies': [
13 ], 13 ],
14 }, 14 },
15 'targets': [ 15 'targets': [
16 { 16 {
17 'target_name': 'no_op', 17 'target_name': 'no_op',
18 'type': 'executable', 18 'type': 'executable',
19 'dependencies': [ 19 'dependencies': [
20 '<@(merge_libs_dependencies)', 20 '<@(merge_libs_dependencies)',
21 '../webrtc.gyp:webrtc', 21 '../webrtc.gyp:webrtc',
22 '../sound/sound.gyp:rtc_sound',
23 '../libjingle/xmllite/xmllite.gyp:rtc_xmllite', 22 '../libjingle/xmllite/xmllite.gyp:rtc_xmllite',
24 '../libjingle/xmpp/xmpp.gyp:rtc_xmpp', 23 '../libjingle/xmpp/xmpp.gyp:rtc_xmpp',
25 '../p2p/p2p.gyp:rtc_p2p', 24 '../p2p/p2p.gyp:rtc_p2p',
26 ], 25 ],
27 'sources': ['no_op.cc',], 26 'sources': ['no_op.cc',],
28 }, 27 },
29 { 28 {
30 'target_name': 'merged_lib', 29 'target_name': 'merged_lib',
31 'type': 'none', 30 'type': 'none',
32 'dependencies': [ 31 'dependencies': [
(...skipping 10 matching lines...) Expand all
43 'outputs': ['<(output_lib)'], 42 'outputs': ['<(output_lib)'],
44 'action': ['python', 43 'action': ['python',
45 'merge_libs.py', 44 'merge_libs.py',
46 '<(PRODUCT_DIR)', 45 '<(PRODUCT_DIR)',
47 '<(output_lib)',], 46 '<(output_lib)',],
48 }, 47 },
49 ], 48 ],
50 }, 49 },
51 ], 50 ],
52 } 51 }
OLDNEW
« no previous file with comments | « PRESUBMIT.py ('k') | webrtc/media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698