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

Side by Side Diff: webrtc/base/base.gyp

Issue 1394223003: Update constructormagic.h links (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | 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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 12 matching lines...) Expand all
23 ], 23 ],
24 }], 24 }],
25 ], 25 ],
26 'targets': [ 26 'targets': [
27 { 27 {
28 # The subset of rtc_base approved for use outside of libjingle. 28 # The subset of rtc_base approved for use outside of libjingle.
29 'target_name': 'rtc_base_approved', 29 'target_name': 'rtc_base_approved',
30 'type': 'static_library', 30 'type': 'static_library',
31 'sources': [ 31 'sources': [
32 '../overrides/webrtc/base/basictypes.h', 32 '../overrides/webrtc/base/basictypes.h',
33 '../overrides/webrtc/base/constructormagic.h', 33 'constructormagic.h',
34 'atomicops.h', 34 'atomicops.h',
35 'basictypes.h', 35 'basictypes.h',
36 'bitbuffer.cc', 36 'bitbuffer.cc',
37 'bitbuffer.h', 37 'bitbuffer.h',
38 'buffer.cc', 38 'buffer.cc',
39 'buffer.h', 39 'buffer.h',
40 'bufferqueue.cc', 40 'bufferqueue.cc',
41 'bufferqueue.h', 41 'bufferqueue.h',
42 'bytebuffer.cc', 42 'bytebuffer.cc',
43 'bytebuffer.h', 43 'bytebuffer.h',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 '../overrides', 89 '../overrides',
90 ], 90 ],
91 'sources!': [ 91 'sources!': [
92 'basictypes.h', 92 'basictypes.h',
93 'constructormagic.h', 93 'constructormagic.h',
94 'logging.cc', 94 'logging.cc',
95 'logging.h', 95 'logging.h',
96 ], 96 ],
97 }, { 97 }, {
98 'sources!': [ 98 'sources!': [
99 '../overrides/webrtc/base/basictypes.h', 99 '../overrides/webrtc/base/basictypes.h'
100 '../overrides/webrtc/base/constructormagic.h',
101 ], 100 ],
102 }], 101 }],
103 ], 102 ],
104 }, 103 },
105 { 104 {
106 'target_name': 'rtc_base', 105 'target_name': 'rtc_base',
107 'type': 'static_library', 106 'type': 'static_library',
108 'dependencies': [ 107 'dependencies': [
109 '<(webrtc_root)/common.gyp:webrtc_common', 108 '<(webrtc_root)/common.gyp:webrtc_common',
110 'rtc_base_approved', 109 'rtc_base_approved',
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 ['OS!="linux" and OS!="android"', { 736 ['OS!="linux" and OS!="android"', {
738 'sources!': [ 737 'sources!': [
739 'linux.cc', 738 'linux.cc',
740 'linux.h', 739 'linux.h',
741 ], 740 ],
742 }], 741 }],
743 ], 742 ],
744 }, 743 },
745 ], 744 ],
746 } 745 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698