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

Side by Side Diff: tools/android/eclipse/.classpath

Issue 1225393002: Introduce support design library to chrome and roll android_tools/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll android_tools Created 5 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 unified diff | Download patch
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- {% block header_message %} 2 <!-- {% block header_message %}
3 3
4 Eclipse classpath. See instructions at 4 Eclipse classpath. See instructions at
5 https://code.google.com/p/chromium/wiki/AndroidEclipseDev for setting up Eclipse 5 https://code.google.com/p/chromium/wiki/AndroidEclipseDev for setting up Eclipse
6 for Chrome Android development. 6 for Chrome Android development.
7 7
8 Obsolete entries can be found using: 8 Obsolete entries can be found using:
9 9
10 for f in $(grep -oP '(?<= path=")[^"]*' tools/android/eclipse/.classpath); do 10 for f in $(grep -oP '(?<= path=")[^"]*' tools/android/eclipse/.classpath); do
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 <classpathentry kind="src" path="out/Debug/java_proto/test_support_sync_prot o_java/src"/> 156 <classpathentry kind="src" path="out/Debug/java_proto/test_support_sync_prot o_java/src"/>
157 <classpathentry kind="src" path="out/Debug/remoting_apk/gen"/> 157 <classpathentry kind="src" path="out/Debug/remoting_apk/gen"/>
158 <classpathentry kind="lib" path="third_party/android_tools/sdk/extras/google /gcm/gcm-client/dist/gcm.jar" sourcepath="third_party/android_tools/sdk/extras/g oogle/gcm/gcm-client/src"/> 158 <classpathentry kind="lib" path="third_party/android_tools/sdk/extras/google /gcm/gcm-client/dist/gcm.jar" sourcepath="third_party/android_tools/sdk/extras/g oogle/gcm/gcm-client/src"/>
159 <classpathentry kind="lib" path="third_party/android_tools/sdk/platforms/and roid-22/android.jar" sourcepath="third_party/android_tools/sdk/sources/"> 159 <classpathentry kind="lib" path="third_party/android_tools/sdk/platforms/and roid-22/android.jar" sourcepath="third_party/android_tools/sdk/sources/">
160 <attributes> 160 <attributes>
161 <attribute name="javadoc_location" value="http://developer.android.c om/reference/"/> 161 <attribute name="javadoc_location" value="http://developer.android.c om/reference/"/>
162 </attributes> 162 </attributes>
163 </classpathentry> 163 </classpathentry>
164 <classpathentry kind="lib" path="third_party/android_tools/sdk/platforms/and roid-22/data/layoutlib.jar" sourcepath="third_party/android_tools/sdk/sources/"/ > 164 <classpathentry kind="lib" path="third_party/android_tools/sdk/platforms/and roid-22/data/layoutlib.jar" sourcepath="third_party/android_tools/sdk/sources/"/ >
165 <classpathentry kind="lib" path="third_party/android_tools/sdk/platforms/and roid-22/uiautomator.jar" sourcepath="third_party/android_tools/sdk/sources"/> 165 <classpathentry kind="lib" path="third_party/android_tools/sdk/platforms/and roid-22/uiautomator.jar" sourcepath="third_party/android_tools/sdk/sources"/>
166 <classpathentry kind="lib" path="third_party/android_tools/sdk/extras/androi d/support/design/libs/android-support-design.jar" sourcepath="third_party/androi d_tools/sdk/sources"/>
166 <classpathentry kind="lib" path="third_party/android_tools/sdk/extras/androi d/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar" sourcepath="th ird_party/android_tools/sdk/sources"/> 167 <classpathentry kind="lib" path="third_party/android_tools/sdk/extras/androi d/support/v7/mediarouter/libs/android-support-v7-mediarouter.jar" sourcepath="th ird_party/android_tools/sdk/sources"/>
167 <classpathentry kind="lib" path="third_party/android_tools/sdk/extras/androi d/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar" sourcepath=" third_party/android_tools/sdk/sources"/> 168 <classpathentry kind="lib" path="third_party/android_tools/sdk/extras/androi d/support/v7/recyclerview/libs/android-support-v7-recyclerview.jar" sourcepath=" third_party/android_tools/sdk/sources"/>
168 <classpathentry kind="lib" path="third_party/android_tools/sdk/extras/androi d/support/v13/android-support-v13.jar" sourcepath="third_party/android_tools/sdk /sources"/> 169 <classpathentry kind="lib" path="third_party/android_tools/sdk/extras/androi d/support/v13/android-support-v13.jar" sourcepath="third_party/android_tools/sdk /sources"/>
169 <classpathentry kind="lib" path="third_party/android_tools/sdk/extras/androi d/support/v7/appcompat/libs/android-support-v7-appcompat.jar" sourcepath="third_ party/android_tools/sdk/sources"/> 170 <classpathentry kind="lib" path="third_party/android_tools/sdk/extras/androi d/support/v7/appcompat/libs/android-support-v7-appcompat.jar" sourcepath="third_ party/android_tools/sdk/sources"/>
170 <classpathentry kind="lib" path="third_party/findbugs/lib/findbugs.jar"/> 171 <classpathentry kind="lib" path="third_party/findbugs/lib/findbugs.jar"/>
171 <classpathentry kind="lib" path="third_party/junit/src/lib/hamcrest-core-1.1 .jar"/> 172 <classpathentry kind="lib" path="third_party/junit/src/lib/hamcrest-core-1.1 .jar"/>
172 <classpathentry kind="lib" path="third_party/robolectric/lib/robolectric-2.4 -jar-with-dependencies.jar"/> 173 <classpathentry kind="lib" path="third_party/robolectric/lib/robolectric-2.4 -jar-with-dependencies.jar"/>
173 <classpathentry kind="lib" path="out/Debug/lib.java/cacheinvalidation_proto_ java.jar"/> 174 <classpathentry kind="lib" path="out/Debug/lib.java/cacheinvalidation_proto_ java.jar"/>
174 <classpathentry kind="lib" path="out/Debug/lib.java/content_java.jar"/> 175 <classpathentry kind="lib" path="out/Debug/lib.java/content_java.jar"/>
175 <classpathentry kind="lib" path="out/Debug/lib.java/jsr_305_javalib.jar"/> 176 <classpathentry kind="lib" path="out/Debug/lib.java/jsr_305_javalib.jar"/>
176 <classpathentry kind="lib" path="out/Debug/lib.java/net_java.jar"/> 177 <classpathentry kind="lib" path="out/Debug/lib.java/net_java.jar"/>
177 <classpathentry kind="output" path="out/bin"/> 178 <classpathentry kind="output" path="out/bin"/>
178 179
179 <!-- {% block additional_entries %} --> 180 <!-- {% block additional_entries %} -->
180 <!-- When this file is processed as a jinja2 template, additional 181 <!-- When this file is processed as a jinja2 template, additional
181 <classpathentry> elements will be inserted here. --> 182 <classpathentry> elements will be inserted here. -->
182 <!-- {% endblock %} --> 183 <!-- {% endblock %} -->
183 184
184 </classpath> 185 </classpath>
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698