Index: third_party/codesighs/codesighs.gyp |
diff --git a/third_party/codesighs/codesighs.gyp b/third_party/codesighs/codesighs.gyp |
deleted file mode 100644 |
index 6f7311e25e7fd428c60cb2ccc26cd1650c758b88..0000000000000000000000000000000000000000 |
--- a/third_party/codesighs/codesighs.gyp |
+++ /dev/null |
@@ -1,61 +0,0 @@ |
-# Copyright (c) 2009 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. |
- |
-{ |
- 'target_defaults': { |
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
- 'msvs_disabled_warnings': [ 4267, ], |
- }, |
- 'targets': [ |
- { |
- 'target_name': 'codesighs', |
- 'type': 'executable', |
- 'sources': [ |
- 'codesighs.c', |
- ], |
- }, |
- { |
- 'target_name': 'maptsvdifftool', |
- 'type': 'executable', |
- 'sources': [ |
- 'maptsvdifftool.c', |
- ], |
- }, |
- ], |
- 'conditions': [ |
- ['OS=="win"', { |
- 'targets': [ |
- { |
- 'target_name': 'msmap2tsv', |
- 'type': 'executable', |
- 'sources': [ |
- 'msmap2tsv.c', |
- ], |
- 'link_settings': { |
- 'libraries': [ |
- '-lDbgHelp.lib', |
- ], |
- }, |
- }, |
- { |
- 'target_name': 'msdump2symdb', |
- 'type': 'executable', |
- 'sources': [ |
- 'msdump2symdb.c', |
- ], |
- }, |
- ], |
- }, { # else: OS != "windows" |
- 'targets': [ |
- { |
- 'target_name': 'nm2tsv', |
- 'type': 'executable', |
- 'sources': [ |
- 'nm2tsv.c', |
- ], |
- }, |
- ], |
- }], |
- ], |
-} |