From 968b0e20c34b6b51af7e2487f50132cbda332bc4 Mon Sep 17 00:00:00 2001 From: Bjorn Volcker Date: Tue, 7 Apr 2015 21:04:38 +0200 Subject: [PATCH] Removed build dependency on er_tables_xor.h, since it has been deleted As part of https://webrtc-codereview.appspot.com/45899004/ the file er_tables_xor.h was removed, but not its dependencies in .gn and .gypi. BUG=N/A TBR=pbos Review URL: https://webrtc-codereview.appspot.com/48889004 Cr-Commit-Position: refs/heads/master@{#8944} --- webrtc/modules/video_coding/BUILD.gn | 1 - webrtc/modules/video_coding/video_coding.gypi | 1 - 2 files changed, 2 deletions(-) diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn index 4bcbe29d73..340a20338e 100644 --- a/webrtc/modules/video_coding/BUILD.gn +++ b/webrtc/modules/video_coding/BUILD.gn @@ -22,7 +22,6 @@ source_set("video_coding") { "main/source/decoding_state.h", "main/source/encoded_frame.cc", "main/source/encoded_frame.h", - "main/source/er_tables_xor.h", "main/source/fec_tables_xor.h", "main/source/frame_buffer.cc", "main/source/frame_buffer.h", diff --git a/webrtc/modules/video_coding/video_coding.gypi b/webrtc/modules/video_coding/video_coding.gypi index 484b82a54a..fd9d37d284 100644 --- a/webrtc/modules/video_coding/video_coding.gypi +++ b/webrtc/modules/video_coding/video_coding.gypi @@ -30,7 +30,6 @@ 'main/source/content_metrics_processing.h', 'main/source/decoding_state.h', 'main/source/encoded_frame.h', - 'main/source/er_tables_xor.h', 'main/source/fec_tables_xor.h', 'main/source/frame_buffer.h', 'main/source/generic_decoder.h',