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

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

Issue 1419553003: Revert "Introduce support design library to chrome and roll android_tools/" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Proper rebase Created 5 years, 1 month 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 <classpathentry kind="src" path="out/Debug/java_proto/test_support_sync_prot o_java/src"/> 161 <classpathentry kind="src" path="out/Debug/java_proto/test_support_sync_prot o_java/src"/>
162 <classpathentry kind="src" path="out/Debug/remoting_apk/gen"/> 162 <classpathentry kind="src" path="out/Debug/remoting_apk/gen"/>
163 <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"/> 163 <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"/>
164 <classpathentry kind="lib" path="third_party/android_tools/sdk/platforms/and roid-23/android.jar" sourcepath="third_party/android_tools/sdk/sources/"> 164 <classpathentry kind="lib" path="third_party/android_tools/sdk/platforms/and roid-23/android.jar" sourcepath="third_party/android_tools/sdk/sources/">
165 <attributes> 165 <attributes>
166 <attribute name="javadoc_location" value="http://developer.android.c om/reference/"/> 166 <attribute name="javadoc_location" value="http://developer.android.c om/reference/"/>
167 </attributes> 167 </attributes>
168 </classpathentry> 168 </classpathentry>
169 <classpathentry kind="lib" path="third_party/android_tools/sdk/platforms/and roid-23/data/layoutlib.jar" sourcepath="third_party/android_tools/sdk/sources/"/ > 169 <classpathentry kind="lib" path="third_party/android_tools/sdk/platforms/and roid-23/data/layoutlib.jar" sourcepath="third_party/android_tools/sdk/sources/"/ >
170 <classpathentry kind="lib" path="third_party/android_tools/sdk/platforms/and roid-23/uiautomator.jar" sourcepath="third_party/android_tools/sdk/sources"/> 170 <classpathentry kind="lib" path="third_party/android_tools/sdk/platforms/and roid-23/uiautomator.jar" sourcepath="third_party/android_tools/sdk/sources"/>
171 <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"/>
172 <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"/> 171 <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"/>
173 <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"/> 172 <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"/>
174 <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"/> 173 <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"/>
175 <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"/> 174 <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"/>
176 <classpathentry kind="lib" path="third_party/findbugs/lib/findbugs.jar"/> 175 <classpathentry kind="lib" path="third_party/findbugs/lib/findbugs.jar"/>
177 <classpathentry kind="lib" path="third_party/junit/src/lib/hamcrest-core-1.1 .jar"/> 176 <classpathentry kind="lib" path="third_party/junit/src/lib/hamcrest-core-1.1 .jar"/>
178 <classpathentry kind="lib" path="third_party/robolectric/lib/robolectric-2.4 -jar-with-dependencies.jar"/> 177 <classpathentry kind="lib" path="third_party/robolectric/lib/robolectric-2.4 -jar-with-dependencies.jar"/>
179 <classpathentry kind="lib" path="out/Debug/lib.java/cacheinvalidation_proto_ java.jar"/> 178 <classpathentry kind="lib" path="out/Debug/lib.java/cacheinvalidation_proto_ java.jar"/>
180 <classpathentry kind="lib" path="out/Debug/lib.java/content_java.jar"/> 179 <classpathentry kind="lib" path="out/Debug/lib.java/content_java.jar"/>
181 <classpathentry kind="lib" path="out/Debug/lib.java/jsr_305_javalib.jar"/> 180 <classpathentry kind="lib" path="out/Debug/lib.java/jsr_305_javalib.jar"/>
182 <classpathentry kind="lib" path="out/Debug/lib.java/net_java.jar"/> 181 <classpathentry kind="lib" path="out/Debug/lib.java/net_java.jar"/>
183 <classpathentry kind="output" path="out/bin"/> 182 <classpathentry kind="output" path="out/bin"/>
184 183
185 <!-- {% block additional_entries %} --> 184 <!-- {% block additional_entries %} -->
186 <!-- When this file is processed as a jinja2 template, additional 185 <!-- When this file is processed as a jinja2 template, additional
187 <classpathentry> elements will be inserted here. --> 186 <classpathentry> elements will be inserted here. -->
188 <!-- {% endblock %} --> 187 <!-- {% endblock %} -->
189 188
190 </classpath> 189 </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