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

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: Include net 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.gypi
diff --git a/components/history.gypi b/components/history.gypi
index 1252f5940ee6ffbfe070613ba25bb62dc654e487..a391cb3e625d4eca038fa999c2ec3c242de305df 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',
@@ -182,6 +183,7 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'history/core/browser/fake_web_history_service.cc',
'history/core/test/database_test_utils.cc',
'history/core/test/database_test_utils.h',
'history/core/test/history_backend_db_base_test.cc',

Powered by Google App Engine
This is Rietveld 408576698