OLD | NEW |
1 *.gypcmd | 1 *.gypcmd |
2 *.mk | 2 *.mk |
3 *.ncb | 3 *.ncb |
4 *.opensdf | 4 *.opensdf |
5 *.props | 5 *.props |
6 *.pyc | 6 *.pyc |
7 *.rules | 7 *.rules |
8 *.sdf | 8 *.sdf |
9 *.sln | 9 *.sln |
10 *.suo | 10 *.suo |
(...skipping 25 matching lines...) Expand all Loading... |
36 # Settings directory for eclipse | 36 # Settings directory for eclipse |
37 /.settings | 37 /.settings |
38 .checkstyle | 38 .checkstyle |
39 cscope.* | 39 cscope.* |
40 Session.vim | 40 Session.vim |
41 tags | 41 tags |
42 Thumbs.db | 42 Thumbs.db |
43 v8.log | 43 v8.log |
44 /_out | 44 /_out |
45 /android_emulator_sdk | 45 /android_emulator_sdk |
| 46 /android_webview/glue |
46 /arm-sysroot | 47 /arm-sysroot |
47 /base/base_unittests_run.xml | 48 /base/base_unittests_run.xml |
48 /breakpad/src/ | 49 /breakpad/src/ |
49 /build/Debug | 50 /build/Debug |
50 /build/Debug_x64 | 51 /build/Debug_x64 |
51 /build/gomacc.lock | 52 /build/gomacc.lock |
52 /build/ipch/ | 53 /build/ipch/ |
53 /build/Release | 54 /build/Release |
54 /build/Release_x64 | 55 /build/Release_x64 |
55 /build/win_toolchain.json | 56 /build/win_toolchain.json |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
384 /webkit/data/test_shell/plugins | 385 /webkit/data/test_shell/plugins |
385 /webkit/data/xbm_decoder | 386 /webkit/data/xbm_decoder |
386 /webkit/Debug | 387 /webkit/Debug |
387 /webkit/Release | 388 /webkit/Release |
388 /webkit/renderer/media/crypto/ppapi/cdm | 389 /webkit/renderer/media/crypto/ppapi/cdm |
389 /webpagereplay_logs/ | 390 /webpagereplay_logs/ |
390 /win8/delegate_execute/delegate_execute_version_resources.xml | 391 /win8/delegate_execute/delegate_execute_version_resources.xml |
391 /win8/metro_driver/metro_driver_version_resources.xml | 392 /win8/metro_driver/metro_driver_version_resources.xml |
392 /x86-generic_out/ | 393 /x86-generic_out/ |
393 /xcodebuild | 394 /xcodebuild |
OLD | NEW |