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 /tools | |
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 'tools')
-rw-r--r-- | tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp | 6 | ||||
-rw-r--r-- | tools/imagediff/image_diff.gyp | 6 | ||||
-rw-r--r-- | tools/memory_watcher/memory_watcher.gyp | 6 | ||||
-rw-r--r-- | tools/xdisplaycheck/xdisplaycheck.gyp | 6 |
4 files changed, 0 insertions, 24 deletions
diff --git a/tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp b/tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp index 5c70c9d..2112108 100644 --- a/tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp +++ b/tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp @@ -12,9 +12,3 @@ }, ], } - -# Local Variables: -# tab-width:2 -# indent-tabs-mode:nil -# End: -# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/tools/imagediff/image_diff.gyp b/tools/imagediff/image_diff.gyp index 4c0462b..9ac72d3 100644 --- a/tools/imagediff/image_diff.gyp +++ b/tools/imagediff/image_diff.gyp @@ -20,9 +20,3 @@ }, ], } - -# Local Variables: -# tab-width:2 -# indent-tabs-mode:nil -# End: -# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/tools/memory_watcher/memory_watcher.gyp b/tools/memory_watcher/memory_watcher.gyp index e235b2c2..47fb49c 100644 --- a/tools/memory_watcher/memory_watcher.gyp +++ b/tools/memory_watcher/memory_watcher.gyp @@ -37,9 +37,3 @@ }, ], } - -# Local Variables: -# tab-width:2 -# indent-tabs-mode:nil -# End: -# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/tools/xdisplaycheck/xdisplaycheck.gyp b/tools/xdisplaycheck/xdisplaycheck.gyp index 78fb4a1..2392049 100644 --- a/tools/xdisplaycheck/xdisplaycheck.gyp +++ b/tools/xdisplaycheck/xdisplaycheck.gyp @@ -16,9 +16,3 @@ }, ], } - -# Local Variables: -# tab-width:2 -# indent-tabs-mode:nil -# End: -# vim: set expandtab tabstop=2 shiftwidth=2: |