Index: components/history/core/common/BUILD.gn |
diff --git a/net/tools/tld_cleanup/BUILD.gn b/components/history/core/common/BUILD.gn |
similarity index 69% |
copy from net/tools/tld_cleanup/BUILD.gn |
copy to components/history/core/common/BUILD.gn |
index bf89c008bb03908ceafa7d5fc853a454d0fda02c..7a493141978ebc86786ede32720f563e8a537d74 100644 |
--- a/net/tools/tld_cleanup/BUILD.gn |
+++ b/components/history/core/common/BUILD.gn |
@@ -2,13 +2,13 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("tld_cleanup") { |
+static_library("common") { |
sources = [ |
- "tld_cleanup_util.cc", |
- "tld_cleanup_util.h", |
+ "thumbnail_score.cc", |
+ "thumbnail_score.h", |
] |
+ |
deps = [ |
"//base", |
- "//url", |
] |
} |