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

Unified Diff: components/dom_distiller/core/BUILD.gn

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
Patch Set: Rebase. Created 4 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
Index: components/dom_distiller/core/BUILD.gn
diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn
index 5e6dbb7b7cb733f997482459c153bdc83c21b20c..ecddce9383301db7e8f4e92f8e8db761177cfa5f 100644
--- a/components/dom_distiller/core/BUILD.gn
+++ b/components/dom_distiller/core/BUILD.gn
@@ -69,10 +69,10 @@ static_library("core") {
"//components/prefs",
"//components/resources",
"//components/strings",
+ "//components/sync",
"//components/variations",
"//net",
"//skia",
- "//sync",
"//third_party/re2",
"//ui/base",
"//url",
@@ -104,7 +104,7 @@ static_library("test_support") {
":core",
"//base",
"//components/leveldb_proto:test_support",
- "//sync",
+ "//components/sync",
"//testing/gmock",
"//testing/gtest",
"//url",
@@ -152,8 +152,8 @@ source_set("unit_tests") {
"//components/pref_registry:test_support",
"//components/resources",
"//components/strings",
+ "//components/sync",
"//net:test_support",
- "//sync",
"//testing/gmock",
"//testing/gtest",
"//ui/base",

Powered by Google App Engine
This is Rietveld 408576698