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

Unified Diff: chrome/browser/BUILD.gn

Issue 1410013008: [Sync] Remove some http-related chrome deps from SyncBackendHostImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try fixing mac bots. 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/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 530e0526d3939f54c5f6efe2cf249f2218f2904e..9c0b8fe57b54f0846765a9d5ac027eb705fdb36d 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1040,6 +1040,8 @@ source_set("test_support") {
"ssl/ssl_client_auth_requestor_mock.h",
"sync/profile_sync_service_mock.cc",
"sync/profile_sync_service_mock.h",
+ "sync/profile_sync_test_util.cc",
+ "sync/profile_sync_test_util.h",
Nicolas Zea 2015/10/28 20:33:18 Does this imply we weren't actually using any of t
maxbogue 2015/10/28 23:19:11 Ah no, it's just that in chrome/chrome_tests_unit.
]
configs += [ "//build/config:precompiled_headers" ]

Powered by Google App Engine
This is Rietveld 408576698