blob: 2c1e95689e1166510e238607752c46c415566208 [file] [log] [blame]
maruel@chromium.org913a8422009-08-12 19:59:10 +00001#!/bin/sh
kliegs@chromium.org6ecb27e2012-04-03 17:02:21 +00002# Copyright (c) 2012 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"\
dzhioev@chromium.org41758202013-03-21 12:04:52 +00006 "*.grd" "*.grdp" "*.idl" "*.m" "*.mm" "*.py" "*.sh" "*.cfg" "*.tac" "*.go"\
bradnelson@chromium.orgcfbab8f2016-05-27 18:42:17 +00007 "*.vcproj" "*.vsprops" "*.make" "*.gyp" "*.gypi" "*.isolate" "*.java"\
8 "*.js" "*.html" "*.css" "*.ebuild" "*.pl" "*.pm" "*.yaml" "*.gn" "*.gni"\
scottmgbda914b2016-10-11 16:42:58 -07009 "*.json" "DEPS" "*/DEPS" "*.mojom"