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

Unified Diff: webrtc/modules/video_coding/codecs/i420/i420.gypi

Issue 1418753002: Move i420 files to the right location (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 2 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/modules/video_coding/codecs/i420/i420.gypi
diff --git a/webrtc/modules/video_coding/codecs/i420/main/source/i420.gypi b/webrtc/modules/video_coding/codecs/i420/i420.gypi
similarity index 95%
rename from webrtc/modules/video_coding/codecs/i420/main/source/i420.gypi
rename to webrtc/modules/video_coding/codecs/i420/i420.gypi
index 3718e8924d483d6f40863a5b3ba5d4de91a660a3..4fd8e318bd667d8bbdfddac476d08a3ba71b7a57 100644
--- a/webrtc/modules/video_coding/codecs/i420/main/source/i420.gypi
+++ b/webrtc/modules/video_coding/codecs/i420/i420.gypi
@@ -15,7 +15,7 @@
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
],
'sources': [
- '../interface/i420.h',
+ 'include/i420.h',
'i420.cc',
],
},
« no previous file with comments | « webrtc/modules/video_coding/codecs/i420/i420.cc ('k') | webrtc/modules/video_coding/codecs/i420/include/i420.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698