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}
This commit is contained in:
Bjorn Volcker 2015-04-07 21:04:38 +02:00
parent 2e266e9126
commit 968b0e20c3
2 changed files with 0 additions and 2 deletions

View File

@ -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",

View File

@ -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',