| OLD | NEW |
| 1 ================================================================================ | 1 ================================================================================ |
| 2 __________ .__ | 2 __________ .__ |
| 3 \______ \ |__| ____ _____ _______ ___.__. | 3 \______ \ |__| ____ _____ _______ ___.__. |
| 4 | | _/ | | / \ \__ \ \_ __ \ < | | | 4 | | _/ | | / \ \__ \ \_ __ \ < | | |
| 5 | | \ | | | | \ / __ \_ | | \/ \___ | | 5 | | \ | | | | \ / __ \_ | | \/ \___ | |
| 6 |______ / |__| |___| / (____ / |__| / ____| | 6 |______ / |__| |___| / (____ / |__| / ____| |
| 7 \/ \/ \/ \/ | 7 \/ \/ \/ \/ |
| 8 _________ .__ ___________ .__ | 8 _________ .__ ___________ .__ |
| 9 / _____/ |__| ________ ____ \__ ___/ ____ ____ | | | 9 / _____/ |__| ________ ____ \__ ___/ ____ ____ | | |
| 10 \_____ \ | | \___ / _/ __ \ | | / _ \ / _ \ | | | 10 \_____ \ | | \___ / _/ __ \ | | / _ \ / _ \ | | |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 * The Python script uses build system variables to construct the classpath | 109 * The Python script uses build system variables to construct the classpath |
| 110 for running the Java code. | 110 for running the Java code. |
| 111 * The Javascript code in the HTML report Assumes code lives in Chromium for | 111 * The Javascript code in the HTML report Assumes code lives in Chromium for |
| 112 generated hyperlinks and will not hyperlink any file that starts with the | 112 generated hyperlinks and will not hyperlink any file that starts with the |
| 113 substring "out". | 113 substring "out". |
| 114 | 114 |
| 115 -------------------------------------------------------------------------------- | 115 -------------------------------------------------------------------------------- |
| 116 Feature Requests and Bug Reports | 116 Feature Requests and Bug Reports |
| 117 -------------------------------------------------------------------------------- | 117 -------------------------------------------------------------------------------- |
| 118 Please file bugs and feature requests here, making sure to use the label | 118 Please file bugs and feature requests here, making sure to use the label |
| 119 "Binary-Size-Tool": | 119 "Tools-BinarySize": |
| 120 https://code.google.com/p/chromium/issues/entry?labels=Binary-Size-Tool | 120 https://code.google.com/p/chromium/issues/entry?labels=Tools-BinarySize |
| 121 | 121 |
| 122 View all open issues here: | 122 View all open issues here: |
| 123 https://code.google.com/p/chromium/issues/list?can=2&q=label:Binary-Size-Tool | 123 https://code.google.com/p/chromium/issues/list?can=2&q=label:Tools-BinarySize |
| OLD | NEW |