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

Unified Diff: components/history.gypi

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 | « chrome/chrome_tests.gypi ('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.gypi
diff --git a/components/history.gypi b/components/history.gypi
index 1252f5940ee6ffbfe070613ba25bb62dc654e487..1efca5ae1ac49495f897685d6324f6fd5405b05a 100644
--- a/components/history.gypi
+++ b/components/history.gypi
@@ -171,6 +171,7 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../sql/sql.gyp:sql',
'../sql/sql.gyp:test_support_sql',
@@ -184,6 +185,8 @@
# Note: sources list duplicated in GN build.
'history/core/test/database_test_utils.cc',
'history/core/test/database_test_utils.h',
+ 'history/core/test/fake_web_history_service.cc',
+ 'history/core/test/fake_web_history_service.h',
'history/core/test/history_backend_db_base_test.cc',
'history/core/test/history_backend_db_base_test.h',
'history/core/test/history_client_fake_bookmarks.cc',
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | components/history/core/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698