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

Unified Diff: net/third_party/gssapi/gssapi.gyp

Issue 7655046: Linux: allow linking directly with Kerberos instead of using dlopen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Hopefully fix ChromeOS Created 9 years, 4 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 | « net/third_party/gssapi/gssapi.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/gssapi/gssapi.gyp
diff --git a/net/third_party/gssapi/gssapi.gyp b/net/third_party/gssapi/gssapi.gyp
deleted file mode 100644
index 35a2a732e5823e22f15e08ef0673253ca4c54208..0000000000000000000000000000000000000000
--- a/net/third_party/gssapi/gssapi.gyp
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (c) 2010 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': [
- {
- 'target_name': 'gssapi',
- 'type': 'none',
- 'sources': [
- 'gssapi.h',
- ],
- },
- ],
-}
« no previous file with comments | « net/third_party/gssapi/gssapi.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698