13 lines
442 B
Diff
13 lines
442 B
Diff
diff --git a/chrome/common/importer/BUILD.gn b/chrome/common/importer/BUILD.gn
|
|
index 6008173451433e11984bab847ec49d42c34426c4..6d677490912b6249da961509508365c3f0b9cd42 100644
|
|
--- a/chrome/common/importer/BUILD.gn
|
|
+++ b/chrome/common/importer/BUILD.gn
|
|
@@ -117,6 +117,7 @@ source_set("importer") {
|
|
"//ui/base",
|
|
"//url",
|
|
]
|
|
+ import("//brave/common/importer/sources.gni") deps += brave_common_importer_deps
|
|
}
|
|
|
|
if (!is_android) {
|