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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'constructormagic.h', | 87 'constructormagic.h', |
88 'criticalsection.cc', | 88 'criticalsection.cc', |
89 'criticalsection.h', | 89 'criticalsection.h', |
90 'deprecation.h', | 90 'deprecation.h', |
91 'event.cc', | 91 'event.cc', |
92 'event.h', | 92 'event.h', |
93 'event_tracer.cc', | 93 'event_tracer.cc', |
94 'event_tracer.h', | 94 'event_tracer.h', |
95 'exp_filter.cc', | 95 'exp_filter.cc', |
96 'exp_filter.h', | 96 'exp_filter.h', |
97 'format_macros.h', | |
98 'logging.cc', | 97 'logging.cc', |
99 'logging.h', | 98 'logging.h', |
100 'md5.cc', | 99 'md5.cc', |
101 'md5.h', | 100 'md5.h', |
102 'md5digest.cc', | 101 'md5digest.cc', |
103 'md5digest.h', | 102 'md5digest.h', |
104 'optional.h', | 103 'optional.h', |
105 'platform_file.cc', | 104 'platform_file.cc', |
106 'platform_file.h', | 105 'platform_file.h', |
107 'platform_thread.cc', | 106 'platform_thread.cc', |
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
745 }, | 744 }, |
746 { | 745 { |
747 'target_name': 'gtest_prod', | 746 'target_name': 'gtest_prod', |
748 'type': 'static_library', | 747 'type': 'static_library', |
749 'sources': [ | 748 'sources': [ |
750 'gtest_prod_util.h', | 749 'gtest_prod_util.h', |
751 ], | 750 ], |
752 }, | 751 }, |
753 ], | 752 ], |
754 } | 753 } |
OLD | NEW |