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

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: Making DesktopViewInterface an abstract class of SurfaceView? 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 f4cb6d728758fb609c03cb4549a9030337d45750..149d9c01abec5910f6af212165dbaedcfbd5f13c 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