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

Unified Diff: webrtc/webrtc.gyp

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Updated location for peerconnection_unittests.isolate Created 4 years, 11 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: webrtc/webrtc.gyp
diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp
index 029962385069afb2c0f796c2d4699b20eacf9c48..469be94b10a4d42eaa818a3368f6862e019bd2c6 100644
--- a/webrtc/webrtc.gyp
+++ b/webrtc/webrtc.gyp
@@ -55,6 +55,7 @@
],
'variables': {
'webrtc_all_dependencies': [
+ 'api/api.gyp:*',
'base/base.gyp:*',
'sound/sound.gyp:*',
'common.gyp:*',
@@ -80,6 +81,7 @@
'conditions': [
['include_tests==1', {
'dependencies': [
+ 'api/api_tests.gyp:*',
'common_video/common_video_unittests.gyp:*',
'rtc_unittests',
'system_wrappers/system_wrappers_tests.gyp:*',

Powered by Google App Engine
This is Rietveld 408576698