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

Unified Diff: tools/android/eclipse/.classpath

Issue 2292353002: Fix NFC crasher from accessing a destroyed activity. (Closed)
Patch Set: Created 4 years, 4 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
« no previous file with comments | « device/nfc/android/java/src/org/chromium/device/nfc/NfcImpl.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/eclipse/.classpath
diff --git a/tools/android/eclipse/.classpath b/tools/android/eclipse/.classpath
index ebe5be317c5bfa9075bfaf72343ea7e64a18d8bc..5e3140dc28250ac1076e57dfca8095cde09fe27d 100644
--- a/tools/android/eclipse/.classpath
+++ b/tools/android/eclipse/.classpath
@@ -76,6 +76,7 @@ to the classpath for downstream development. See "additional_entries" below.
<classpathentry kind="src" path="device/battery/android/java/src"/>
<classpathentry kind="src" path="device/bluetooth/android/java/src"/>
<classpathentry kind="src" path="device/gamepad/android/java/src"/>
+ <classpathentry kind="src" path="device/nfc/android/java/src"/>
<classpathentry kind="src" path="device/usb/android/java/src"/>
<classpathentry kind="src" path="device/vibration/android/java/src"/>
<classpathentry kind="src" path="media/base/android/java/src"/>
@@ -250,6 +251,7 @@ to the classpath for downstream development. See "additional_entries" below.
<classpathentry kind="lib" path="out/Debug/lib.java/device/battery/android/battery_monitor_android.jar"/>
<classpathentry kind="lib" path="out/Debug/lib.java/device/battery/mojo_bindings_java.jar"/>
<classpathentry kind="lib" path="out/Debug/lib.java/device/bluetooth/java.jar"/>
+ <classpathentry kind="lib" path="out/Debug/lib.java/device/nfc/mojo_bindings_java.jar"/>
<classpathentry kind="lib" path="out/Debug/lib.java/device/vibration/android/vibration_manager_android.jar"/>
<classpathentry kind="lib" path="out/Debug/lib.java/device/vibration/mojo_bindings_java.jar"/>
<classpathentry kind="lib" path="out/Debug/lib.java/media/base/android/media_java.jar"/>
« no previous file with comments | « device/nfc/android/java/src/org/chromium/device/nfc/NfcImpl.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698