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

Unified Diff: components/history/core/browser/BUILD.gn

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. Created 4 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: components/history/core/browser/BUILD.gn
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
index d39e9f73b753881554d1043446f1214e7ed3d5e7..23791d1dc5fac34ad9f181595bdcf822b44017d5 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -206,8 +206,8 @@ source_set("unit_tests") {
"//components/prefs:test_support",
"//components/signin/core/browser",
"//components/signin/core/browser:test_support",
- "//components/sync:test_support_sync_api",
"//components/sync:test_support_sync_driver",
+ "//components/sync:test_support_sync_model",
"//sql",
"//sql:test_support",
"//testing/gtest",

Powered by Google App Engine
This is Rietveld 408576698