Commit Graph

23 Commits

Author SHA1 Message Date
Matt Mueller
7f02c0d981 Add *.ts (typescript files) to git-gs
Change-Id: I8fc0161d01caf7adb9298f3ef76cd4e7cd69d771
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3561270
Auto-Submit: Matt Mueller <mattm@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
Reviewed-by: Josip Sokcevic <sokcevic@google.com>
2022-03-31 01:01:46 +00:00
dan sinclair
92469157e0 Add rs files to git gs.
Rust support is being tested out in Chromium (crbug.com/1292073). This
CL adds support for searching rust (.rs) files when using git gs.

Bug: 1292064
Change-Id: I5e2c5aa16e4dfa5f51a632afda7bdb5ab263b6ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3425617
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Commit-Queue: Dirk Pranke <dpranke@google.com>
2022-01-28 21:31:25 +00:00
Scott Graham
2b4ac39884 Add *.proto to git-gs
Change-Id: I393579c9cfafbd6a5331abb13e33b61c8fa69df7
Reviewed-on: https://chromium-review.googlesource.com/473548
Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
Commit-Queue: Marc-Antoine Ruel <maruel@chromium.org>
2017-04-10 20:26:08 +00:00
scottmg
bda914b8c3 Add .mojom to git-gs
R=maruel@chromium.org

Review-Url: https://codereview.chromium.org/2410393002
2016-10-11 16:42:58 -07:00
bradnelson@chromium.org
cfbab8fc1f Dropping remaining scons references.
The old hammer entry points and use of scons for chromium is long gone.
Dropping it.

BUG=None
TEST=None
R=dpranke@chromium.org

Review-Url: https://codereview.chromium.org/2016053004

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@300667 0039d316-1c4b-4281-b951-d872f2087c98
2016-05-27 18:42:17 +00:00
piman@chromium.org
b368f10742 Make git gs search into DEPS files too
This is very useful when moving/removing include files.

BUG=None

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299683 0039d316-1c4b-4281-b951-d872f2087c98
2016-04-04 22:53:38 +00:00
jamesr@chromium.org
8948f9f5fe Have git-gs search .gni files
Review URL: https://codereview.chromium.org/358903004

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@280308 0039d316-1c4b-4281-b951-d872f2087c98
2014-06-27 12:47:02 +00:00
plundblad@chromium.org
0455ed572c git gs: search .json files as well.
R=maruel@chromium.org
BUG=none

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@255960 0039d316-1c4b-4281-b951-d872f2087c98
2014-03-10 17:32:37 +00:00
piman@chromium.org
c0aaa52390 Have git gs search *.gn too.
BUG=None

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@243431 0039d316-1c4b-4281-b951-d872f2087c98
2014-01-07 23:32:13 +00:00
dzhioev@chromium.org
4175820000 Added *.grdp to git-gs.
grdp is the file that included to grd files.

Review URL: https://chromiumcodereview.appspot.com/12609012

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@189571 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-21 12:04:52 +00:00
sadrul@chromium.org
955a3e2590 git-gs: Search in java files too.
BUG=none


Review URL: https://chromiumcodereview.appspot.com/12094102

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@180109 0039d316-1c4b-4281-b951-d872f2087c98
2013-02-01 07:31:15 +00:00
maruel@chromium.org
bff3fc2946 Add yaml to git-gs.
These are used for Google AppEngine configuration files.

TBR=csharp@chromium.org
BUG=


Review URL: https://chromiumcodereview.appspot.com/11239003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@163582 0039d316-1c4b-4281-b951-d872f2087c98
2012-10-23 16:59:28 +00:00
mkwst@chromium.org
d3734c9cad Adding *.pm and *.pl files to the list searched by 'git gs'.
BUG=155016

Review URL: https://chromiumcodereview.appspot.com/11028112

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@161109 0039d316-1c4b-4281-b951-d872f2087c98
2012-10-10 14:05:23 +00:00
maruel@chromium.org
e6b162cf32 Add .isolate to git-gs.
TBR=csharp@chromium.org
BUG=


Review URL: https://chromiumcodereview.appspot.com/11065002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@160027 0039d316-1c4b-4281-b951-d872f2087c98
2012-10-04 00:40:37 +00:00
maruel@chromium.org
a9417c7f94 Add *.go to git-gs
That's the language all the kool kids are using.

TBR=xusydoc@chromium.org
BUG=


Review URL: https://chromiumcodereview.appspot.com/10874003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@152711 0039d316-1c4b-4281-b951-d872f2087c98
2012-08-22 01:55:38 +00:00
kliegs@chromium.org
6ecb27e5c8 Add *.ebuild to the list of files git-gs will search.
git-gs wasn't finding matches in the chromiumos-overlays
repo as most of the files there are .ebuild.  This fixes that.

BUG=None
TEST='git gs KEYWORDS' now returns matches

Review URL: http://codereview.chromium.org/9861001

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@130397 0039d316-1c4b-4281-b951-d872f2087c98
2012-04-03 17:02:21 +00:00
maruel@chromium.org
22ebcb671d Add *.tac to git-gs.
.tac files are used for twisted applications, like buildbot.

R=dpranke@chromium.org
BUG=
TEST=


Review URL: http://codereview.chromium.org/8501022

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@109238 0039d316-1c4b-4281-b951-d872f2087c98
2011-11-09 13:52:05 +00:00
tfarina@chromium.org
07dbca66e2 depot_tools: Add .html and .css to git-gs.
BUG=None
TEST=None

Review URL: http://codereview.chromium.org/3165006

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@55716 0039d316-1c4b-4281-b951-d872f2087c98
2010-08-11 13:38:03 +00:00
tfarina@chromium.org
a44ff7ee09 depot_tools: Add .js to git-gs.
BUG=None
TEST=None

Signed-off-by: Thiago Farina <tfarina@chromium.org>

Review URL: http://codereview.chromium.org/2847075

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@53938 0039d316-1c4b-4281-b951-d872f2087c98
2010-07-28 14:19:50 +00:00
mnaganov@chromium.org
34e0a35edd depot_tools: Print line numbers in search results of git-gs
BUG=none
TEST=none

Review URL: http://codereview.chromium.org/458017



git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@33683 0039d316-1c4b-4281-b951-d872f2087c98
2009-12-03 15:44:40 +00:00
maruel@chromium.org
8663fe85d8 Add *.cfg to git-gs, buildbot configuration files.
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@24757 0039d316-1c4b-4281-b951-d872f2087c98
2009-08-28 18:45:16 +00:00
maruel@chromium.org
7a9a447090 All .py, .sh and .make
Review URL: http://codereview.chromium.org/164489


git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@23328 0039d316-1c4b-4281-b951-d872f2087c98
2009-08-13 18:15:55 +00:00
maruel@chromium.org
913a842462 Add git-gs
Review URL: http://codereview.chromium.org/164417


git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@23210 0039d316-1c4b-4281-b951-d872f2087c98
2009-08-12 19:59:10 +00:00