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

Unified Diff: tools/android/eclipse/.classpath

Issue 2292083007: Add some class paths for mockito and robolectric (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | 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 7f91523f3e45ee1b67dd1d20d42a6c53e42270a3..4c075c2bd421abe4669f771eced269be91fa29c2 100644
--- a/tools/android/eclipse/.classpath
+++ b/tools/android/eclipse/.classpath
@@ -108,7 +108,12 @@ to the classpath for downstream development. See "additional_entries" below.
<classpathentry kind="src" path="third_party/gif_player/src"/>
<classpathentry kind="src" path="third_party/jmake/src"/>
<classpathentry kind="src" path="third_party/junit/src/src/main/java"/>
- <classpathentry kind="src" path="third_party/mockito/src/src"/>
+ <classpathentry kind="src" path="third_party/mockito/src/src/main/java"/>
+ <classpathentry kind="src" path="third_party/robolectric/robolectric/robolectric/src/main/java"/>
+ <classpathentry kind="src" path="third_party/robolectric/robolectric/robolectric/src/main/java"/>
+ <classpathentry kind="src" path="third_party/robolectric/robolectric/robolectric-annotations/src/main/java"/>
+ <classpathentry kind="src" path="third_party/robolectric/robolectric/robolectric-shadows/shadows-core/src/main/java"/>
+ <classpathentry kind="src" path="third_party/robolectric/robolectric/robolectric-utils/src/main/java"/>
<classpathentry kind="src" path="tools/android/findbugs_plugin/src"/>
<classpathentry kind="src" path="tools/android/findbugs_plugin/test/java/src"/>
<classpathentry kind="src" path="tools/android/memconsumer/java/src"/>
@@ -217,7 +222,6 @@ to the classpath for downstream development. See "additional_entries" below.
<classpathentry kind="lib" path="third_party/findbugs/lib/findbugs.jar"/>
<classpathentry kind="lib" path="third_party/junit/src/lib/hamcrest-core-1.1.jar"/>
<classpathentry kind="lib" path="third_party/mockito/src/lib/repackaged/cglib-and-asm-1.0.jar" sourcepath="third_party/mockito/src/lib/sources/cglib-and-asm-1.0-sources.jar"/>
- <classpathentry kind="lib" path="third_party/robolectric/lib/robolectric-2.4-jar-with-dependencies.jar"/>
<classpathentry kind="lib" path="out/Debug/lib.java/cacheinvalidation_proto_java.jar"/>
<classpathentry kind="lib" path="out/Debug/lib.java/content_java.jar"/>
<classpathentry kind="lib" path="out/Debug/lib.java/jsr_305_javalib.jar"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698