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

Unified Diff: experimental/webtry/safec

Issue 688713002: delete webtry from main skia repo; it's been moved to buildbots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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 | « experimental/webtry/result.cpp ('k') | experimental/webtry/safec++ » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/safec
diff --git a/experimental/webtry/safec b/experimental/webtry/safec
deleted file mode 100755
index 9cc5771d4990460e5d750b8843b52cacedc23784..0000000000000000000000000000000000000000
--- a/experimental/webtry/safec
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-# Limit the amount of time and the core size for the compiler.
-set -e
-
-ulimit -t 5 -c 0
-
-cc $@
« no previous file with comments | « experimental/webtry/result.cpp ('k') | experimental/webtry/safec++ » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698