| Index: components/history_notice_utils/BUILD.gn
|
| diff --git a/components/history_notice_utils/BUILD.gn b/components/history_notice_utils/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c3ae3ff7cd9278a82ac1dd116562dd21915ddf61
|
| --- /dev/null
|
| +++ b/components/history_notice_utils/BUILD.gn
|
| @@ -0,0 +1,16 @@
|
| +# Copyright 2016 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("history_notice_utils") {
|
| + output_name = "history_notice_utils"
|
| + sources = [
|
| + "history_notice_utils.cc",
|
| + "history_notice_utils.h",
|
| + ]
|
| +
|
| + deps = [
|
| + "//components/browser_sync/browser",
|
| + "//components/history/core/browser",
|
| + ]
|
| +}
|
|
|