Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(508)

Side by Side Diff: webrtc/media/media.gyp

Issue 2059703002: Move webrtc/audio_*.h to webrtc/api/call (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased on top of d565b73121b1b7672fb7d1f115bbbbb137a838eb Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/media/engine/webrtcvoiceengine.cc ('k') | webrtc/pc/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 ], # targets. 196 ], # targets.
197 'conditions': [ 197 'conditions': [
198 ['include_tests==1', { 198 ['include_tests==1', {
199 'targets' : [ 199 'targets' : [
200 { 200 {
201 'target_name': 'rtc_unittest_main', 201 'target_name': 'rtc_unittest_main',
202 'type': 'static_library', 202 'type': 'static_library',
203 'dependencies': [ 203 'dependencies': [
204 '<(DEPTH)/testing/gmock.gyp:gmock', 204 '<(DEPTH)/testing/gmock.gyp:gmock',
205 '<(DEPTH)/testing/gtest.gyp:gtest', 205 '<(DEPTH)/testing/gtest.gyp:gtest',
206 '<(webrtc_root)/api/api.gyp:call_api',
206 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', 207 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
207 '<(webrtc_root)/media/media.gyp:rtc_media', 208 '<(webrtc_root)/media/media.gyp:rtc_media',
208 ], 209 ],
209 'direct_dependent_settings': { 210 'direct_dependent_settings': {
210 'include_dirs': [ 211 'include_dirs': [
211 '<(libyuv_dir)/include', 212 '<(libyuv_dir)/include',
212 '<(DEPTH)/testing/gmock/include', 213 '<(DEPTH)/testing/gmock/include',
213 ], 214 ],
214 }, 215 },
215 'conditions': [ 216 'conditions': [
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'sources': [ 368 'sources': [
368 'rtc_media_unittests.isolate', 369 'rtc_media_unittests.isolate',
369 ], 370 ],
370 }, 371 },
371 ], 372 ],
372 }], 373 }],
373 ], # conditions 374 ], # conditions
374 }], # include_tests==1 375 }], # include_tests==1
375 ], # conditions 376 ], # conditions
376 } 377 }
OLDNEW
« no previous file with comments | « webrtc/media/engine/webrtcvoiceengine.cc ('k') | webrtc/pc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698