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

Unified Diff: sync/BUILD.gn

Issue 1246523003: [Sync] Finch Experiment : Enable compression between sync client and server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update build.gn file Created 5 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
« no previous file with comments | « no previous file | sync/internal_api/http_bridge.cc » ('j') | sync/internal_api/http_bridge.cc » ('J')
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 237abd9654b2567b3e0243c3d03dd28a527de708..2ce301d1a097399cb96c55589d04ccff9663ddf5 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -673,6 +673,7 @@ test("sync_unit_tests") {
"//testing/gtest",
"//third_party/leveldatabase",
"//third_party/protobuf:protobuf_lite",
+ "//third_party/zlib",
]
if (is_android) {
« no previous file with comments | « no previous file | sync/internal_api/http_bridge.cc » ('j') | sync/internal_api/http_bridge.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698