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

Unified Diff: components/gcm_driver/BUILD.gn

Issue 2122603007: Move FakeGCMProfileService to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixup ifndef header guard 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: components/gcm_driver/BUILD.gn
diff --git a/components/gcm_driver/BUILD.gn b/components/gcm_driver/BUILD.gn
index 918029d3042a8be0b2b17aa8888701b261be098a..3dbd4ed4639402456555a43106a6ae4b6905523c 100644
--- a/components/gcm_driver/BUILD.gn
+++ b/components/gcm_driver/BUILD.gn
@@ -118,6 +118,8 @@ source_set("test_support") {
"fake_gcm_client_factory.h",
"fake_gcm_driver.cc",
"fake_gcm_driver.h",
+ "fake_gcm_profile_service.cc",
+ "fake_gcm_profile_service.h",
]
public_deps = [
@@ -151,6 +153,7 @@ source_set("unit_tests") {
"gcm_client_impl_unittest.cc",
"gcm_delayed_task_controller_unittest.cc",
"gcm_driver_desktop_unittest.cc",
+ "gcm_profile_service_unittest.cc",
Peter Beverloo 2016/07/07 17:07:36 This file isn't being moved.
"gcm_stats_recorder_android_unittest.cc",
"gcm_stats_recorder_impl_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698