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

Side by Side Diff: webrtc/modules/audio_device/DEPS

Issue 2572743004: Move ios_helpers to sdk folder (Closed)
Patch Set: Created 4 years 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 include_rules = [ 1 include_rules = [
2 "+webrtc/base", 2 "+webrtc/base",
3 "+webrtc/common_audio", 3 "+webrtc/common_audio",
4 "+webrtc/system_wrappers", 4 "+webrtc/system_wrappers",
5 ] 5 ]
6 6
7 specific_include_rules = { 7 specific_include_rules = {
8 "ensure_initialized\.cc": [ 8 "ensure_initialized\.cc": [
9 "+base/android", 9 "+base/android",
10 ], 10 ],
11 "audio_device_ios\.mm": [
12 "+webrtc/sdk/objc",
13 ],
11 } 14 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_device/BUILD.gn ('k') | webrtc/modules/audio_device/ios/audio_device_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698