summaryrefslogtreecommitdiff
path: root/chromium/components/browser_sync/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-05-12 15:59:20 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-05-25 06:57:22 +0000
commitf7eaed5286974984ba5f9e3189d8f49d03e99f81 (patch)
treecaed19b2af2024f35449fb0b781d0a25e09d4f8f /chromium/components/browser_sync/BUILD.gn
parent9729c4479fe23554eae6e6dd1f30ff488f470c84 (diff)
downloadqtwebengine-chromium-f7eaed5286974984ba5f9e3189d8f49d03e99f81.tar.gz
BASELINE: Update Chromium to 100.0.4896.167
Change-Id: I98cbeb5d7543d966ffe04d8cefded0c493a11333 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/components/browser_sync/BUILD.gn')
-rw-r--r--chromium/components/browser_sync/BUILD.gn5
1 files changed, 2 insertions, 3 deletions
diff --git a/chromium/components/browser_sync/BUILD.gn b/chromium/components/browser_sync/BUILD.gn
index c92f09dd478..c9c7d5a7c6a 100644
--- a/chromium/components/browser_sync/BUILD.gn
+++ b/chromium/components/browser_sync/BUILD.gn
@@ -10,12 +10,11 @@ static_library("browser_sync") {
"active_devices_provider_impl.cc",
"active_devices_provider_impl.h",
"browser_sync_client.h",
- "browser_sync_switches.cc",
"browser_sync_switches.h",
- "profile_sync_components_factory_impl.cc",
- "profile_sync_components_factory_impl.h",
"signin_confirmation_helper.cc",
"signin_confirmation_helper.h",
+ "sync_api_component_factory_impl.cc",
+ "sync_api_component_factory_impl.h",
]
public_deps = [ "//components/sync" ]