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

Unified Diff: third_party/robolectric/README.chromium

Issue 2051913002: [Third Party] Add Robolectric 3.0 build files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make some variables final. Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « third_party/robolectric/BUILD.gn ('k') | third_party/robolectric/lib/android-all-4.3_r2-robolectric-0.jar.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698