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

Unified Diff: build/config/android/internal_rules.gni

Issue 2197403003: [Android] Add shadows-core targets for multiple apis. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Android] Add shadows-core targets for multiple apis. 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: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index 194c494ff19aa9c51f5657d49245cadad18cc7f6..a28c920051bdd472d18c2b89632562bb2b830c32 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -51,7 +51,10 @@ _java_target_whitelist = [
"//third_party/robolectric:android-all-5.0.0_r2-robolectric-1",
"//third_party/robolectric:json-20080701",
"//third_party/robolectric:tagsoup-1.2",
- "//third_party/robolectric:shadows-core-3.0",
+ "//third_party/robolectric:shadows_core_18",
+ "//third_party/robolectric:shadows_core_21",
+ "//third_party/robolectric:shadows-core-3.0-21",
jbudorick 2016/08/01 21:39:33 nit: alpha
mikecase (-- gone --) 2016/08/01 22:05:09 Done. Also, I realized I did the build file stupid
+ "//third_party/robolectric:shadows-core-3.0-18",
"//third_party/robolectric:shadows-multidex-3.0",
]
« no previous file with comments | « DEPS ('k') | third_party/robolectric/BUILD.gn » ('j') | third_party/robolectric/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698