OLD | NEW |
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 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': [ | 10 'includes': [ |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'sources!': [ | 96 'sources!': [ |
97 'remote_bitrate_estimator/test/bwe_test_logging.cc' | 97 'remote_bitrate_estimator/test/bwe_test_logging.cc' |
98 ], | 98 ], |
99 }], | 99 }], |
100 ], | 100 ], |
101 }, | 101 }, |
102 { | 102 { |
103 'target_name': 'bwe_tools_util', | 103 'target_name': 'bwe_tools_util', |
104 'type': 'static_library', | 104 'type': 'static_library', |
105 'dependencies': [ | 105 'dependencies': [ |
| 106 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
106 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers'
, | 107 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers'
, |
107 'rtp_rtcp', | 108 'rtp_rtcp', |
108 ], | 109 ], |
109 'sources': [ | 110 'sources': [ |
110 'tools/bwe_rtp.cc', | 111 'tools/bwe_rtp.cc', |
111 'tools/bwe_rtp.h', | 112 'tools/bwe_rtp.h', |
112 ], | 113 ], |
113 }, | 114 }, |
114 { | 115 { |
115 'target_name': 'bwe_rtp_to_text', | 116 'target_name': 'bwe_rtp_to_text', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 ], | 153 ], |
153 }, | 154 }, |
154 'sources': [ | 155 'sources': [ |
155 'tools/bwe_rtp_play.cc', | 156 'tools/bwe_rtp_play.cc', |
156 ], # source | 157 ], # source |
157 }, | 158 }, |
158 ], | 159 ], |
159 }], # include_tests==1 | 160 }], # include_tests==1 |
160 ], | 161 ], |
161 } | 162 } |
OLD | NEW |