| Index: components/history/content/browser/BUILD.gn
|
| diff --git a/components/history/core/test/BUILD.gn b/components/history/content/browser/BUILD.gn
|
| similarity index 50%
|
| copy from components/history/core/test/BUILD.gn
|
| copy to components/history/content/browser/BUILD.gn
|
| index 7ac0c01a770748dddcb00f91f9f9794bddb311ee..30628c28f63b6b0d15a82572203c5c4114eecdef 100644
|
| --- a/components/history/core/test/BUILD.gn
|
| +++ b/components/history/content/browser/BUILD.gn
|
| @@ -1,16 +1,16 @@
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| +# Copyright 2015 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("test") {
|
| +static_library("browser") {
|
| sources = [
|
| - "history_client_fake_bookmarks.cc",
|
| - "history_client_fake_bookmarks.h",
|
| + "download_constants_utils.cc",
|
| + "download_constants_utils.h",
|
| ]
|
|
|
| deps = [
|
| "//base",
|
| "//components/history/core/browser",
|
| - "//url",
|
| + "//content/public/browser",
|
| ]
|
| }
|
|
|