Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3886)

Unified Diff: build/sanitize-mac-build-log.sed

Issue 7134063: Remove long gomacc command-line for Mac builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/sanitize-mac-build-log.sed
diff --git a/build/sanitize-mac-build-log.sed b/build/sanitize-mac-build-log.sed
index 2de72bf3f3b5c1ac94cfd73c7ca4a894f05e9201..25b311cfd11e9a2b64bd627b8a320b816b60aa41 100644
--- a/build/sanitize-mac-build-log.sed
+++ b/build/sanitize-mac-build-log.sed
@@ -20,6 +20,9 @@
\|^ /Developer/Library/PrivateFrameworks/DevToolsCore.framework/|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
# full command lines, too.
\|^ /Users/[^/]*/bin/|d
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698