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

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

Issue 428253008: Revert of Partially move history_types.{cc,h} to //components/history (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « components/history/DEPS ('k') | components/history/core/browser/history_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/BUILD.gn
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
index 824abf211baaf5e9ee83fb28d0e8588edd83bde3..bbf27e046200e63ed5918a3187eeb53b02ef2592 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -6,8 +6,6 @@
sources = [
"history_client.cc",
"history_client.h",
- "history_types.cc",
- "history_types.h",
"history_match.cc",
"history_match.h",
"in_memory_database.cc",
@@ -15,8 +13,6 @@
"keyword_id.h",
"keyword_search_term.cc",
"keyword_search_term.h",
- "page_usage_data.cc",
- "page_usage_data.h",
"url_database.cc",
"url_database.h",
"url_row.cc",
@@ -25,11 +21,9 @@
deps = [
"//base",
- "//components/favicon_base",
"//components/keyed_service/core",
"//components/query_parser",
"//net",
"//sql",
- "//ui/gfx",
]
}
« no previous file with comments | « components/history/DEPS ('k') | components/history/core/browser/history_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698