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

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: Removed forward declaration. Created 5 years 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.gypi ('k') | components/history/core/test/fake_web_history_service.h » ('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/components/history/core/test/BUILD.gn b/components/history/core/test/BUILD.gn
index 709a3a0949b7174fd0c72217b9fa5bf1cbd6653d..104bf0993cf28e741bf3805c8391ad319a6b1d5c 100644
--- a/components/history/core/test/BUILD.gn
+++ b/components/history/core/test/BUILD.gn
@@ -7,6 +7,8 @@ static_library("test") {
sources = [
"database_test_utils.cc",
"database_test_utils.h",
+ "fake_web_history_service.cc",
+ "fake_web_history_service.h",
"history_backend_db_base_test.cc",
"history_backend_db_base_test.h",
"history_client_fake_bookmarks.cc",
@@ -26,6 +28,7 @@ static_library("test") {
deps = [
"//base",
"//components/history/core/browser",
+ "//net",
"//sql",
"//sql:test_support",
"//testing/gtest",
« no previous file with comments | « components/history.gypi ('k') | components/history/core/test/fake_web_history_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698