Index: components/dns_prefetch/browser/BUILD.gn |
diff --git a/components/dns_prefetch/browser/BUILD.gn b/components/dns_prefetch/browser/BUILD.gn |
deleted file mode 100644 |
index f6cdd8304a32e2bee99bd7bc2b5c7ee9fb6453d7..0000000000000000000000000000000000000000 |
--- a/components/dns_prefetch/browser/BUILD.gn |
+++ /dev/null |
@@ -1,16 +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:dns_prefetch_browser |
-source_set("browser") { |
- sources = [ |
- "net_message_filter.cc", |
- "net_message_filter.h", |
- ] |
- |
- public_deps = [ |
- "//content/public/browser", |
- "//net", |
- ] |
-} |