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

Unified Diff: components/sync_driver/BUILD.gn

Issue 439533004: Port most sync targets to sync/BUILD.gn (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 6 years, 4 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 | « components/invalidation/BUILD.gn ('k') | google_apis/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/BUILD.gn
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index 8cb548961c1c737ae75f96a134531c4ad93f5e52..0906258e8f0ffebbd72493d43b48c51cb732f11e 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -84,7 +84,7 @@ static_library("test_support") {
":sync_driver",
"//base",
"//sync",
- #'../sync/sync.gyp:test_support_sync_internal_api', TODO(GYP)
+ "//sync:test_support_sync_internal_api",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « components/invalidation/BUILD.gn ('k') | google_apis/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698