Index: chrome/browser/chromeos/BUILD.gn |
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn |
index 33791449db29042b9733b1ab6e4778f3d802d768..a686f5a0c560b714a5df80a7d28e0ae04d143751 100644 |
--- a/chrome/browser/chromeos/BUILD.gn |
+++ b/chrome/browser/chromeos/BUILD.gn |
@@ -97,11 +97,11 @@ source_set("chromeos") { |
"//services/shell/public/cpp", |
# TODO: care about enable_basic_printing and enable_print_preview. |
+ "//components/sync", |
"//printing", |
"//skia", |
"//storage/browser", |
"//storage/common", |
- "//sync", |
"//third_party/adobe/flash:flapper_version_h", |
"//third_party/cacheinvalidation", |
"//third_party/icu", |
@@ -198,11 +198,11 @@ source_set("unit_tests") { |
"//components/invalidation/public", |
"//components/policy", |
"//components/resources", |
+ "//components/sync", |
"//crypto:platform", |
"//dbus", |
"//mojo/public/cpp/system:system", |
"//skia", |
- "//sync", |
"//testing/gmock", |
"//testing/gtest", |
"//third_party/icu", |