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

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

Issue 2038513002: FileRecorderImpl and FilePlayerImpl don't need their own .h and .cc files (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@remove2
Patch Set: rebase Created 4 years, 4 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/utility/source/file_player.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/utility/BUILD.gn
diff --git a/webrtc/modules/utility/BUILD.gn b/webrtc/modules/utility/BUILD.gn
index 5437e4f5f78d59f3837897e8bc45c1b3c07e3f0a..b1ae692d35a6368171ad4ff3d11e6dff862ef633 100644
--- a/webrtc/modules/utility/BUILD.gn
+++ b/webrtc/modules/utility/BUILD.gn
@@ -19,10 +19,8 @@ source_set("utility") {
"source/audio_frame_operations.cc",
"source/coder.cc",
"source/coder.h",
- "source/file_player_impl.cc",
- "source/file_player_impl.h",
- "source/file_recorder_impl.cc",
- "source/file_recorder_impl.h",
+ "source/file_player.cc",
+ "source/file_recorder.cc",
"source/helpers_android.cc",
"source/helpers_ios.mm",
"source/jvm_android.cc",
« no previous file with comments | « no previous file | webrtc/modules/utility/source/file_player.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698