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

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: Changed comments 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
« no previous file with comments | « talk/app/webrtc/peerconnectioninterface.h ('k') | webrtc/base/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'use_native_jni_exports': 1, 97 'use_native_jni_exports': 1,
98 }, 98 },
99 }], 99 }],
100 ['OS=="android" and build_with_chromium==0', { 100 ['OS=="android" and build_with_chromium==0', {
101 'sources': [ 101 'sources': [
102 'app/webrtc/java/jni/androidmediacodeccommon.h', 102 'app/webrtc/java/jni/androidmediacodeccommon.h',
103 'app/webrtc/java/jni/androidmediadecoder_jni.cc', 103 'app/webrtc/java/jni/androidmediadecoder_jni.cc',
104 'app/webrtc/java/jni/androidmediadecoder_jni.h', 104 'app/webrtc/java/jni/androidmediadecoder_jni.h',
105 'app/webrtc/java/jni/androidmediaencoder_jni.cc', 105 'app/webrtc/java/jni/androidmediaencoder_jni.cc',
106 'app/webrtc/java/jni/androidmediaencoder_jni.h', 106 'app/webrtc/java/jni/androidmediaencoder_jni.h',
107 'app/webrtc/java/jni/androidnetworkmonitor_jni.cc',
108 'app/webrtc/java/jni/androidnetworkmonitor_jni.h',
107 'app/webrtc/java/jni/surfacetexturehelper_jni.cc', 109 'app/webrtc/java/jni/surfacetexturehelper_jni.cc',
108 'app/webrtc/java/jni/surfacetexturehelper_jni.h', 110 'app/webrtc/java/jni/surfacetexturehelper_jni.h',
109 ] 111 ]
110 }], 112 }],
111 ], 113 ],
112 }, 114 },
113 { 115 {
114 'target_name': 'libjingle_peerconnection_jar', 116 'target_name': 'libjingle_peerconnection_jar',
115 'type': 'none', 117 'type': 'none',
116 'actions': [ 118 'actions': [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 ], 151 ],
150 'android_java_files': [ 152 'android_java_files': [
151 'app/webrtc/java/android/org/webrtc/Camera2Enumerator.java', 153 'app/webrtc/java/android/org/webrtc/Camera2Enumerator.java',
152 'app/webrtc/java/android/org/webrtc/CameraEnumerationAndroid.j ava', 154 'app/webrtc/java/android/org/webrtc/CameraEnumerationAndroid.j ava',
153 'app/webrtc/java/android/org/webrtc/CameraEnumerator.java', 155 'app/webrtc/java/android/org/webrtc/CameraEnumerator.java',
154 'app/webrtc/java/android/org/webrtc/EglBase.java', 156 'app/webrtc/java/android/org/webrtc/EglBase.java',
155 'app/webrtc/java/android/org/webrtc/GlRectDrawer.java', 157 'app/webrtc/java/android/org/webrtc/GlRectDrawer.java',
156 'app/webrtc/java/android/org/webrtc/GlShader.java', 158 'app/webrtc/java/android/org/webrtc/GlShader.java',
157 'app/webrtc/java/android/org/webrtc/GlUtil.java', 159 'app/webrtc/java/android/org/webrtc/GlUtil.java',
158 'app/webrtc/java/android/org/webrtc/GlTextureFrameBuffer.java' , 160 'app/webrtc/java/android/org/webrtc/GlTextureFrameBuffer.java' ,
161 'app/webrtc/java/android/org/webrtc/NetworkMonitor.java',
162 'app/webrtc/java/android/org/webrtc/NetworkMonitorAutoDetect.j ava',
159 'app/webrtc/java/android/org/webrtc/RendererCommon.java', 163 'app/webrtc/java/android/org/webrtc/RendererCommon.java',
160 'app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java' , 164 'app/webrtc/java/android/org/webrtc/SurfaceTextureHelper.java' ,
161 'app/webrtc/java/android/org/webrtc/SurfaceViewRenderer.java', 165 'app/webrtc/java/android/org/webrtc/SurfaceViewRenderer.java',
162 'app/webrtc/java/android/org/webrtc/ThreadUtils.java', 166 'app/webrtc/java/android/org/webrtc/ThreadUtils.java',
163 'app/webrtc/java/android/org/webrtc/VideoCapturerAndroid.java' , 167 'app/webrtc/java/android/org/webrtc/VideoCapturerAndroid.java' ,
164 'app/webrtc/java/android/org/webrtc/VideoRendererGui.java', 168 'app/webrtc/java/android/org/webrtc/VideoRendererGui.java',
165 'app/webrtc/java/src/org/webrtc/MediaCodecVideoDecoder.java', 169 'app/webrtc/java/src/org/webrtc/MediaCodecVideoDecoder.java',
166 'app/webrtc/java/src/org/webrtc/MediaCodecVideoEncoder.java', 170 'app/webrtc/java/src/org/webrtc/MediaCodecVideoEncoder.java',
167 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViEAndroidGLES20.java', 171 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViEAndroidGLES20.java',
168 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViERenderer.java', 172 '<(webrtc_modules_dir)/video_render/android/java/src/org/webrt c/videoengine/ViERenderer.java',
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 ['OS=="android" and build_with_chromium==0', { 793 ['OS=="android" and build_with_chromium==0', {
790 'sources': [ 794 'sources': [
791 'app/webrtc/androidvideocapturer.h', 795 'app/webrtc/androidvideocapturer.h',
792 'app/webrtc/androidvideocapturer.cc', 796 'app/webrtc/androidvideocapturer.cc',
793 ], 797 ],
794 }], 798 }],
795 ], 799 ],
796 }, # target libjingle_peerconnection 800 }, # target libjingle_peerconnection
797 ], 801 ],
798 } 802 }
OLDNEW
« no previous file with comments | « talk/app/webrtc/peerconnectioninterface.h ('k') | webrtc/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698