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

Unified Diff: content/content_tests.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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index e632f8a722f927684aa4dceafb8e031e54536c09..d9ce5b2627d4aa078fdc314eed8d2304599a6b4b 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -196,12 +196,13 @@
'test/webrtc_audio_device_test.h',
],
'dependencies': [
- '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection',
+ '../third_party/libjingle/libjingle.gyp:libpeer',
'../third_party/webrtc/modules/modules.gyp:audio_device',
'../third_party/webrtc/modules/modules.gyp:video_capture_module',
'../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system_wrappers',
'../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core',
- '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core'],
+ '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core'
+ ],
}],
['toolkit_uses_gtk == 1', {
'dependencies': [
@@ -562,7 +563,7 @@
'renderer/media/webrtc_audio_device_unittest.cc',
],
'dependencies': [
- '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection',
+ '../third_party/libjingle/libjingle.gyp:libpeer',
'../third_party/webrtc/modules/modules.gyp:video_capture_module',
'../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system_wrappers',
'../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core',

Powered by Google App Engine
This is Rietveld 408576698