OLD | NEW |
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 'bitbuffer.h', | 81 'bitbuffer.h', |
82 'buffer.cc', | 82 'buffer.cc', |
83 'buffer.h', | 83 'buffer.h', |
84 'bufferqueue.cc', | 84 'bufferqueue.cc', |
85 'bufferqueue.h', | 85 'bufferqueue.h', |
86 'bytebuffer.cc', | 86 'bytebuffer.cc', |
87 'bytebuffer.h', | 87 'bytebuffer.h', |
88 'byteorder.h', | 88 'byteorder.h', |
89 'checks.cc', | 89 'checks.cc', |
90 'checks.h', | 90 'checks.h', |
| 91 'common.cc', |
| 92 'common.h', |
91 'constructormagic.h', | 93 'constructormagic.h', |
92 'criticalsection.cc', | 94 'criticalsection.cc', |
93 'criticalsection.h', | 95 'criticalsection.h', |
94 'deprecation.h', | 96 'deprecation.h', |
95 'event.cc', | 97 'event.cc', |
96 'event.h', | 98 'event.h', |
97 'event_tracer.cc', | 99 'event_tracer.cc', |
98 'event_tracer.h', | 100 'event_tracer.h', |
99 'exp_filter.cc', | 101 'exp_filter.cc', |
100 'exp_filter.h', | 102 'exp_filter.h', |
| 103 'flags.cc', |
| 104 'flags.h', |
101 'logging.cc', | 105 'logging.cc', |
102 'logging.h', | 106 'logging.h', |
103 'md5.cc', | 107 'md5.cc', |
104 'md5.h', | 108 'md5.h', |
105 'md5digest.cc', | 109 'md5digest.cc', |
106 'md5digest.h', | 110 'md5digest.h', |
107 'mod_ops.h', | 111 'mod_ops.h', |
108 'optional.h', | 112 'optional.h', |
109 'platform_file.cc', | 113 'platform_file.cc', |
110 'platform_file.h', | 114 'platform_file.h', |
(...skipping 16 matching lines...) Expand all Loading... |
127 'systeminfo.cc', | 131 'systeminfo.cc', |
128 'systeminfo.h', | 132 'systeminfo.h', |
129 'template_util.h', | 133 'template_util.h', |
130 'thread_annotations.h', | 134 'thread_annotations.h', |
131 'thread_checker.h', | 135 'thread_checker.h', |
132 'thread_checker_impl.cc', | 136 'thread_checker_impl.cc', |
133 'thread_checker_impl.h', | 137 'thread_checker_impl.h', |
134 'timeutils.cc', | 138 'timeutils.cc', |
135 'timeutils.h', | 139 'timeutils.h', |
136 'trace_event.h', | 140 'trace_event.h', |
| 141 'urlencode.cc', |
| 142 'urlencode.h', |
137 ], | 143 ], |
138 'conditions': [ | 144 'conditions': [ |
139 ['build_with_chromium==1', { | 145 ['build_with_chromium==1', { |
140 'dependencies': [ | 146 'dependencies': [ |
141 '<(DEPTH)/base/base.gyp:base', | 147 '<(DEPTH)/base/base.gyp:base', |
142 ], | 148 ], |
143 'include_dirs': [ | 149 'include_dirs': [ |
144 '../../webrtc_overrides', | 150 '../../webrtc_overrides', |
145 ], | 151 ], |
146 'sources': [ | 152 'sources': [ |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 'asyncudpsocket.cc', | 195 'asyncudpsocket.cc', |
190 'asyncudpsocket.h', | 196 'asyncudpsocket.h', |
191 'autodetectproxy.cc', | 197 'autodetectproxy.cc', |
192 'autodetectproxy.h', | 198 'autodetectproxy.h', |
193 'bandwidthsmoother.cc', | 199 'bandwidthsmoother.cc', |
194 'bandwidthsmoother.h', | 200 'bandwidthsmoother.h', |
195 'base64.cc', | 201 'base64.cc', |
196 'base64.h', | 202 'base64.h', |
197 'bind.h', | 203 'bind.h', |
198 'callback.h', | 204 'callback.h', |
199 'common.cc', | |
200 'common.h', | |
201 'copyonwritebuffer.cc', | 205 'copyonwritebuffer.cc', |
202 'copyonwritebuffer.h', | 206 'copyonwritebuffer.h', |
203 'crc32.cc', | 207 'crc32.cc', |
204 'crc32.h', | 208 'crc32.h', |
205 'cryptstring.cc', | 209 'cryptstring.cc', |
206 'cryptstring.h', | 210 'cryptstring.h', |
207 'dbus.cc', | 211 'dbus.cc', |
208 'dbus.h', | 212 'dbus.h', |
209 'diskcache.cc', | 213 'diskcache.cc', |
210 'diskcache.h', | 214 'diskcache.h', |
211 'diskcache_win32.cc', | 215 'diskcache_win32.cc', |
212 'diskcache_win32.h', | 216 'diskcache_win32.h', |
213 'filerotatingstream.cc', | 217 'filerotatingstream.cc', |
214 'filerotatingstream.h', | 218 'filerotatingstream.h', |
215 'fileutils.cc', | 219 'fileutils.cc', |
216 'fileutils.h', | 220 'fileutils.h', |
217 'fileutils_mock.h', | 221 'fileutils_mock.h', |
218 'firewallsocketserver.cc', | 222 'firewallsocketserver.cc', |
219 'firewallsocketserver.h', | 223 'firewallsocketserver.h', |
220 'flags.cc', | |
221 'flags.h', | |
222 'format_macros.h', | 224 'format_macros.h', |
223 'gunit_prod.h', | 225 'gunit_prod.h', |
224 'helpers.cc', | 226 'helpers.cc', |
225 'helpers.h', | 227 'helpers.h', |
226 'httpbase.cc', | 228 'httpbase.cc', |
227 'httpbase.h', | 229 'httpbase.h', |
228 'httpclient.cc', | 230 'httpclient.cc', |
229 'httpclient.h', | 231 'httpclient.h', |
230 'httpcommon-inl.h', | 232 'httpcommon-inl.h', |
231 'httpcommon.cc', | 233 'httpcommon.cc', |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 'testclient.cc', | 377 'testclient.cc', |
376 'testclient.h', | 378 'testclient.h', |
377 'thread.cc', | 379 'thread.cc', |
378 'thread.h', | 380 'thread.h', |
379 'timing.cc', | 381 'timing.cc', |
380 'timing.h', | 382 'timing.h', |
381 'transformadapter.cc', | 383 'transformadapter.cc', |
382 'transformadapter.h', | 384 'transformadapter.h', |
383 'unixfilesystem.cc', | 385 'unixfilesystem.cc', |
384 'unixfilesystem.h', | 386 'unixfilesystem.h', |
385 'urlencode.cc', | |
386 'urlencode.h', | |
387 'versionparsing.cc', | 387 'versionparsing.cc', |
388 'versionparsing.h', | 388 'versionparsing.h', |
389 'virtualsocketserver.cc', | 389 'virtualsocketserver.cc', |
390 'virtualsocketserver.h', | 390 'virtualsocketserver.h', |
391 'win32.cc', | 391 'win32.cc', |
392 'win32.h', | 392 'win32.h', |
393 'win32filesystem.cc', | 393 'win32filesystem.cc', |
394 'win32filesystem.h', | 394 'win32filesystem.h', |
395 'win32regkey.cc', | 395 'win32regkey.cc', |
396 'win32regkey.h', | 396 'win32regkey.h', |
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
760 ], | 760 ], |
761 'sources': [ | 761 'sources': [ |
762 'numerics/safe_conversions.h', | 762 'numerics/safe_conversions.h', |
763 'numerics/safe_conversions_impl.h', | 763 'numerics/safe_conversions_impl.h', |
764 'numerics/safe_math.h', | 764 'numerics/safe_math.h', |
765 'numerics/safe_math_impl.h', | 765 'numerics/safe_math_impl.h', |
766 ], | 766 ], |
767 }, | 767 }, |
768 ], | 768 ], |
769 } | 769 } |
OLD | NEW |