blob: 4ee932517d2f368e307213f6101b7edaba6b2f9c [file] [log] [blame]
maruel@chromium.org913a8422009-08-12 19:59:10 +00001#!/bin/sh
tfarina@chromium.org07dbca62010-08-11 13:38:03 +00002# Copyright (c) 2010 The Chromium Authors. All rights reserved.
maruel@chromium.org913a8422009-08-12 19:59:10 +00003# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
mnaganov@chromium.org34e0a352009-12-03 15:44:40 +00005git grep -n -e "$@" -- "*.h" "*.hpp" "*.cpp" "*.c" "*.cc" "*.cpp" "*.inl"\
maruel@chromium.org8663fe82009-08-28 18:45:16 +00006 "*.grd" "*.idl" "*.m" "*.mm" "*.py" "*.sh" "*.cfg"\
maruel@chromium.org7a9a4472009-08-13 18:15:55 +00007 "*SConscript" "SConscript*" "*.scons" "*.vcproj" "*.vsprops" "*.make"\
tfarina@chromium.org07dbca62010-08-11 13:38:03 +00008 "*.gyp" "*.gypi" "*.js" "*.html" "*.css"
maruel@chromium.org913a8422009-08-12 19:59:10 +00009