| Index: components/history/core/android/BUILD.gn
|
| diff --git a/components/history/core/android/BUILD.gn b/components/history/core/android/BUILD.gn
|
| deleted file mode 100644
|
| index 8ab4afec139b0c2a1212b31f9d8933dfaed1d489..0000000000000000000000000000000000000000
|
| --- a/components/history/core/android/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -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",
|
| - "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 = [
|
| - "//base",
|
| - "//components/history/core/browser",
|
| - "//sql",
|
| - ]
|
| -}
|
|
|