| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 /out | 44 /out |
| 45 # Sublime Text Tags | 45 # Sublime Text Tags |
| 46 .tags* | 46 .tags* |
| 47 # Created when pulling in git deps. | 47 # Created when pulling in git deps. |
| 48 /.gitdeps-cache | 48 /.gitdeps-cache |
| 49 ################################################## | 49 ################################################## |
| 50 # Chrome folders we pull in from DEPS and GITDEPS | 50 # Chrome folders we pull in from DEPS and GITDEPS |
| 51 /base | 51 /base |
| 52 /build | 52 /build |
| 53 /buildtools | 53 /buildtools |
| 54 /build_overrides |
| 54 /testing | 55 /testing |
| 55 /tools | 56 /tools |
| 56 # Third party folders we pull in from DEPS | 57 # Third party folders we pull in from DEPS |
| 57 /third_party/protobuf | 58 /third_party/ced |
| 59 /third_party/icu |
| 60 /third_party/libxml |
| 61 /third_party/modp_b64 |
| 62 /third_party/protobuf |
| 63 /third_party/zlib |
| OLD | NEW |