Index: components/ssl_errors/BUILD.gn |
diff --git a/components/ssl_errors/BUILD.gn b/components/ssl_errors/BUILD.gn |
deleted file mode 100644 |
index fc3da1526b2e4e415bccf91b3853605c0104ad4a..0000000000000000000000000000000000000000 |
--- a/components/ssl_errors/BUILD.gn |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-# 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. |
- |
-# GYP version: components/ssl_errors.gyp |
-source_set("ssl_errors") { |
- sources = [ |
- "error_info.cc", |
- "error_info.h", |
- ] |
- |
- deps = [ |
- "//base", |
- "//components/strings", |
- "//net", |
- "//ui/base", |
- ] |
-} |