Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: components/history/core/common/BUILD.gn

Issue 377393002: Add more components to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/history/core/browser/BUILD.gn ('k') | components/history/core/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « components/history/core/browser/BUILD.gn ('k') | components/history/core/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698