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

Unified Diff: remoting/android/client_java_tmpl.gni

Issue 2132883002: [Remoting Android] Placeholder for DesktopView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase ToT and do same fix for GlDisplay Created 4 years, 5 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/android/client_java_tmpl.gni
diff --git a/remoting/android/client_java_tmpl.gni b/remoting/android/client_java_tmpl.gni
index 633187d15b67d9bbcb259ee521155e7ccfd147d3..20e076d909bdd0456da8618138227f70357a451b 100644
--- a/remoting/android/client_java_tmpl.gni
+++ b/remoting/android/client_java_tmpl.gni
@@ -9,6 +9,7 @@ template("remoting_android_client_java_tmpl") {
android_library(target_name) {
_java_file_prefix = "//remoting/android/java/src/org/chromium/chromoting"
_java_files = [
+ "AbstractDesktopView.java",
"AccountsAdapter.java",
"ActivityLifecycleListener.java",
"AnimationJob.java",
@@ -21,7 +22,7 @@ template("remoting_android_client_java_tmpl") {
"Desktop.java",
"DesktopCanvas.java",
"DesktopView.java",
- "DesktopViewInterface.java",
+ "DesktopViewFactory.java",
"DummyActivityLifecycleListener.java",
"DummyClientExtension.java",
"Event.java",

Powered by Google App Engine
This is Rietveld 408576698