blob: ef0fb01ea7d7c1be5a6db1dc1246564a4d8b39dc [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]41758202013-03-21 12:04:526 "*.grd" "*.grdp" "*.idl" "*.m" "*.mm" "*.py" "*.sh" "*.cfg" "*.tac" "*.go"\
[email protected]cfbab8f2016-05-27 18:42:177 "*.vcproj" "*.vsprops" "*.make" "*.gyp" "*.gypi" "*.isolate" "*.java"\
8 "*.js" "*.html" "*.css" "*.ebuild" "*.pl" "*.pm" "*.yaml" "*.gn" "*.gni"\
Scott Graham2b4ac392017-04-10 18:45:159 "*.json" "DEPS" "*/DEPS" "*.mojom" "*.proto"