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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1425783002: Componentizing GcmProfileService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix UT errors as per comments Created 5 years, 1 month 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 | « chrome/chrome_browser.gypi ('k') | components/gcm_driver.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 0219be77782f10d2b8f7983e49d150c282e3d99d..33159d5021531fd8e7f7e451c877daa3058946c0 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2180,6 +2180,7 @@
'../base/base.gyp:test_support_base',
'../components/components_resources.gyp:components_resources',
'../components/components.gyp:content_settings_core_test_support',
+ '../components/components.gyp:gcm_driver',
'../components/components.gyp:password_manager_core_browser_test_support',
'../components/components.gyp:syncable_prefs_test_support',
'../components/components.gyp:ui_zoom_test_support',
@@ -2287,6 +2288,7 @@
],
'dependencies': [
'../testing/android/native_test.gyp:native_test_native_code',
+ '../components/components.gyp:gcm_driver',
],
}, { # Not Android.
'sources': [ '<@(chrome_unit_tests_non_android_sources)' ],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/gcm_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698