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

Side by Side Diff: talk/libjingle_examples.gyp

Issue 1241283004: iOS: Move AppRTC logging methods to public headers. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 5 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
OLDNEW
1 # 1 #
2 # libjingle 2 # libjingle
3 # Copyright 2012 Google Inc. 3 # Copyright 2012 Google Inc.
4 # 4 #
5 # Redistribution and use in source and binary forms, with or without 5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions are met: 6 # modification, are permitted provided that the following conditions are met:
7 # 7 #
8 # 1. Redistributions of source code must retain the above copyright notice, 8 # 1. Redistributions of source code must retain the above copyright notice,
9 # this list of conditions and the following disclaimer. 9 # this list of conditions and the following disclaimer.
10 # 2. Redistributions in binary form must reproduce the above copyright notice, 10 # 2. Redistributions in binary form must reproduce the above copyright notice,
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 ], # conditions 148 ], # conditions
149 }, # target peerconnection_client 149 }, # target peerconnection_client
150 ], # targets 150 ], # targets
151 }], # OS=="linux" or OS=="win" 151 }], # OS=="linux" or OS=="win"
152 152
153 ['OS=="ios" or (OS=="mac" and target_arch!="ia32" and mac_sdk>="10.8")', { 153 ['OS=="ios" or (OS=="mac" and target_arch!="ia32" and mac_sdk>="10.8")', {
154 'targets': [ 154 'targets': [
155 { 155 {
156 'target_name': 'apprtc_common', 156 'target_name': 'apprtc_common',
157 'type': 'static_library', 157 'type': 'static_library',
158 'dependencies': [
159 'libjingle.gyp:libjingle_peerconnection_objc',
160 ],
158 'sources': [ 161 'sources': [
159 'examples/objc/AppRTCDemo/common/ARDLogging.h',
160 'examples/objc/AppRTCDemo/common/ARDLogging.mm',
161 'examples/objc/AppRTCDemo/common/ARDUtilities.h', 162 'examples/objc/AppRTCDemo/common/ARDUtilities.h',
162 'examples/objc/AppRTCDemo/common/ARDUtilities.m', 163 'examples/objc/AppRTCDemo/common/ARDUtilities.m',
163 ], 164 ],
164 'include_dirs': [ 165 'include_dirs': [
165 'examples/objc/AppRTCDemo/common', 166 'examples/objc/AppRTCDemo/common',
166 ], 167 ],
167 'direct_dependent_settings': { 168 'direct_dependent_settings': {
168 'include_dirs': [ 169 'include_dirs': [
169 'examples/objc/AppRTCDemo/common', 170 'examples/objc/AppRTCDemo/common',
170 ], 171 ],
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'apk_name': 'AppRTCDemoTest', 404 'apk_name': 'AppRTCDemoTest',
404 'java_in_dir': 'examples/androidtests', 405 'java_in_dir': 'examples/androidtests',
405 'is_test_apk': 1, 406 'is_test_apk': 1,
406 }, 407 },
407 'includes': [ '../build/java_apk.gypi' ], 408 'includes': [ '../build/java_apk.gypi' ],
408 }, 409 },
409 ], # targets 410 ], # targets
410 }], # OS=="android" 411 }], # OS=="android"
411 ], 412 ],
412 } 413 }
OLDNEW
« talk/examples/objc/AppRTCDemo/ARDSignalingMessage.m ('K') | « talk/libjingle.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698