| OLD | NEW | 
|---|
| 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  Loading... | 
| 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> | 
| OLD | NEW | 
|---|