Index: third_party/robolectric/README.chromium |
diff --git a/third_party/robolectric/README.chromium b/third_party/robolectric/README.chromium |
index 10aeba31e8370d0785e139040aad0694be967085..c1ab163cf6dd65663b903ec7345b2038b0285727 100644 |
--- a/third_party/robolectric/README.chromium |
+++ b/third_party/robolectric/README.chromium |
@@ -1,11 +1,15 @@ |
Name: Robolectric |
URL: http://robolectric.org |
-Version: 2.4 |
+Version: 3.0 |
License: Apache 2.0 |
License File: NOT_SHIPPED |
Security Critical: no |
License Android Compatible: yes |
-Description: Robolectric is a unit test framework for Android. To update the |
-robolectric jars, go to robolectric.org/download and follow link to |
-robolectric-X.X.X-jar-with-dependencies.jar. |
-Local Modifications: None |
+Description: Robolectric is a unit test framework for Android. |
+Local Modifications: |
+- Removed Robolectric's dependence on Maven jars. |
+- Switched Robolectric's XML parsing logic from using the vtd-xml library to |
+ using the org.w3c.dom package. |
+- Hardcoded version number in robolectric-version.properties. |
+- Hardcoded ShadowProvider service config file. This file is normally generated |
+ at compile time but it is difficult to use the generated file with GN. |