Commit 472e9478 authored by dcheng@chromium.org's avatar dcheng@chromium.org

Remove long gomacc command-line for Mac builds.

BUG=none
TEST=Compile Chrome and confirm that gomacc command line is elided.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88676 0039d316-1c4b-4281-b951-d872f2087c98
parent 7e96d79c
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
\|^ /Developer/Library/PrivateFrameworks/DevToolsCore.framework/|d \|^ /Developer/Library/PrivateFrameworks/DevToolsCore.framework/|d
\|^ /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/|d \|^ /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/|d
# Drop any goma command lines as well.
\|^ .*/gomacc |d
# And, if you've overridden something from your own bin directory, remove those # And, if you've overridden something from your own bin directory, remove those
# full command lines, too. # full command lines, too.
\|^ /Users/[^/]*/bin/|d \|^ /Users/[^/]*/bin/|d
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment