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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 'file.h', | 58 'file.h', |
59 'format_macros.h', | 59 'format_macros.h', |
60 'location.h', | 60 'location.h', |
61 'location.cc', | 61 'location.cc', |
62 'md5.cc', | 62 'md5.cc', |
63 'md5.h', | 63 'md5.h', |
64 'md5digest.cc', | 64 'md5digest.cc', |
65 'md5digest.h', | 65 'md5digest.h', |
66 'mod_ops.h', | 66 'mod_ops.h', |
67 'onetimeevent.h', | 67 'onetimeevent.h', |
| 68 'optional.cc', |
68 'optional.h', | 69 'optional.h', |
69 'platform_file.cc', | 70 'platform_file.cc', |
70 'platform_file.h', | 71 'platform_file.h', |
71 'platform_thread.cc', | 72 'platform_thread.cc', |
72 'platform_thread.h', | 73 'platform_thread.h', |
73 'platform_thread_types.h', | 74 'platform_thread_types.h', |
74 'race_checker.cc', | 75 'race_checker.cc', |
75 'race_checker.h', | 76 'race_checker.h', |
76 'random.cc', | 77 'random.cc', |
77 'random.h', | 78 'random.h', |
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
670 }, | 671 }, |
671 { | 672 { |
672 'target_name': 'gtest_prod', | 673 'target_name': 'gtest_prod', |
673 'type': 'static_library', | 674 'type': 'static_library', |
674 'sources': [ | 675 'sources': [ |
675 'gtest_prod_util.h', | 676 'gtest_prod_util.h', |
676 ], | 677 ], |
677 }, | 678 }, |
678 ], | 679 ], |
679 } | 680 } |
OLD | NEW |