summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-11 20:22:46 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-11 20:22:46 +0000
commite79be0964abffdaa686988b9338172df8204c4c9 (patch)
tree327b39606e5d18128ae47f41f68ff5593725cc3c /net
parenteda48c7a4e569aaf2f2327e0226762868346f531 (diff)
downloadchromium_src-e79be0964abffdaa686988b9338172df8204c4c9.zip
chromium_src-e79be0964abffdaa686988b9338172df8204c4c9.tar.gz
chromium_src-e79be0964abffdaa686988b9338172df8204c4c9.tar.bz2
Remove the comments setting emands and vim tab width and expansion variables.
These were added in r28089 (http://codereview.chromium.org/256059) but are unnecessary bloat for everyone to carry around, even those that don't use emacs or vim. In an earlier change, I added editor config files in src/tools/emacs/ and src/tools/vim/ so users of the appropriate editor can source those instead. BUG=none TEST=none Review URL: http://codereview.chromium.org/7310019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92046 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/net.gyp6
-rw-r--r--net/third_party/gssapi/gssapi.gyp6
-rw-r--r--net/third_party/nss/ssl.gyp6
-rw-r--r--net/tools/tld_cleanup/tld_cleanup.gyp6
4 files changed, 0 insertions, 24 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 727266a..996954a 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1482,9 +1482,3 @@
}],
],
}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/net/third_party/gssapi/gssapi.gyp b/net/third_party/gssapi/gssapi.gyp
index 0b8ae8c..35a2a73 100644
--- a/net/third_party/gssapi/gssapi.gyp
+++ b/net/third_party/gssapi/gssapi.gyp
@@ -13,9 +13,3 @@
},
],
}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/net/third_party/nss/ssl.gyp b/net/third_party/nss/ssl.gyp
index d7e3f20..f5909ca 100644
--- a/net/third_party/nss/ssl.gyp
+++ b/net/third_party/nss/ssl.gyp
@@ -157,9 +157,3 @@
},
],
}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2:
diff --git a/net/tools/tld_cleanup/tld_cleanup.gyp b/net/tools/tld_cleanup/tld_cleanup.gyp
index 0930439..245df98 100644
--- a/net/tools/tld_cleanup/tld_cleanup.gyp
+++ b/net/tools/tld_cleanup/tld_cleanup.gyp
@@ -20,9 +20,3 @@
},
],
}
-
-# Local Variables:
-# tab-width:2
-# indent-tabs-mode:nil
-# End:
-# vim: set expandtab tabstop=2 shiftwidth=2: