Index: components/dom_distiller/content/BUILD.gn |
diff --git a/components/dom_distiller/content/BUILD.gn b/components/dom_distiller/content/BUILD.gn |
index b8ef83db5ebcf0bcda4c47e9a25534c01d3f6d16..998665a85302cc34fe2250b8635f9a154423dd60 100644 |
--- a/components/dom_distiller/content/BUILD.gn |
+++ b/components/dom_distiller/content/BUILD.gn |
@@ -21,7 +21,11 @@ if (!is_ios) { |
"//content/public/browser", |
"//net", |
"//skia", |
- #'../sync/sync.gyp:sync', TODO(GYP) |
+ "//sync", |
+ ] |
+ |
+ forward_dependent_configs_from = [ |
+ "//components/dom_distiller/core", |
] |
} |
} |