| Index: components/dns_prefetch/common/BUILD.gn
|
| diff --git a/components/bookmarks/common/BUILD.gn b/components/dns_prefetch/common/BUILD.gn
|
| similarity index 53%
|
| copy from components/bookmarks/common/BUILD.gn
|
| copy to components/dns_prefetch/common/BUILD.gn
|
| index 283b85be724ed6d8d2211e9cfe03f86baac13aea..f883ae1f42a6ba93152d80eb8033447986dac007 100644
|
| --- a/components/bookmarks/common/BUILD.gn
|
| +++ b/components/dns_prefetch/common/BUILD.gn
|
| @@ -2,12 +2,14 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +# GYP version: components/dns_prefetch.gypi:predictor
|
| source_set("common") {
|
| sources = [
|
| - "bookmark_constants.cc",
|
| - "bookmark_constants.h",
|
| - "bookmark_pref_names.cc",
|
| - "bookmark_pref_names.h",
|
| + "prefetch_common.cc",
|
| + "prefetch_common.h",
|
| + "prefetch_message_generator.cc",
|
| + "prefetch_message_generator.h",
|
| + "prefetch_messages.h",
|
| ]
|
|
|
| deps = [
|
|
|