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/sync_tests.gypi

Issue 1072093002: [Sync] Update DirectoryBackingStore to detect Sync DB corruption (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master. Created 5 years, 8 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/sync_tests.gypi
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index 3093e42cc841e5afbc87f0295bdbb242ce38bae1..33594a1559019c195f87f1661790ef0fe2a6d00a 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -249,6 +249,7 @@
'../net/net.gyp:net',
'../net/net.gyp:net_test_support',
'../sql/sql.gyp:sql',
+ '../sql/sql.gyp:test_support_sql',
Nicolas Zea 2015/04/13 20:16:33 strange, does sql have the target named two differ
maniscalco 2015/04/14 17:44:14 Yes, two different names. I believe the name used
Scott Hess - ex-Googler 2015/04/14 19:51:01 gyp seems to always say "namespace_test_supprt" or
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',

Powered by Google App Engine
This is Rietveld 408576698