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

Side by Side 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: Use get_path_info to generate template file names. Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 Name: Robolectric 1 Name: Robolectric
2 URL: http://robolectric.org 2 URL: http://robolectric.org
3 Version: 2.4 3 Version: 3.0
4 License: Apache 2.0 4 License: Apache 2.0
5 License File: NOT_SHIPPED 5 License File: NOT_SHIPPED
6 Security Critical: no 6 Security Critical: no
7 License Android Compatible: yes 7 License Android Compatible: yes
8 Description: Robolectric is a unit test framework for Android. To update the 8 Description: Robolectric is a unit test framework for Android.
9 robolectric jars, go to robolectric.org/download and follow link to 9 Local Modifications:
10 robolectric-X.X.X-jar-with-dependencies.jar. 10 - Removed Robolectric's dependence on Maven jars.
11 Local Modifications: None 11 - Switched Robolectric's XML parsing logic from using the vtd-xml library to
12 using the org.w3c.dom package.
13 - Hardcoded version number in robolectric-version.properties.
14 - Hardcoded ShadowProvider service config file. This file is normally generated
15 at compile time but it is difficult to use the generated file with GN.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698