|  | #!/bin/bash | 
|  |  | 
|  | # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 
|  | # Use of this source code is governed by a BSD-style license that can be | 
|  | # found in the LICENSE file. | 
|  |  | 
|  | rm annotated.html | 
|  | rm bc_s.png | 
|  | rm classes.html | 
|  | rm closed.png | 
|  | rm doxygen.png | 
|  | rm functions*.* | 
|  | rm globals*.* | 
|  | rm index_8dox.html | 
|  | rm namespacemembers.html | 
|  | rm namespacemembers_func.html | 
|  | rm namespaces.html | 
|  | rm nav_f.png | 
|  | rm nav_h.png | 
|  | rm open.png | 
|  | rm tab_a.png | 
|  | rm tab_b.png | 
|  | rm tab_h.png | 
|  | rm tab_s.png | 
|  | # all .map and all .md5 files | 
|  | rm *.md5 | 
|  | rm *.map | 
|  | rm *.css | 
|  | rm index.html | 
|  | rm jquery.js | 
|  | rm hierarchy.html | 
|  |  | 
|  |  | 
|  |  | 
|  |  |