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

Side by Side Diff: webrtc/modules/audio_device/audio_device.gypi

Issue 1417683006: modules: more interface -> include renames (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix last incorrectly wrapped pragma message Created 5 years, 1 month 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
OLDNEW
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': [
11 { 11 {
12 'target_name': 'audio_device', 12 'target_name': 'audio_device',
13 'type': 'static_library', 13 'type': 'static_library',
14 'dependencies': [ 14 'dependencies': [
15 'webrtc_utility', 15 'webrtc_utility',
16 '<(webrtc_root)/base/base.gyp:rtc_base_approved', 16 '<(webrtc_root)/base/base.gyp:rtc_base_approved',
17 '<(webrtc_root)/common.gyp:webrtc_common', 17 '<(webrtc_root)/common.gyp:webrtc_common',
18 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', 18 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
19 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', 19 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
20 ], 20 ],
21 'include_dirs': [ 21 'include_dirs': [
22 '.', 22 '.',
23 '../interface', 23 '../include',
24 'include', 24 'include',
25 'dummy', # Contains dummy audio device implementations. 25 'dummy', # Contains dummy audio device implementations.
26 ], 26 ],
27 'direct_dependent_settings': { 27 'direct_dependent_settings': {
28 'include_dirs': [ 28 'include_dirs': [
29 '../interface', 29 '../include',
30 'include', 30 'include',
31 ], 31 ],
32 }, 32 },
33 # TODO(xians): Rename files to e.g. *_linux.{ext}, remove sources in condi tions section 33 # TODO(xians): Rename files to e.g. *_linux.{ext}, remove sources in condi tions section
34 'sources': [ 34 'sources': [
35 'include/audio_device.h', 35 'include/audio_device.h',
36 'include/audio_device_defines.h', 36 'include/audio_device_defines.h',
37 'audio_device_buffer.cc', 37 'audio_device_buffer.cc',
38 'audio_device_buffer.h', 38 'audio_device_buffer.h',
39 'audio_device_generic.cc', 39 'audio_device_generic.cc',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'test/audio_device_test_defines.h', 233 'test/audio_device_test_defines.h',
234 'test/func_test_manager.cc', 234 'test/func_test_manager.cc',
235 'test/func_test_manager.h', 235 'test/func_test_manager.h',
236 ], 236 ],
237 }, 237 },
238 ], # targets 238 ], # targets
239 }], # include_tests 239 }], # include_tests
240 ], 240 ],
241 } 241 }
242 242
OLDNEW
« no previous file with comments | « webrtc/modules/audio_device/android/opensles_player.h ('k') | webrtc/modules/audio_device/include/audio_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698