Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
servolk 428bad4327 Change build-ctags.sh output file name from ".tags" to "tags"
Two reasons for this change:
1. Default value of the tags option in Vim (that tells it
where to load tags from) is: "tags=./tags,./TAGS,tags,TAGS"
So now Vim should be able to pick up tags with default
settings when current dir is chromium/src
2. src/.gitignore already has "tags" in it, but not ".tags"
which, I think, indicates that people expect the tags file
name to not have a leading dot

BUG=none

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

Cr-Original-Commit-Position: refs/heads/master@{#307539}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: fbc0ebe4967befb4643a3e286b0f8f376322dc07
2014-12-09 20:36:25 +00:00
jww@chromium.org 0b9115f7fe Add a simple script for building a ctags DB in a Chromium checkout.
Review URL: https://codereview.chromium.org/26314003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@227679 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-09 05:40:40 +00:00