Skip to content

Commit

Permalink
Remove third_party/clang_format/scripts.
Browse files Browse the repository at this point in the history
`git cl format` should now use the deps-pulled scripts in
third_party/clang_format/script (note no trailing 's'). If this change breaks
`git cl format` for you, run `gclient` once to let depot_tools auto-update.
Things should work after that.

BUG=240309
NOTRY=true

Review URL: https://codereview.chromium.org/142023007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248431 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
thakis@chromium.org committed Feb 2, 2014
1 parent f087232 commit ab37683
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 336 deletions.
2 changes: 1 addition & 1 deletion third_party/clang_format/README.chromium
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Short Name: clang-format
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-format/
Version: 3.5
Date: 8 January 2014
Revision: 198831
Revision: See DEPS
License: University of Illinois/NCSA Open Source License
License File: NOT_SHIPPED
Security Critical: No
Expand Down
27 changes: 0 additions & 27 deletions third_party/clang_format/scripts/clang-format-bbedit.applescript

This file was deleted.

114 changes: 0 additions & 114 deletions third_party/clang_format/scripts/clang-format-diff.py

This file was deleted.

58 changes: 0 additions & 58 deletions third_party/clang_format/scripts/clang-format-sublime.py

This file was deleted.

56 changes: 0 additions & 56 deletions third_party/clang_format/scripts/clang-format.el

This file was deleted.

79 changes: 0 additions & 79 deletions third_party/clang_format/scripts/clang-format.py

This file was deleted.

2 changes: 1 addition & 1 deletion tools/vim/clang-format.vim
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
" current line.)

let s:script = expand('<sfile>:p:h') .
\'/../../third_party/clang_format/scripts/clang-format.py'
\'/../../third_party/clang_format/script/clang-format.py'
echo s:script

if has('mac')
Expand Down

0 comments on commit ab37683

Please sign in to comment.