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

Unified Diff: content/content_tests.gypi

Issue 1834163002: Revert of Remove libpeerconnection target from third_party/libjingle (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « content/content_renderer.gypi ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 56f933a2d9aa89bdb42a104a3f861e580e93b4d9..e9721e31950150bc3a8f532f2b7d62f7a7b9ae60 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -860,7 +860,7 @@
'../mojo/mojo_base.gyp:mojo_application_base',
'../mojo/mojo_edk.gyp:mojo_system_impl',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
- '../net/net.gyp:net_test_support',
+ '../net/net.gyp:net_test_support',
'../ppapi/ppapi_internal.gyp:ppapi_host',
'../ppapi/ppapi_internal.gyp:ppapi_proxy',
'../ppapi/ppapi_internal.gyp:ppapi_shared',
@@ -886,7 +886,7 @@
'../ui/surface/surface.gyp:surface',
'../url/url.gyp:url_lib',
'../v8/tools/gyp/v8.gyp:v8',
- 'browser/speech/proto/speech_proto.gyp:speech_proto',
+ 'browser/speech/proto/speech_proto.gyp:speech_proto',
'content_test_mojo_bindings',
'content.gyp:content_app_both',
'content.gyp:content_browser',
@@ -949,6 +949,7 @@
],
'dependencies': [
'../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
+ '../third_party/libjingle/libjingle.gyp:libpeerconnection',
'../third_party/webrtc/modules/modules.gyp:video_capture_module',
],
}],
@@ -1108,6 +1109,7 @@
'sources': [ '<@(content_unittests_webrtc_sources)' ],
'dependencies': [
'../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
+ '../third_party/libjingle/libjingle.gyp:libpeerconnection',
'../third_party/webrtc/modules/modules.gyp:video_capture_module',
'../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
],
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698