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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 /build_overrides |
| 55 /chrome |
| 56 /crypto |
| 57 /ipc |
| 58 /mojo |
55 /testing | 59 /testing |
56 /tools | 60 /tools |
57 # Third party folders we pull in from DEPS | 61 # Third party folders we pull in from DEPS |
| 62 /third_party/boringssl |
| 63 /third_party/catapult |
58 /third_party/ced | 64 /third_party/ced |
59 /third_party/icu | 65 /third_party/icu |
| 66 /third_party/jinja2 |
60 /third_party/libxml | 67 /third_party/libxml |
| 68 /third_party/markupsafe |
61 /third_party/modp_b64 | 69 /third_party/modp_b64 |
| 70 /third_party/ply |
62 /third_party/protobuf | 71 /third_party/protobuf |
| 72 /third_party/Webkit |
| 73 /third_party/yasm |
63 /third_party/zlib | 74 /third_party/zlib |
OLD | NEW |