commit | 8eee4de6521f2303c0d3248f6097d82265fec30e | [log] [tgz] |
---|---|---|
author | Maksim Moskvitin <[email protected]> | Thu Apr 25 17:15:36 2024 |
committer | Chromium LUCI CQ <[email protected]> | Thu Apr 25 17:15:36 2024 |
tree | bdc4ee3e4c46bc07a2c2e2e38cc63897a9250e1d | |
parent | d75065efeee99b0ec228022f46c480daede460a5 [diff] [blame] |
[DataSharing] Wire up collaboration group data type Bug: 301389859 Change-Id: Ia72a5285bfd43db983c1dcf67c98376516d63405 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5465707 Auto-Submit: Maksim Moskvitin <[email protected]> Commit-Queue: Tommy Nyquist <[email protected]> Reviewed-by: Rushan Suleymanov <[email protected]> Reviewed-by: Tommy Nyquist <[email protected]> Cr-Commit-Position: refs/heads/main@{#1292530}
diff --git a/components/browser_sync/BUILD.gn b/components/browser_sync/BUILD.gn index 4f24c2be..c6d3c08c 100644 --- a/components/browser_sync/BUILD.gn +++ b/components/browser_sync/BUILD.gn
@@ -34,6 +34,7 @@ "//components/bookmarks/browser", "//components/commerce/core:feature_list", "//components/commerce/core/product_specifications:product_specifications", + "//components/data_sharing/public", "//components/history/core/browser", "//components/history/core/common", "//components/password_manager/core/browser",