summaryrefslogtreecommitdiff
path: root/chromium/components/base32.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/base32.gypi')
-rw-r--r--chromium/components/base32.gypi23
1 files changed, 0 insertions, 23 deletions
diff --git a/chromium/components/base32.gypi b/chromium/components/base32.gypi
deleted file mode 100644
index 1e26737cf76..00000000000
--- a/chromium/components/base32.gypi
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2016 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.
-
-{
- 'targets': [
- {
- # GN version: //components/base32
- 'target_name': 'base32',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- ],
- 'sources': [
- 'base32/base32.h',
- 'base32/base32.cc',
- ],
- }
- ],
-}