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

Unified Diff: tools/android/eclipse/.classpath

Issue 2115493005: Add some webapk source directories to eclise .classpath (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 f9bb40635ebe93636190d1b5ba67d7336764f743..bf7c7278d90b7119511c8f4920d37c4463b1d4fd 100644
--- a/tools/android/eclipse/.classpath
+++ b/tools/android/eclipse/.classpath
@@ -30,6 +30,14 @@ to the classpath for downstream development. See "additional_entries" below.
<classpathentry kind="src" path="chrome/android/javatests/src"/>
<classpathentry kind="src" path="chrome/android/sync_shell/javatests/src"/>
<classpathentry kind="src" path="chrome/android/junit/src"/>
+ <classpathentry kind="src" path="chrome/android/webapk/libs/common/src"/>
Xi Han 2016/06/30 16:39:16 Move line 33 "libs/common" to after line 35 "libs/
Yaron 2016/06/30 16:41:05 Done.
+ <classpathentry kind="src" path="chrome/android/webapk/libs/client/junit/src"/>
+ <classpathentry kind="src" path="chrome/android/webapk/libs/client/src"/>
+ <classpathentry kind="src" path="chrome/android/webapk/libs/runtime_library/junit/src"/>
+ <classpathentry kind="src" path="chrome/android/webapk/libs/runtime_library/src"/>
+ <classpathentry kind="src" path="chrome/android/webapk/shell_apk/javatests/dex_optimizer/src"/>
Xi Han 2016/06/30 16:39:16 Add "shell_apk/javatests/canary_lib/src" too?
Yaron 2016/06/30 16:41:05 It's really not interesting (just a placeholder) s
+ <classpathentry kind="src" path="chrome/android/webapk/shell_apk/javatests/src"/>
+ <classpathentry kind="src" path="chrome/android/webapk/shell_apk/src"/>
<classpathentry kind="src" path="chrome/test/android/javatests/src"/>
<classpathentry kind="src" path="chrome/test/chromedriver/test/webview_shell/java/src"/>
<classpathentry kind="src" path="components/bookmarks/common/android/java/src"/>
« 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