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 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 'profiler.cc', | 492 'profiler.cc', |
493 'profiler.h', | 493 'profiler.h', |
494 'proxyserver.cc', | 494 'proxyserver.cc', |
495 'proxyserver.h', | 495 'proxyserver.h', |
496 'referencecountedsingletonfactory.h', | 496 'referencecountedsingletonfactory.h', |
497 'rollingaccumulator.h', | 497 'rollingaccumulator.h', |
498 'safe_conversions.h', | 498 'safe_conversions.h', |
499 'safe_conversions_impl.h', | 499 'safe_conversions_impl.h', |
500 'scopedptrcollection.h', | 500 'scopedptrcollection.h', |
501 'sec_buffer.h', | 501 'sec_buffer.h', |
502 'sharedexclusivelock.cc', | |
503 'sharedexclusivelock.h', | |
504 'sslconfig.h', | 502 'sslconfig.h', |
505 'sslroots.h', | 503 'sslroots.h', |
506 'testbase64.h', | 504 'testbase64.h', |
507 'testclient.cc', | 505 'testclient.cc', |
508 'testclient.h', | 506 'testclient.h', |
509 'transformadapter.cc', | 507 'transformadapter.cc', |
510 'transformadapter.h', | 508 'transformadapter.h', |
511 'versionparsing.cc', | 509 'versionparsing.cc', |
512 'versionparsing.h', | 510 'versionparsing.h', |
513 'virtualsocketserver.cc', | 511 'virtualsocketserver.cc', |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
744 }, | 742 }, |
745 { | 743 { |
746 'target_name': 'gtest_prod', | 744 'target_name': 'gtest_prod', |
747 'type': 'static_library', | 745 'type': 'static_library', |
748 'sources': [ | 746 'sources': [ |
749 'gtest_prod_util.h', | 747 'gtest_prod_util.h', |
750 ], | 748 ], |
751 }, | 749 }, |
752 ], | 750 ], |
753 } | 751 } |
OLD | NEW |