OLD | NEW |
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 10 'targets': [ |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 { | 104 { |
105 'target_name': 'audioproc', | 105 'target_name': 'audioproc', |
106 'type': 'executable', | 106 'type': 'executable', |
107 'dependencies': [ | 107 'dependencies': [ |
108 'audio_processing', | 108 'audio_processing', |
109 'audioproc_debug_proto', | 109 'audioproc_debug_proto', |
110 'audioproc_test_utils', | 110 'audioproc_test_utils', |
111 'audioproc_protobuf_utils', | 111 'audioproc_protobuf_utils', |
112 '<(DEPTH)/testing/gtest.gyp:gtest', | 112 '<(DEPTH)/testing/gtest.gyp:gtest', |
113 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers'
, | 113 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers'
, |
| 114 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_
default', |
114 '<(webrtc_root)/test/test.gyp:test_support', | 115 '<(webrtc_root)/test/test.gyp:test_support', |
115 ], | 116 ], |
116 'sources': [ 'test/process_test.cc', ], | 117 'sources': [ 'test/process_test.cc', ], |
117 }, | 118 }, |
118 { | 119 { |
119 'target_name': 'audioproc_f', | 120 'target_name': 'audioproc_f', |
120 'type': 'executable', | 121 'type': 'executable', |
121 'dependencies': [ | 122 'dependencies': [ |
122 'audio_processing', | 123 'audio_processing', |
123 'audioproc_debug_proto', | 124 'audioproc_debug_proto', |
124 'audioproc_test_utils', | 125 'audioproc_test_utils', |
125 'audioproc_protobuf_utils', | 126 'audioproc_protobuf_utils', |
| 127 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_
default', |
126 '<(webrtc_root)/test/test.gyp:test_support', | 128 '<(webrtc_root)/test/test.gyp:test_support', |
127 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', | 129 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
128 ], | 130 ], |
129 'sources': [ 'test/audioproc_float.cc', ], | 131 'sources': [ 'test/audioproc_float.cc', ], |
130 }, | 132 }, |
131 { | 133 { |
132 'target_name': 'unpack_aecdump', | 134 'target_name': 'unpack_aecdump', |
133 'type': 'executable', | 135 'type': 'executable', |
134 'dependencies': [ | 136 'dependencies': [ |
135 'audioproc_debug_proto', | 137 'audioproc_debug_proto', |
136 'audioproc_test_utils', | 138 'audioproc_test_utils', |
137 'audioproc_protobuf_utils', | 139 'audioproc_protobuf_utils', |
138 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers'
, | 140 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers'
, |
139 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', | 141 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', |
140 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', | 142 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
141 ], | 143 ], |
142 'sources': [ 'test/unpack.cc', ], | 144 'sources': [ 'test/unpack.cc', ], |
143 }, | 145 }, |
144 ], | 146 ], |
145 }], | 147 }], |
146 ], | 148 ], |
147 } | 149 } |
OLD | NEW |