| Index: webrtc/modules/utility/BUILD.gn
 | 
| diff --git a/webrtc/modules/utility/BUILD.gn b/webrtc/modules/utility/BUILD.gn
 | 
| index bb51b133be8b3732487555435ee42916bb54727a..400fa04a907b8219b8ff0cd9c6dfbf9abe8224a8 100644
 | 
| --- a/webrtc/modules/utility/BUILD.gn
 | 
| +++ b/webrtc/modules/utility/BUILD.gn
 | 
| @@ -11,16 +11,10 @@ import("../../build/webrtc.gni")
 | 
|  rtc_source_set("utility") {
 | 
|    sources = [
 | 
|      "include/audio_frame_operations.h",
 | 
| -    "include/file_player.h",
 | 
| -    "include/file_recorder.h",
 | 
|      "include/helpers_android.h",
 | 
|      "include/jvm_android.h",
 | 
|      "include/process_thread.h",
 | 
|      "source/audio_frame_operations.cc",
 | 
| -    "source/coder.cc",
 | 
| -    "source/coder.h",
 | 
| -    "source/file_player.cc",
 | 
| -    "source/file_recorder.cc",
 | 
|      "source/helpers_android.cc",
 | 
|      "source/helpers_ios.mm",
 | 
|      "source/jvm_android.cc",
 | 
| 
 |