| 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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 603 'sources': [ | 603 'sources': [ |
| 604 'win32.cc', | 604 'win32.cc', |
| 605 'win32.h', | 605 'win32.h', |
| 606 'win32filesystem.cc', | 606 'win32filesystem.cc', |
| 607 'win32filesystem.h', | 607 'win32filesystem.h', |
| 608 'win32securityerrors.cc', | 608 'win32securityerrors.cc', |
| 609 'win32window.cc', | 609 'win32window.cc', |
| 610 'win32window.h', | 610 'win32window.h', |
| 611 'win32windowpicker.cc', | 611 'win32windowpicker.cc', |
| 612 'win32windowpicker.h', | 612 'win32windowpicker.h', |
| 613 'winfirewall.cc', | |
| 614 'winfirewall.h', | |
| 615 'winping.cc', | 613 'winping.cc', |
| 616 'winping.h', | 614 'winping.h', |
| 617 ], | 615 ], |
| 618 'link_settings': { | 616 'link_settings': { |
| 619 'libraries': [ | 617 'libraries': [ |
| 620 '-lcrypt32.lib', | 618 '-lcrypt32.lib', |
| 621 '-liphlpapi.lib', | 619 '-liphlpapi.lib', |
| 622 '-lsecur32.lib', | 620 '-lsecur32.lib', |
| 623 ], | 621 ], |
| 624 }, | 622 }, |
| (...skipping 40 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 |