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

Unified Diff: components/BUILD.gn

Issue 1829023002: Add fake for InstanceIDWithSubtype.java, in order to re-use unit test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid2jni
Patch Set: Re-fix FindBugs Created 4 years, 8 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
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 636cecf14d7868148b3fb68c8a8c6230bd78ae2b..a816ba0601f1f6d468e199205631e78cb9ea79cc 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -165,6 +165,7 @@ test("components_unittests") {
"//components/domain_reliability:unit_tests",
"//components/error_page/renderer:unit_tests",
"//components/favicon/content:unit_tests",
+ "//components/gcm_driver/instance_id:unit_tests",
"//components/guest_view/browser:unit_tests",
"//components/history/content/browser:unit_tests",
"//components/invalidation/impl:unit_tests",
@@ -210,6 +211,9 @@ test("components_unittests") {
isolate_file = "components_unittests.isolate"
deps += [
+ "//components/gcm_driver/instance_id:test_support",
+ "//components/gcm_driver/instance_id/android:instance_id_driver_java",
+ "//components/gcm_driver/instance_id/android:instance_id_driver_test_support_java",
"//components/invalidation/impl",
"//components/invalidation/impl:java",
"//components/safe_json",
@@ -221,7 +225,6 @@ test("components_unittests") {
"//components/web_restrictions:test_support_java",
"//components/web_restrictions:unit_tests",
"//content/public/android:content_java",
- "//content/public/android:content_java",
"//content/public/browser",
"//net",
"//ui/android:ui_java",
@@ -240,7 +243,6 @@ test("components_unittests") {
"//components/audio_modem:unit_tests",
"//components/copresence:unit_tests",
"//components/feedback:unit_tests",
- "//components/gcm_driver/instance_id:unit_tests",
"//components/proximity_auth:unit_tests",
"//components/storage_monitor:unit_tests",
"//components/web_modal:unit_tests",
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698