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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 'libdbusglibsymboltable.cc', | 471 'libdbusglibsymboltable.cc', |
472 'libdbusglibsymboltable.h', | 472 'libdbusglibsymboltable.h', |
473 'linuxfdwalk.c', | 473 'linuxfdwalk.c', |
474 'linuxfdwalk.h', | 474 'linuxfdwalk.h', |
475 ], | 475 ], |
476 }], | 476 }], |
477 ['os_posix==1', { | 477 ['os_posix==1', { |
478 'sources': [ | 478 'sources': [ |
479 'latebindingsymboltable.cc', | 479 'latebindingsymboltable.cc', |
480 'latebindingsymboltable.h', | 480 'latebindingsymboltable.h', |
481 'posix.cc', | |
482 'posix.h', | |
483 ], | 481 ], |
484 }], | 482 }], |
485 ['OS=="mac"', { | 483 ['OS=="mac"', { |
486 'sources': [ | 484 'sources': [ |
487 'macasyncsocket.cc', | 485 'macasyncsocket.cc', |
488 'macasyncsocket.h', | 486 'macasyncsocket.h', |
489 'maccocoasocketserver.h', | 487 'maccocoasocketserver.h', |
490 'maccocoasocketserver.mm', | 488 'maccocoasocketserver.mm', |
491 'macsocketserver.cc', | 489 'macsocketserver.cc', |
492 'macsocketserver.h', | 490 'macsocketserver.h', |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 }, | 663 }, |
666 { | 664 { |
667 'target_name': 'gtest_prod', | 665 'target_name': 'gtest_prod', |
668 'type': 'static_library', | 666 'type': 'static_library', |
669 'sources': [ | 667 'sources': [ |
670 'gtest_prod_util.h', | 668 'gtest_prod_util.h', |
671 ], | 669 ], |
672 }, | 670 }, |
673 ], | 671 ], |
674 } | 672 } |
OLD | NEW |