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

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

Issue 849323002: Componentize HistoryDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
Index: components/history/core/android/BUILD.gn
diff --git a/components/history/core/android/BUILD.gn b/components/history/core/android/BUILD.gn
index 8ab4afec139b0c2a1212b31f9d8933dfaed1d489..ad44371e8e3f75128b3c7d11c77552c0349f4338 100644
--- a/components/history/core/android/BUILD.gn
+++ b/components/history/core/android/BUILD.gn
@@ -4,13 +4,6 @@
static_library("android") {
sources = [
- "android_cache_database.cc",
- "android_cache_database.h",
- "android_history_types.cc",
- "android_history_types.h",
- "android_time.h",
- "android_urls_database.cc",
- "android_urls_database.h",
"android_urls_sql_handler.cc",
"android_urls_sql_handler.h",
"favicon_sql_handler.cc",

Powered by Google App Engine
This is Rietveld 408576698