13 lines
539 B
Diff
13 lines
539 B
Diff
diff --git a/components/sync/engine/BUILD.gn b/components/sync/engine/BUILD.gn
|
|
index 76a4c598f7f35b76001515c7fddabbecf67d916a..8400f76b4ad575726bfb8c724118e5f2246d3108 100644
|
|
--- a/components/sync/engine/BUILD.gn
|
|
+++ b/components/sync/engine/BUILD.gn
|
|
@@ -163,6 +163,7 @@ static_library("engine") {
|
|
"traffic_logger.h",
|
|
"update_handler.h",
|
|
]
|
|
+ import("//brave/components/sync/engine/sources.gni") sources += brave_components_sync_engine_sources
|
|
|
|
configs += [
|
|
# The target has >50 .cc files, so speed up the build with
|