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

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

Issue 813503003: Move files from chrome/browser/history to components/history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@favicon-owners
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 5b9ab7e52e0b9c199e707a9e541469afb9b43618..8ab4afec139b0c2a1212b31f9d8933dfaed1d489 100644
--- a/components/history/core/android/BUILD.gn
+++ b/components/history/core/android/BUILD.gn
@@ -11,10 +11,16 @@ static_library("android") {
"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",
"favicon_sql_handler.h",
"sql_handler.cc",
"sql_handler.h",
+ "urls_sql_handler.cc",
+ "urls_sql_handler.h",
+ "visit_sql_handler.cc",
+ "visit_sql_handler.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698