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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 'nattypes.h', | 425 'nattypes.h', |
426 'optionsfile.cc', | 426 'optionsfile.cc', |
427 'optionsfile.h', | 427 'optionsfile.h', |
428 'profiler.cc', | 428 'profiler.cc', |
429 'profiler.h', | 429 'profiler.h', |
430 'proxyserver.cc', | 430 'proxyserver.cc', |
431 'proxyserver.h', | 431 'proxyserver.h', |
432 'referencecountedsingletonfactory.h', | 432 'referencecountedsingletonfactory.h', |
433 'rollingaccumulator.h', | 433 'rollingaccumulator.h', |
434 'scopedptrcollection.h', | 434 'scopedptrcollection.h', |
435 'sec_buffer.h', | |
436 'sslconfig.h', | 435 'sslconfig.h', |
437 'sslroots.h', | 436 'sslroots.h', |
438 'testbase64.h', | 437 'testbase64.h', |
439 'testclient.cc', | 438 'testclient.cc', |
440 'testclient.h', | 439 'testclient.h', |
441 'transformadapter.cc', | 440 'transformadapter.cc', |
442 'transformadapter.h', | 441 'transformadapter.h', |
443 'versionparsing.cc', | 442 'versionparsing.cc', |
444 'versionparsing.h', | 443 'versionparsing.h', |
445 'virtualsocketserver.cc', | 444 'virtualsocketserver.cc', |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 }, | 664 }, |
666 { | 665 { |
667 'target_name': 'gtest_prod', | 666 'target_name': 'gtest_prod', |
668 'type': 'static_library', | 667 'type': 'static_library', |
669 'sources': [ | 668 'sources': [ |
670 'gtest_prod_util.h', | 669 'gtest_prod_util.h', |
671 ], | 670 ], |
672 }, | 671 }, |
673 ], | 672 ], |
674 } | 673 } |
OLD | NEW |