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

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

Issue 1454413002: Move FakeWebHistoryService to components/history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 5 years, 1 month 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 709a3a0949b7174fd0c72217b9fa5bf1cbd6653d..d4902bd04d952d9f3827bbe54b6489b5d646134b 100644
--- a/components/history/core/test/BUILD.gn
+++ b/components/history/core/test/BUILD.gn
@@ -5,6 +5,7 @@
static_library("test") {
testonly = true
sources = [
+ "../browser/fake_web_history_service.cc",
engedy 2015/11/30 15:47:08 This looks wrong. Shouldn't this file be physical
msramek 2015/12/01 12:27:12 I actually commented on this, but accidentally put
"database_test_utils.cc",
"database_test_utils.h",
"history_backend_db_base_test.cc",

Powered by Google App Engine
This is Rietveld 408576698