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

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: 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
« no previous file with comments | « skia/ext/analysis_canvas.cc ('k') | tools/android/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index e3d8f0d438cb6887e6cb9266609b6fe10dc4ac54..4e830bcf21c379d6a5e2050f816de4c8c7b0166b 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",
@@ -802,6 +807,7 @@ if (is_android) {
]
deps = [
":fake_server_jni",
+ ":sync_core",
":test_support_sync_fake_server",
"//base",
"//testing/gtest",
« no previous file with comments | « skia/ext/analysis_canvas.cc ('k') | tools/android/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698