diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-11 20:22:46 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-11 20:22:46 +0000 |
commit | e79be0964abffdaa686988b9338172df8204c4c9 (patch) | |
tree | 327b39606e5d18128ae47f41f68ff5593725cc3c /chrome_frame | |
parent | eda48c7a4e569aaf2f2327e0226762868346f531 (diff) | |
download | chromium_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 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 8 | ||||
-rw-r--r-- | chrome_frame/crash_reporting/crash_reporting.gyp | 8 | ||||
-rw-r--r-- | chrome_frame/support.gyp | 6 |
3 files changed, 0 insertions, 22 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 09186fa..a7723c1 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -1037,11 +1037,3 @@ }, ], # 'coverage!=0' ], # 'conditions' } - -# vim: shiftwidth=2:et:ai:tabstop=2 - -# Local Variables: -# tab-width:2 -# indent-tabs-mode:nil -# End: -# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/chrome_frame/crash_reporting/crash_reporting.gyp b/chrome_frame/crash_reporting/crash_reporting.gyp index 2f631dc..f81838c 100644 --- a/chrome_frame/crash_reporting/crash_reporting.gyp +++ b/chrome_frame/crash_reporting/crash_reporting.gyp @@ -114,11 +114,3 @@ }, ], } - -# vim: shiftwidth=2:et:ai:tabstop=2 - -# Local Variables: -# tab-width:2 -# indent-tabs-mode:nil -# End: -# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/chrome_frame/support.gyp b/chrome_frame/support.gyp index f3a34b3..9063fe0 100644 --- a/chrome_frame/support.gyp +++ b/chrome_frame/support.gyp @@ -13,9 +13,3 @@ }, ], } - -# Local Variables: -# tab-width:2 -# indent-tabs-mode:nil -# End: -# vim: set expandtab tabstop=2 shiftwidth=2: |