| Index: components/dns_prefetch/common/BUILD.gn
|
| diff --git a/components/dns_prefetch/common/BUILD.gn b/components/dns_prefetch/common/BUILD.gn
|
| deleted file mode 100644
|
| index 82a02ac924e55e3a34d88fb60a3f3657fce25f15..0000000000000000000000000000000000000000
|
| --- a/components/dns_prefetch/common/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,19 +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.
|
| -
|
| -# GYP version: components/dns_prefetch.gypi:predictor
|
| -source_set("common") {
|
| - sources = [
|
| - "prefetch_common.cc",
|
| - "prefetch_common.h",
|
| - "prefetch_message_generator.cc",
|
| - "prefetch_message_generator.h",
|
| - "prefetch_messages.cc",
|
| - "prefetch_messages.h",
|
| - ]
|
| -
|
| - deps = [
|
| - "//base",
|
| - ]
|
| -}
|
|
|