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

Unified Diff: content/content_renderer.gypi

Issue 12465002: Refactor libjingle.gyp: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove sync.gyp 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 71df854ccaf1c6da95a257ec27a03ae93125c165..da635b1a10f56b6b44b500062acbaceee583799c 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:libpeer',
'../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