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

Unified Diff: content/content_renderer.gypi

Issue 12465002: Refactor libjingle.gyp: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 years, 10 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
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | third_party/libjingle/libjingle.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 6e4b060f66214101acc60b1987948603fdd1a2ef..0fd9cddd63d31e9257671f5d6d0d39b7c44005dd 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -336,8 +336,7 @@
}],
['enable_webrtc==1', {
'dependencies': [
- '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
- '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection',
+ '../third_party/libjingle/libjingle.gyp:libpeerconnection',
'../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system_wrappers',
'../third_party/webrtc/modules/modules.gyp:audio_device',
'../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core',
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | third_party/libjingle/libjingle.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698