| OLD | NEW |
| 1 *.Makefile | 1 *.Makefile |
| 2 *.gypcmd | 2 *.gypcmd |
| 3 *.mk | 3 *.mk |
| 4 *.ncb | 4 *.ncb |
| 5 *.ninja | 5 *.ninja |
| 6 *.opensdf | 6 *.opensdf |
| 7 *.props | 7 *.props |
| 8 *.pyc | 8 *.pyc |
| 9 *.rules | 9 *.rules |
| 10 *.sdf | 10 *.sdf |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 .metadata | 33 .metadata |
| 34 .project | 34 .project |
| 35 .pydevproject | 35 .pydevproject |
| 36 # Settings directory for eclipse | 36 # Settings directory for eclipse |
| 37 /.settings | 37 /.settings |
| 38 tags | 38 tags |
| 39 Thumbs.db | 39 Thumbs.db |
| 40 v8.log | 40 v8.log |
| 41 /Makefile | 41 /Makefile |
| 42 /_out | 42 /_out |
| 43 /arm-sysroot |
| 43 /ash/resources/google_wallpapers/ | 44 /ash/resources/google_wallpapers/ |
| 44 /breakpad/src/ | 45 /breakpad/src/ |
| 45 /build/Debug | 46 /build/Debug |
| 46 /build/Release | 47 /build/Release |
| 47 /build/ipch/ | 48 /build/ipch/ |
| 48 /build/util/LASTCHANGE | 49 /build/util/LASTCHANGE |
| 49 /build/util/support | 50 /build/util/support |
| 50 /build/x64/ | 51 /build/x64/ |
| 51 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. | 52 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. |
| 52 /c | 53 /c |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 /webkit/Debug | 268 /webkit/Debug |
| 268 /webkit/Release | 269 /webkit/Release |
| 269 /webkit/data/bmp_decoder | 270 /webkit/data/bmp_decoder |
| 270 /webkit/data/ico_decoder | 271 /webkit/data/ico_decoder |
| 271 /webkit/data/layout_tests/LayoutTests | 272 /webkit/data/layout_tests/LayoutTests |
| 272 /webkit/data/test_shell/plugins | 273 /webkit/data/test_shell/plugins |
| 273 /webkit/data/xbm_decoder | 274 /webkit/data/xbm_decoder |
| 274 /webpagereplay_logs/ | 275 /webpagereplay_logs/ |
| 275 /x86-generic_out/ | 276 /x86-generic_out/ |
| 276 /xcodebuild | 277 /xcodebuild |
| OLD | NEW |