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

Side by Side Diff: talk/libjingle.gyp

Issue 1391703003: Create network change notifier. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Minor fix on the comment Created 5 years, 2 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 ], 146 ],
147 'android_java_files': [ 147 'android_java_files': [
148 'app/webrtc/java/android/org/webrtc/Camera2Enumerator.java', 148 'app/webrtc/java/android/org/webrtc/Camera2Enumerator.java',
149 'app/webrtc/java/android/org/webrtc/CameraEnumerationAndroid.j ava', 149 'app/webrtc/java/android/org/webrtc/CameraEnumerationAndroid.j ava',
150 'app/webrtc/java/android/org/webrtc/CameraEnumerator.java', 150 'app/webrtc/java/android/org/webrtc/CameraEnumerator.java',
151 'app/webrtc/java/android/org/webrtc/EglBase.java', 151 'app/webrtc/java/android/org/webrtc/EglBase.java',
152 'app/webrtc/java/android/org/webrtc/GlRectDrawer.java', 152 'app/webrtc/java/android/org/webrtc/GlRectDrawer.java',
153 'app/webrtc/java/android/org/webrtc/GlShader.java', 153 'app/webrtc/java/android/org/webrtc/GlShader.java',
154 'app/webrtc/java/android/org/webrtc/GlUtil.java', 154 'app/webrtc/java/android/org/webrtc/GlUtil.java',
155 'app/webrtc/java/android/org/webrtc/GlTextureFrameBuffer.java' , 155 'app/webrtc/java/android/org/webrtc/GlTextureFrameBuffer.java' ,
156 'app/webrtc/java/android/org/webrtc/NetworkChangeNotifier.java ',
157 'app/webrtc/java/android/org/webrtc/NetworkChangeNotifierAutoD etect.java',
156 'app/webrtc/java/android/org/webrtc/RendererCommon.java', 158 'app/webrtc/java/android/org/webrtc/RendererCommon.java',
157 'app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java' , 159 'app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java' ,
158 'app/webrtc/java/android/org/webrtc/SurfaceViewRenderer.java', 160 'app/webrtc/java/android/org/webrtc/SurfaceViewRenderer.java',
159 'app/webrtc/java/android/org/webrtc/ThreadUtils.java', 161 'app/webrtc/java/android/org/webrtc/ThreadUtils.java',
160 'app/webrtc/java/android/org/webrtc/VideoCapturerAndroid.java' , 162 'app/webrtc/java/android/org/webrtc/VideoCapturerAndroid.java' ,
161 'app/webrtc/java/android/org/webrtc/VideoRendererGui.java', 163 'app/webrtc/java/android/org/webrtc/VideoRendererGui.java',
162 'app/webrtc/java/src/org/webrtc/MediaCodecVideoDecoder.java', 164 'app/webrtc/java/src/org/webrtc/MediaCodecVideoDecoder.java',
163 'app/webrtc/java/src/org/webrtc/MediaCodecVideoEncoder.java', 165 'app/webrtc/java/src/org/webrtc/MediaCodecVideoEncoder.java',
164 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViEAndroidGLES20.java', 166 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViEAndroidGLES20.java',
165 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViERenderer.java', 167 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViERenderer.java',
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 ['OS=="android" and build_with_chromium==0', { 790 ['OS=="android" and build_with_chromium==0', {
789 'sources': [ 791 'sources': [
790 'app/webrtc/androidvideocapturer.h', 792 'app/webrtc/androidvideocapturer.h',
791 'app/webrtc/androidvideocapturer.cc', 793 'app/webrtc/androidvideocapturer.cc',
792 ], 794 ],
793 }], 795 }],
794 ], 796 ],
795 }, # target libjingle_peerconnection 797 }, # target libjingle_peerconnection
796 ], 798 ],
797 } 799 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698