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

Unified Diff: components/sync_driver/BUILD.gn

Issue 1297353003: Enable sync_driver tests with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated as commented Created 5 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/BUILD.gn
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index 9dd241bdce97b8b6a551b6d7a60d311c0f398074..e4761f830425355ec99b24a4eb3fabefb824c9a5 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -100,12 +100,29 @@ static_library("sync_driver") {
source_set("unit_tests") {
testonly = true
sources = [
+ "data_type_manager_impl_unittest.cc",
+ "device_info_data_type_controller_unittest.cc",
+ "device_info_sync_service_unittest.cc",
+ "generic_change_processor_unittest.cc",
+ "model_association_manager_unittest.cc",
+ "non_blocking_data_type_controller_unittest.cc",
+ "non_ui_data_type_controller_unittest.cc",
+ "shared_change_processor_unittest.cc",
+ "sync_policy_handler_unittest.cc",
+ "sync_prefs_unittest.cc",
+ "system_encryptor_unittest.cc",
"tab_node_pool_unittest.cc",
+ "ui_data_type_controller_unittest.cc",
]
deps = [
":sync_driver",
+ ":test_support",
+ "//base",
+ "//components/os_crypt",
+ "//components/pref_registry",
"//sync",
+ "//testing/gmock",
"//testing/gtest",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698