Home | History | Annotate | Download | only in src
      1 #!/bin/bash
      2 
      3 set -e
      4 
      5 rm -rf shared tracing
      6 svn co http://src.chromium.org/chrome/trunk/src/chrome/browser/resources/shared/
      7 svnversion shared > UPSTREAM_REVISION
      8 svn co http://src.chromium.org/chrome/trunk/src/chrome/browser/resources/tracing/@`cat UPSTREAM_REVISION`
      9 rm -rf `find -name ".svn"`
     10