| 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 = [
|
|
|