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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 'json.h', | 183 'json.h', |
184 'latebindingsymboltable.cc', | 184 'latebindingsymboltable.cc', |
185 'latebindingsymboltable.h', | 185 'latebindingsymboltable.h', |
186 'libdbusglibsymboltable.cc', | 186 'libdbusglibsymboltable.cc', |
187 'libdbusglibsymboltable.h', | 187 'libdbusglibsymboltable.h', |
188 'linux.cc', | 188 'linux.cc', |
189 'linux.h', | 189 'linux.h', |
190 'linuxfdwalk.c', | 190 'linuxfdwalk.c', |
191 'linuxfdwalk.h', | 191 'linuxfdwalk.h', |
192 'linked_ptr.h', | 192 'linked_ptr.h', |
| 193 'logsinks.cc', |
| 194 'logsinks.h', |
193 'macasyncsocket.cc', | 195 'macasyncsocket.cc', |
194 'macasyncsocket.h', | 196 'macasyncsocket.h', |
195 'maccocoasocketserver.h', | 197 'maccocoasocketserver.h', |
196 'maccocoasocketserver.mm', | 198 'maccocoasocketserver.mm', |
197 'maccocoathreadhelper.h', | 199 'maccocoathreadhelper.h', |
198 'maccocoathreadhelper.mm', | 200 'maccocoathreadhelper.mm', |
199 'macconversion.cc', | 201 'macconversion.cc', |
200 'macconversion.h', | 202 'macconversion.h', |
201 'macsocketserver.cc', | 203 'macsocketserver.cc', |
202 'macsocketserver.h', | 204 'macsocketserver.h', |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 'latebindingsymboltable.cc', | 396 'latebindingsymboltable.cc', |
395 'latebindingsymboltable.h', | 397 'latebindingsymboltable.h', |
396 'libdbusglibsymboltable.cc', | 398 'libdbusglibsymboltable.cc', |
397 'libdbusglibsymboltable.h', | 399 'libdbusglibsymboltable.h', |
398 'linuxfdwalk.c', | 400 'linuxfdwalk.c', |
399 'linuxfdwalk.h', | 401 'linuxfdwalk.h', |
400 'x11windowpicker.cc', | 402 'x11windowpicker.cc', |
401 'x11windowpicker.h', | 403 'x11windowpicker.h', |
402 'logging.cc', | 404 'logging.cc', |
403 'logging.h', | 405 'logging.h', |
| 406 'logsinks.cc', |
| 407 'logsinks.h', |
404 'macasyncsocket.cc', | 408 'macasyncsocket.cc', |
405 'macasyncsocket.h', | 409 'macasyncsocket.h', |
406 'maccocoasocketserver.h', | 410 'maccocoasocketserver.h', |
407 'maccocoasocketserver.mm', | 411 'maccocoasocketserver.mm', |
408 'macsocketserver.cc', | 412 'macsocketserver.cc', |
409 'macsocketserver.h', | 413 'macsocketserver.h', |
410 'macwindowpicker.cc', | 414 'macwindowpicker.cc', |
411 'macwindowpicker.h', | 415 'macwindowpicker.h', |
412 'mathutils.h', | 416 'mathutils.h', |
413 'multipart.cc', | 417 'multipart.cc', |
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
733 ['OS!="linux" and OS!="android"', { | 737 ['OS!="linux" and OS!="android"', { |
734 'sources!': [ | 738 'sources!': [ |
735 'linux.cc', | 739 'linux.cc', |
736 'linux.h', | 740 'linux.h', |
737 ], | 741 ], |
738 }], | 742 }], |
739 ], | 743 ], |
740 }, | 744 }, |
741 ], | 745 ], |
742 } | 746 } |
OLD | NEW |