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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1425783002: Componentizing GcmProfileService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added DCHECK instead of CHECK Created 5 years, 2 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: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 548588866ce4650d67682d9882710c39759254cd..f994cefd7de2dd76f22b6ef26138b610c93d75e7 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2181,6 +2181,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',
'../content/content_shell_and_tests.gyp:test_support_content',
@@ -2675,6 +2676,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)' ],

Powered by Google App Engine
This is Rietveld 408576698