| 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 'dbus.h', | 426 'dbus.h', |
| 427 'libdbusglibsymboltable.cc', | 427 'libdbusglibsymboltable.cc', |
| 428 'libdbusglibsymboltable.h', | 428 'libdbusglibsymboltable.h', |
| 429 'linuxfdwalk.c', | 429 'linuxfdwalk.c', |
| 430 'linuxfdwalk.h', | 430 'linuxfdwalk.h', |
| 431 ], | 431 ], |
| 432 }], | 432 }], |
| 433 ['os_posix==1', { | 433 ['os_posix==1', { |
| 434 'sources': [ | 434 'sources': [ |
| 435 'latebindingsymboltable.cc', | 435 'latebindingsymboltable.cc', |
| 436 'latebindingsymboltable.cc.def', | |
| 437 'latebindingsymboltable.h', | 436 'latebindingsymboltable.h', |
| 438 'latebindingsymboltable.h.def', | |
| 439 'posix.cc', | 437 'posix.cc', |
| 440 'posix.h', | 438 'posix.h', |
| 441 ], | 439 ], |
| 442 }], | 440 }], |
| 443 ['OS=="mac"', { | 441 ['OS=="mac"', { |
| 444 'sources': [ | 442 'sources': [ |
| 445 'macasyncsocket.cc', | 443 'macasyncsocket.cc', |
| 446 'macasyncsocket.h', | 444 'macasyncsocket.h', |
| 447 'maccocoasocketserver.h', | 445 'maccocoasocketserver.h', |
| 448 'maccocoasocketserver.mm', | 446 'maccocoasocketserver.mm', |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 }, | 639 }, |
| 642 { | 640 { |
| 643 'target_name': 'gtest_prod', | 641 'target_name': 'gtest_prod', |
| 644 'type': 'static_library', | 642 'type': 'static_library', |
| 645 'sources': [ | 643 'sources': [ |
| 646 'gtest_prod_util.h', | 644 'gtest_prod_util.h', |
| 647 ], | 645 ], |
| 648 }, | 646 }, |
| 649 ], | 647 ], |
| 650 } | 648 } |
| OLD | NEW |