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

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

Issue 2533573002: Move ADM specific Android files into modules/audio_device/android/ (Closed)
Patch Set: re-add dep Created 4 years, 1 month 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
Index: webrtc/modules/utility/BUILD.gn
diff --git a/webrtc/modules/utility/BUILD.gn b/webrtc/modules/utility/BUILD.gn
index b8f5f2ebaf1b488680c8f24b76737d703559ea5c..a648748d37e40b3ea3bf399f3b2bec674c07812a 100644
--- a/webrtc/modules/utility/BUILD.gn
+++ b/webrtc/modules/utility/BUILD.gn
@@ -13,16 +13,12 @@ rtc_static_library("utility") {
"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/jvm_android.cc",
"source/process_thread_impl.cc",
"source/process_thread_impl.h",
]

Powered by Google App Engine
This is Rietveld 408576698