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

Side by Side Diff: experimental/webtry/safec

Issue 553333004: gyp build of skfiddle apps, take 2 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix error from patch getting conffused by safec++ Created 6 years, 3 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 unified diff | Download patch
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 # Limit the amount of time and the core size for the compiler. 2 # Limit the amount of time and the core size for the compiler.
3 set -e 3 set -e
4 4
5 ulimit -t 5 -c 0 5 ulimit -t 5 -c 0
6 6
7 c++ $@ 7 cc $@
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698