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

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

Issue 813503003: Move files from chrome/browser/history to components/history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@favicon-owners
Patch Set: Add missing #include of base/macros.h Created 5 years, 11 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
Index: components/history/core/test/BUILD.gn
diff --git a/components/history/core/test/BUILD.gn b/components/history/core/test/BUILD.gn
index 7ac0c01a770748dddcb00f91f9f9794bddb311ee..024c54d34aa84b22d512e3565d29296955f3ac6f 100644
--- a/components/history/core/test/BUILD.gn
+++ b/components/history/core/test/BUILD.gn
@@ -3,14 +3,19 @@
# found in the LICENSE file.
static_library("test") {
+ testonly = true
sources = [
"history_client_fake_bookmarks.cc",
"history_client_fake_bookmarks.h",
+ "history_unittest_base.cc",
+ "history_unittest_base.h",
]
deps = [
"//base",
"//components/history/core/browser",
+ "//sql",
+ "//testing/gtest",
"//url",
]
}
« no previous file with comments | « components/history/core/android/visit_sql_handler.cc ('k') | components/history/core/test/history_unittest_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698