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

Unified Diff: webrtc/modules/video_coding/BUILD.gn

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
« no previous file with comments | « webrtc/modules/modules.gyp ('k') | webrtc/modules/video_coding/codecs/i420/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index e05ab855e8c4699a145b9470d687302a0c59a042..69545d158f48e507401f077bd1d8623acd43a8bb 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -141,8 +141,8 @@ source_set("webrtc_h264") {
source_set("webrtc_i420") {
sources = [
- "codecs/i420/main/interface/i420.h",
- "codecs/i420/main/source/i420.cc",
+ "codecs/i420/i420.cc",
+ "codecs/i420/include/i420.h",
]
configs += [ "../..:common_config" ]
« no previous file with comments | « webrtc/modules/modules.gyp ('k') | webrtc/modules/video_coding/codecs/i420/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698