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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | 481 'posix.cc', |
482 'posix.h', | 482 'posix.h', |
483 ], | 483 ], |
484 }], | 484 }], |
485 ['OS=="mac"', { | 485 ['OS=="mac"', { |
486 'sources': [ | 486 'sources': [ |
487 'macasyncsocket.cc', | |
488 'macasyncsocket.h', | |
489 'maccocoasocketserver.h', | |
490 'maccocoasocketserver.mm', | |
491 'macsocketserver.cc', | |
492 'macsocketserver.h', | |
493 'macwindowpicker.cc', | 487 'macwindowpicker.cc', |
494 'macwindowpicker.h', | 488 'macwindowpicker.h', |
495 ], | 489 ], |
496 }], | 490 }], |
497 ['OS=="win"', { | 491 ['OS=="win"', { |
498 'sources': [ | 492 'sources': [ |
499 'diskcache_win32.cc', | 493 'diskcache_win32.cc', |
500 'diskcache_win32.h', | 494 'diskcache_win32.h', |
501 'win32regkey.cc', | 495 'win32regkey.cc', |
502 'win32regkey.h', | 496 'win32regkey.h', |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 }, | 659 }, |
666 { | 660 { |
667 'target_name': 'gtest_prod', | 661 'target_name': 'gtest_prod', |
668 'type': 'static_library', | 662 'type': 'static_library', |
669 'sources': [ | 663 'sources': [ |
670 'gtest_prod_util.h', | 664 'gtest_prod_util.h', |
671 ], | 665 ], |
672 }, | 666 }, |
673 ], | 667 ], |
674 } | 668 } |
OLD | NEW |