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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'template_util.h', | 96 'template_util.h', |
97 'thread_annotations.h', | 97 'thread_annotations.h', |
98 'thread_checker.h', | 98 'thread_checker.h', |
99 'thread_checker_impl.cc', | 99 'thread_checker_impl.cc', |
100 'thread_checker_impl.h', | 100 'thread_checker_impl.h', |
101 'timestampaligner.cc', | 101 'timestampaligner.cc', |
102 'timestampaligner.h', | 102 'timestampaligner.h', |
103 'timeutils.cc', | 103 'timeutils.cc', |
104 'timeutils.h', | 104 'timeutils.h', |
105 'trace_event.h', | 105 'trace_event.h', |
| 106 'type_traits.h', |
106 ], | 107 ], |
107 'conditions': [ | 108 'conditions': [ |
108 ['os_posix==1', { | 109 ['os_posix==1', { |
109 'sources': [ | 110 'sources': [ |
110 'file_posix.cc', | 111 'file_posix.cc', |
111 ], | 112 ], |
112 }], | 113 }], |
113 ['OS=="win"', { | 114 ['OS=="win"', { |
114 'sources': [ | 115 'sources': [ |
115 'file_win.cc', | 116 'file_win.cc', |
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 }, | 688 }, |
688 { | 689 { |
689 'target_name': 'gtest_prod', | 690 'target_name': 'gtest_prod', |
690 'type': 'static_library', | 691 'type': 'static_library', |
691 'sources': [ | 692 'sources': [ |
692 'gtest_prod_util.h', | 693 'gtest_prod_util.h', |
693 ], | 694 ], |
694 }, | 695 }, |
695 ], | 696 ], |
696 } | 697 } |
OLD | NEW |