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

Unified Diff: components/components_tests.gyp

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 | « components/BUILD.gn ('k') | components/gcm_driver.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index c5588b20e3c19ee29684a57526dddee17a31b590..10f6fa0f4017ab7b64a228db0d8a91966886c634 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1390,7 +1390,6 @@
'gcm_driver/gcm_client_impl_unittest.cc',
'gcm_driver/gcm_driver_desktop_unittest.cc',
'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
- 'gcm_driver/instance_id/instance_id_driver_unittest.cc',
'sessions/core/session_backend_unittest.cc',
'storage_monitor/media_storage_util_unittest.cc',
'storage_monitor/storage_info_unittest.cc',
@@ -1657,6 +1656,8 @@
'type': 'none',
'dependencies': [
'components_unittests',
+ 'components.gyp:instance_id_driver_java',
+ 'components.gyp:instance_id_driver_test_support_java',
'components.gyp:invalidation_java',
'components.gyp:signin_core_browser_java',
'components.gyp:web_restrictions_test_support_java',
« no previous file with comments | « components/BUILD.gn ('k') | components/gcm_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698