| OLD | NEW |
| 1 Name: Guava: Google Core Libraries for Java 1.6+ | 1 Name: Guava: Google Core Libraries for Java 1.6+ |
| 2 Short Name: guava-libraries | 2 Short Name: guava-libraries |
| 3 URL: https://code.google.com/p/guava-libraries/ | 3 URL: https://code.google.com/p/guava-libraries/ |
| 4 Version: v13.0.1 | 4 Version: NONE |
| 5 License: Apache 2.0 | 5 License: Apache 2.0 |
| 6 License File: src/COPYING | 6 License File: COPYING |
| 7 Security Critical: no | 7 Security Critical: no |
| 8 | 8 |
| 9 Description: | 9 Description: |
| 10 The Guava project contains several of Google's core libraries that we rely on | 10 The Guava project contains several of Google's core libraries. |
| 11 in our Java-based projects: collections, caching, primitives support, | 11 |
| 12 concurrency libraries, common annotations, string processing, I/O, and so forth. | 12 This file and the COPYING license file are currently just a placeholders, |
| 13 as guava was removed in: https://codereview.chromium.org/574103002/. |
| 14 Because DEPS are not automatically removed on all bots, this file needs to stay |
| 15 around until they do, to make the android_aosp bot happy, since it has a |
| 16 requirement for license information for all directories in third_party. The |
| 17 current COPYING file is a copy of the one from the guava repository. |
| 18 See http://crbug.com/380688 for details. |
| 19 TODO(nyquist): Remove this file when http://crbug.com/380688 has been fixed. |
| 13 | 20 |
| 14 Local Modifications: | 21 Local Modifications: |
| 15 None. | 22 None. |
| OLD | NEW |