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

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

Issue 1592403002: update obsolete code.google.com documentation links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 4 years, 10 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
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://www.chromium.org/developers/android-eclipse-dev 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
11 [[ -e $f ]] || echo $f 11 [[ -e $f ]] || echo $f
12 done 12 done
13 13
14 Note: this file can be processed as a Jinja2 template to add additional entries 14 Note: this file can be processed as a Jinja2 template to add additional entries
15 to the classpath for downstream development. See "additional_entries" below. 15 to the classpath for downstream development. See "additional_entries" below.
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 <classpathentry kind="lib" path="out/Debug/lib.java/third_party/WebKit/publi c/blink_headers_java.jar"/> 231 <classpathentry kind="lib" path="out/Debug/lib.java/third_party/WebKit/publi c/blink_headers_java.jar"/>
232 <classpathentry kind="lib" path="out/Debug/lib.java/ui/accessibility/ui_acce ssibility_java.jar"/> 232 <classpathentry kind="lib" path="out/Debug/lib.java/ui/accessibility/ui_acce ssibility_java.jar"/>
233 <classpathentry kind="lib" path="out/Debug/lib.java/ui/android/ui_java.jar"/ > 233 <classpathentry kind="lib" path="out/Debug/lib.java/ui/android/ui_java.jar"/ >
234 234
235 <!-- {% block additional_entries %} --> 235 <!-- {% block additional_entries %} -->
236 <!-- When this file is processed as a jinja2 template, additional 236 <!-- When this file is processed as a jinja2 template, additional
237 <classpathentry> elements will be inserted here. --> 237 <classpathentry> elements will be inserted here. -->
238 <!-- {% endblock %} --> 238 <!-- {% endblock %} -->
239 239
240 </classpath> 240 </classpath>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698