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

Unified Diff: sync/BUILD.gn

Issue 936953004: Add more targets to GN check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move net function Created 5 years, 10 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: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index e3d8f0d438cb6887e6cb9266609b6fe10dc4ac54..57cebf9f986cdfb2c0988640db4e475657d70fa7 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -540,8 +540,9 @@ static_library("test_support_sync_api") {
defines = [ "SYNC_TEST" ]
public_deps = [
- "//testing/gmock",
+ "//base",
"//sync",
+ "//testing/gmock",
]
}
@@ -629,6 +630,8 @@ test("sync_unit_tests") {
]
deps = [
+ ":test_support_sync_core",
+ ":test_support_sync_internal_api",
"//base",
"//base/allocator",
"//base/test:run_all_unittests",
@@ -638,12 +641,11 @@ test("sync_unit_tests") {
"//net:test_support",
"//sql",
"//sync",
+ "//sync/internal_api/attachments/proto",
"//testing/gmock",
"//testing/gtest",
"//third_party/leveldatabase",
"//third_party/protobuf:protobuf_lite",
- ":test_support_sync_core",
- ":test_support_sync_internal_api",
]
if (is_chromeos) {
@@ -694,6 +696,7 @@ static_library("test_support_sync_fake_server") {
"//testing/gtest",
"//third_party/protobuf:protobuf_lite",
"//sync",
+ "//url",
]
forward_dependent_configs_from = [ "//third_party/protobuf:protobuf_lite" ]
@@ -734,6 +737,7 @@ static_library("test_support_accounts_client") {
deps = [
"//base",
"//net",
+ "//url",
]
}
@@ -743,6 +747,7 @@ test("sync_endtoend_tests") {
"test/accounts_client/test_accounts_client_unittest.cc",
]
deps = [
+ "//base",
"//base/test:run_all_unittests",
"//testing/gmock",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698