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

Unified Diff: remoting/remoting.gyp

Issue 19967007: Various improvements to the Chromoting Android app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename ChromotingJni, wrap ApplyBuffer's buffer in a scoped_ptr, fullscreen canvas activity Created 7 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/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index c649f9076019812edc0b1f39003314341b4390ee..d5ac85439b717602197bef1fea74ceeb32b4d251 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1690,10 +1690,10 @@
'../google_apis/google_apis.gyp:google_apis',
],
'sources': [
- 'client/jni/chromoting_jni.cc',
- 'client/jni/chromoting_jni.h',
'client/jni/chromoting_jni_instance.cc',
'client/jni/chromoting_jni_instance.h',
+ 'client/jni/chromoting_jni_runtime.cc',
+ 'client/jni/chromoting_jni_runtime.h',
'client/jni/jni_frame_consumer.cc',
'client/jni/jni_frame_consumer.h',
'client/jni/jni_interface.cc',

Powered by Google App Engine
This is Rietveld 408576698