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

Side by Side Diff: talk/libjingle_examples.gyp

Issue 1187573004: iOS HW H264 support. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Move unittest file. 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'examples/objc/AppRTCDemo/ARDAppEngineClient.m', 166 'examples/objc/AppRTCDemo/ARDAppEngineClient.m',
167 'examples/objc/AppRTCDemo/ARDCEODTURNClient.h', 167 'examples/objc/AppRTCDemo/ARDCEODTURNClient.h',
168 'examples/objc/AppRTCDemo/ARDCEODTURNClient.m', 168 'examples/objc/AppRTCDemo/ARDCEODTURNClient.m',
169 'examples/objc/AppRTCDemo/ARDJoinResponse.h', 169 'examples/objc/AppRTCDemo/ARDJoinResponse.h',
170 'examples/objc/AppRTCDemo/ARDJoinResponse.m', 170 'examples/objc/AppRTCDemo/ARDJoinResponse.m',
171 'examples/objc/AppRTCDemo/ARDJoinResponse+Internal.h', 171 'examples/objc/AppRTCDemo/ARDJoinResponse+Internal.h',
172 'examples/objc/AppRTCDemo/ARDMessageResponse.h', 172 'examples/objc/AppRTCDemo/ARDMessageResponse.h',
173 'examples/objc/AppRTCDemo/ARDMessageResponse.m', 173 'examples/objc/AppRTCDemo/ARDMessageResponse.m',
174 'examples/objc/AppRTCDemo/ARDMessageResponse+Internal.h', 174 'examples/objc/AppRTCDemo/ARDMessageResponse+Internal.h',
175 'examples/objc/AppRTCDemo/ARDRoomServerClient.h', 175 'examples/objc/AppRTCDemo/ARDRoomServerClient.h',
176 'examples/objc/AppRTCDemo/ARDSDPUtils.h',
177 'examples/objc/AppRTCDemo/ARDSDPUtils.m',
176 'examples/objc/AppRTCDemo/ARDSignalingChannel.h', 178 'examples/objc/AppRTCDemo/ARDSignalingChannel.h',
177 'examples/objc/AppRTCDemo/ARDSignalingMessage.h', 179 'examples/objc/AppRTCDemo/ARDSignalingMessage.h',
178 'examples/objc/AppRTCDemo/ARDSignalingMessage.m', 180 'examples/objc/AppRTCDemo/ARDSignalingMessage.m',
179 'examples/objc/AppRTCDemo/ARDTURNClient.h', 181 'examples/objc/AppRTCDemo/ARDTURNClient.h',
180 'examples/objc/AppRTCDemo/ARDUtilities.h', 182 'examples/objc/AppRTCDemo/ARDUtilities.h',
181 'examples/objc/AppRTCDemo/ARDUtilities.m', 183 'examples/objc/AppRTCDemo/ARDUtilities.m',
182 'examples/objc/AppRTCDemo/ARDWebSocketChannel.h', 184 'examples/objc/AppRTCDemo/ARDWebSocketChannel.h',
183 'examples/objc/AppRTCDemo/ARDWebSocketChannel.m', 185 'examples/objc/AppRTCDemo/ARDWebSocketChannel.m',
184 'examples/objc/AppRTCDemo/RTCICECandidate+JSON.h', 186 'examples/objc/AppRTCDemo/RTCICECandidate+JSON.h',
185 'examples/objc/AppRTCDemo/RTCICECandidate+JSON.m', 187 'examples/objc/AppRTCDemo/RTCICECandidate+JSON.m',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'apk_name': 'AppRTCDemoTest', 375 'apk_name': 'AppRTCDemoTest',
374 'java_in_dir': 'examples/androidtests', 376 'java_in_dir': 'examples/androidtests',
375 'is_test_apk': 1, 377 'is_test_apk': 1,
376 }, 378 },
377 'includes': [ '../build/java_apk.gypi' ], 379 'includes': [ '../build/java_apk.gypi' ],
378 }, 380 },
379 ], # targets 381 ], # targets
380 }], # OS=="android" 382 }], # OS=="android"
381 ], 383 ],
382 } 384 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698