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

Unified Diff: third_party/libjingle/libjingle_peerconnection.gypi

Issue 551793003: Making WebRTC Java api avaliable in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« third_party/libjingle/libjingle.gyp ('K') | « third_party/libjingle/libjingle.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/libjingle_peerconnection.gypi
diff --git a/third_party/libjingle/libjingle_peerconnection.gypi b/third_party/libjingle/libjingle_peerconnection.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..444d280cd2ea4eb1e10f890909af8e98d7099a06
--- /dev/null
+++ b/third_party/libjingle/libjingle_peerconnection.gypi
@@ -0,0 +1,27 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'nacl_untrusted_build%': 0,
+ },
+ 'sources': [
+ # Note: sources list duplicated in GN build.
+ '<(libjingle_source)/talk/media/webrtc/webrtcmediaengine.cc',
+ '<(libjingle_source)/talk/media/webrtc/webrtcmediaengine.h',
+ '<(libjingle_source)/talk/media/webrtc/webrtcvideoengine.cc',
+ '<(libjingle_source)/talk/media/webrtc/webrtcvideoengine.h',
+ '<(libjingle_source)/talk/media/webrtc/webrtcvideoengine2.cc',
+ '<(libjingle_source)/talk/media/webrtc/webrtcvideoengine2.h',
+ '<(libjingle_source)/talk/media/webrtc/webrtcvoiceengine.cc',
+ '<(libjingle_source)/talk/media/webrtc/webrtcvoiceengine.h',
+ ],
+ 'dependencies': [
+ '<(DEPTH)/third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system_wrappers',
+ '<(DEPTH)/third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine',
+ '<(DEPTH)/third_party/webrtc/webrtc.gyp:webrtc',
+ '<@(libjingle_peerconnection_additional_deps)',
+ 'libjingle_webrtc_common',
+ ],
+}
« third_party/libjingle/libjingle.gyp ('K') | « third_party/libjingle/libjingle.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698