| 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",
|
|
|