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

Unified Diff: remoting/client/BUILD.gn

Issue 2745583008: Refactoring out the chromoting jni runtime class in favor of chromoting client runtime. (Closed)
Patch Set: Update a comment found in self review. Created 3 years, 9 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
Index: remoting/client/BUILD.gn
diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn
index 9f3e5c494e488a29d7801d556048c1be8b50f5a4..d39d063f63eea5467036c25d5695c3ed22f7c81c 100644
--- a/remoting/client/BUILD.gn
+++ b/remoting/client/BUILD.gn
@@ -11,6 +11,8 @@ static_library("client") {
"audio_consumer.h",
"audio_player.cc",
"audio_player.h",
+ "audio_player_android.cc",
+ "audio_player_android.h",
"chromoting_client.cc",
"chromoting_client.h",
"client_context.cc",

Powered by Google App Engine
This is Rietveld 408576698