| Index: components/history/core/android/BUILD.gn
|
| diff --git a/components/history/core/test/BUILD.gn b/components/history/core/android/BUILD.gn
|
| similarity index 68%
|
| copy from components/history/core/test/BUILD.gn
|
| copy to components/history/core/android/BUILD.gn
|
| index 7ac0c01a770748dddcb00f91f9f9794bddb311ee..b49d867524c1db0799a087d48bc436a4054a7048 100644
|
| --- a/components/history/core/test/BUILD.gn
|
| +++ b/components/history/core/android/BUILD.gn
|
| @@ -2,15 +2,15 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -static_library("test") {
|
| +static_library("android") {
|
| sources = [
|
| - "history_client_fake_bookmarks.cc",
|
| - "history_client_fake_bookmarks.h",
|
| + "android_history_types.cc",
|
| + "android_history_types.h",
|
| ]
|
|
|
| deps = [
|
| "//base",
|
| "//components/history/core/browser",
|
| - "//url",
|
| + "//sql",
|
| ]
|
| }
|
|
|