Index: build/secondary/third_party/crashpad/crashpad/third_party/zlib/BUILD.gn |
diff --git a/build/secondary/third_party/crashpad/crashpad/third_party/zlib/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/third_party/zlib/BUILD.gn |
deleted file mode 100644 |
index 75f2aa36949aa136808257271d3db9cf34527d74..0000000000000000000000000000000000000000 |
--- a/build/secondary/third_party/crashpad/crashpad/third_party/zlib/BUILD.gn |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-# Copyright 2017 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. |
- |
-config("zlib_config") { |
- defines = [ "CRASHPAD_ZLIB_SOURCE_CHROMIUM" ] |
-} |
- |
-group("zlib") { |
- public_deps = [ |
- "//third_party/zlib:zlib", |
- ] |
- public_configs = [ ":zlib_config" ] |
-} |