Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: third_party/codesighs/codesighs.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/cld_2/cld_2.gyp ('k') | third_party/custom_tabs_client/custom_tabs_client.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « third_party/cld_2/cld_2.gyp ('k') | third_party/custom_tabs_client/custom_tabs_client.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698