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

Unified Diff: components/history/core/test/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/common/BUILD.gn ('k') | components/url_fixer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/test/BUILD.gn
diff --git a/net/tools/tld_cleanup/BUILD.gn b/components/history/core/test/BUILD.gn
similarity index 60%
copy from net/tools/tld_cleanup/BUILD.gn
copy to components/history/core/test/BUILD.gn
index bf89c008bb03908ceafa7d5fc853a454d0fda02c..7ac0c01a770748dddcb00f91f9f9794bddb311ee 100644
--- a/net/tools/tld_cleanup/BUILD.gn
+++ b/components/history/core/test/BUILD.gn
@@ -2,13 +2,15 @@
# 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("test") {
sources = [
- "tld_cleanup_util.cc",
- "tld_cleanup_util.h",
+ "history_client_fake_bookmarks.cc",
+ "history_client_fake_bookmarks.h",
]
+
deps = [
"//base",
+ "//components/history/core/browser",
"//url",
]
}
« no previous file with comments | « components/history/core/common/BUILD.gn ('k') | components/url_fixer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698