| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 'proxyinfo.h', | 245 'proxyinfo.h', |
| 246 'proxyserver.cc', | 246 'proxyserver.cc', |
| 247 'proxyserver.h', | 247 'proxyserver.h', |
| 248 'ratelimiter.cc', | 248 'ratelimiter.cc', |
| 249 'ratelimiter.h', | 249 'ratelimiter.h', |
| 250 'refcount.h', | 250 'refcount.h', |
| 251 'referencecountedsingletonfactory.h', | 251 'referencecountedsingletonfactory.h', |
| 252 'rollingaccumulator.h', | 252 'rollingaccumulator.h', |
| 253 'rtccertificate.cc', | 253 'rtccertificate.cc', |
| 254 'rtccertificate.h', | 254 'rtccertificate.h', |
| 255 'schanneladapter.cc', | |
| 256 'schanneladapter.h', | |
| 257 'scoped_autorelease_pool.h', | 255 'scoped_autorelease_pool.h', |
| 258 'scoped_autorelease_pool.mm', | 256 'scoped_autorelease_pool.mm', |
| 259 'scoped_ref_ptr.h', | 257 'scoped_ref_ptr.h', |
| 260 'scopedptrcollection.h', | 258 'scopedptrcollection.h', |
| 261 'sec_buffer.h', | 259 'sec_buffer.h', |
| 262 'sha1.cc', | 260 'sha1.cc', |
| 263 'sha1.h', | 261 'sha1.h', |
| 264 'sha1digest.cc', | 262 'sha1digest.cc', |
| 265 'sha1digest.h', | 263 'sha1digest.h', |
| 266 'sharedexclusivelock.cc', | 264 'sharedexclusivelock.cc', |
| (...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 # Suppress warnings about WIN32_LEAN_AND_MEAN. | 608 # Suppress warnings about WIN32_LEAN_AND_MEAN. |
| 611 'msvs_disabled_warnings': [4005, 4703], | 609 'msvs_disabled_warnings': [4005, 4703], |
| 612 'defines': [ | 610 'defines': [ |
| 613 '_CRT_NONSTDC_NO_DEPRECATE', | 611 '_CRT_NONSTDC_NO_DEPRECATE', |
| 614 ], | 612 ], |
| 615 }, { | 613 }, { |
| 616 'sources/': [ | 614 'sources/': [ |
| 617 ['exclude', 'win32[a-z0-9]*\\.(h|cc)$'], | 615 ['exclude', 'win32[a-z0-9]*\\.(h|cc)$'], |
| 618 ], | 616 ], |
| 619 'sources!': [ | 617 'sources!': [ |
| 620 'schanneladapter.cc', | |
| 621 'schanneladapter.h', | |
| 622 'winping.cc', | 618 'winping.cc', |
| 623 'winping.h', | 619 'winping.h', |
| 624 'winfirewall.cc', | 620 'winfirewall.cc', |
| 625 'winfirewall.h', | 621 'winfirewall.h', |
| 626 ], | 622 ], |
| 627 }], | 623 }], |
| 628 ['os_posix==0', { | 624 ['os_posix==0', { |
| 629 'sources!': [ | 625 'sources!': [ |
| 630 'latebindingsymboltable.cc', | 626 'latebindingsymboltable.cc', |
| 631 'latebindingsymboltable.h', | 627 'latebindingsymboltable.h', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 668 ], | 664 ], |
| 669 }, { | 665 }, { |
| 670 'include_dirs': [ | 666 'include_dirs': [ |
| 671 '<(ssl_root)', | 667 '<(ssl_root)', |
| 672 ], | 668 ], |
| 673 }], | 669 }], |
| 674 ], | 670 ], |
| 675 }, | 671 }, |
| 676 ], | 672 ], |
| 677 } | 673 } |
| OLD | NEW |