blob: ddfd9547b97de1bd921c727093a8adb78ed8e5eb [file] [log] [blame]
[email protected]913a8422009-08-12 19:59:101#!/bin/sh
[email protected]6ecb27e2012-04-03 17:02:212# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]913a8422009-08-12 19:59:103# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
[email protected]34e0a352009-12-03 15:44:405git grep -n -e "$@" -- "*.h" "*.hpp" "*.cpp" "*.c" "*.cc" "*.cpp" "*.inl"\
[email protected]22ebcb62011-11-09 13:52:056 "*.grd" "*.idl" "*.m" "*.mm" "*.py" "*.sh" "*.cfg" "*.tac"\
[email protected]7a9a4472009-08-13 18:15:557 "*SConscript" "SConscript*" "*.scons" "*.vcproj" "*.vsprops" "*.make"\
[email protected]6ecb27e2012-04-03 17:02:218 "*.gyp" "*.gypi" "*.js" "*.html" "*.css" "*.ebuild"