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

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

Issue 2625903004: Rename fec_tables_xor.h -> fec_rate_table.h (Closed)
Patch Set: sprang comments 1. Created 3 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
« no previous file with comments | « no previous file | webrtc/modules/video_coding/fec_rate_table.h » ('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 cd198324ea98c8e7f5db54e2a9d0ffca9b761ce1..7d50e875351a442bd760cfa7910c8c42bfc4c47a 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -18,7 +18,7 @@ rtc_static_library("video_coding") {
"decoding_state.h",
"encoded_frame.cc",
"encoded_frame.h",
- "fec_tables_xor.h",
+ "fec_rate_table.h",
"frame_buffer.cc",
"frame_buffer.h",
"frame_buffer2.cc",
« no previous file with comments | « no previous file | webrtc/modules/video_coding/fec_rate_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698