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

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

Issue 7719025: Fix revert 98028: add file that drover --revert forgot to add (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
new file mode 100644
index 0000000000000000000000000000000000000000..35a2a732e5823e22f15e08ef0673253ca4c54208
--- /dev/null
+++ b/net/third_party/gssapi/gssapi.gyp
@@ -0,0 +1,15 @@
+# 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