| OLD | NEW |
| 1 *.gypcmd | 1 *.gypcmd |
| 2 *.mk | 2 *.mk |
| 3 *.ncb | 3 *.ncb |
| 4 *.opensdf | 4 *.opensdf |
| 5 *.orig | 5 *.orig |
| 6 *.props | 6 *.props |
| 7 *.pyc | 7 *.pyc |
| 8 *.pyproj | 8 *.pyproj |
| 9 *.rules | 9 *.rules |
| 10 *.sdf | 10 *.sdf |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 v8.log | 50 v8.log |
| 51 # Settings directories for eclipse | 51 # Settings directories for eclipse |
| 52 /.externalToolBuilders/ | 52 /.externalToolBuilders/ |
| 53 /.settings/ | 53 /.settings/ |
| 54 /.vs/ | 54 /.vs/ |
| 55 /_out | 55 /_out |
| 56 /android_emulator_sdk | 56 /android_emulator_sdk |
| 57 /ash/ash_unittests_run.xml | 57 /ash/ash_unittests_run.xml |
| 58 /base/base_unittests_run.xml | 58 /base/base_unittests_run.xml |
| 59 /breakpad/src/ | 59 /breakpad/src/ |
| 60 /build/android/bin |
| 60 /build/Debug | 61 /build/Debug |
| 61 /build/Debug_x64 | 62 /build/Debug_x64 |
| 62 /build/gomacc.lock | 63 /build/gomacc.lock |
| 63 /build/ipch/ | 64 /build/ipch/ |
| 64 /build/Release | 65 /build/Release |
| 65 /build/Release_x64 | 66 /build/Release_x64 |
| 66 /build/win_toolchain.json | 67 /build/win_toolchain.json |
| 67 /build/util/LASTCHANGE* | 68 /build/util/LASTCHANGE* |
| 68 /build/util/support | 69 /build/util/support |
| 69 /build/x64/ | 70 /build/x64/ |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 /ui/surface/surface.xml | 450 /ui/surface/surface.xml |
| 450 /ui/surface/surface_gpu_tests.xml | 451 /ui/surface/surface_gpu_tests.xml |
| 451 /v8 | 452 /v8 |
| 452 # Results directory for run-webkit-tests. http://crbug.com/488288 | 453 # Results directory for run-webkit-tests. http://crbug.com/488288 |
| 453 /webkit | 454 /webkit |
| 454 /webpagereplay_logs/ | 455 /webpagereplay_logs/ |
| 455 /win8/delegate_execute/delegate_execute_version_resources.xml | 456 /win8/delegate_execute/delegate_execute_version_resources.xml |
| 456 /win8/metro_driver/metro_driver_version_resources.xml | 457 /win8/metro_driver/metro_driver_version_resources.xml |
| 457 /x86-generic_out/ | 458 /x86-generic_out/ |
| 458 /xcodebuild | 459 /xcodebuild |
| OLD | NEW |