Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # commonly generated files | 1 # commonly generated files |
| 2 *.pyc | 2 *.pyc |
| 3 *.mojom.dart | 3 *.mojom.dart |
| 4 *~ | 4 *~ |
| 5 .*.sw? | 5 .*.sw? |
| 6 .DS_Store | 6 .DS_Store |
| 7 .classpath | 7 .classpath |
| 8 .cproject | 8 .cproject |
| 9 .gdb_history | 9 .gdb_history |
| 10 .gdbinit | 10 .gdbinit |
| (...skipping 22 matching lines...) Expand all Loading... | |
| 33 /testing/gmock/ | 33 /testing/gmock/ |
| 34 /testing/gtest/ | 34 /testing/gtest/ |
| 35 /third_party/android_tools/ | 35 /third_party/android_tools/ |
| 36 /third_party/angle/ | 36 /third_party/angle/ |
| 37 /third_party/appurify-python/ | 37 /third_party/appurify-python/ |
| 38 /third_party/breakpad/src/ | 38 /third_party/breakpad/src/ |
| 39 /third_party/boringssl/src/ | 39 /third_party/boringssl/src/ |
| 40 /third_party/brotli/src/ | 40 /third_party/brotli/src/ |
| 41 /third_party/colorama/src/ | 41 /third_party/colorama/src/ |
| 42 /third_party/dart-sdk/ | 42 /third_party/dart-sdk/ |
| 43 /third_party/dart-pkg/archive | 43 /third_party/dart-pkg/archive |
|
tonyg
2015/09/16 14:00:37
This list seems hard to maintain.
It looks like t
Cutch
2015/09/16 14:18:34
Done.
| |
| 44 /third_party/dart-pkg/args | 44 /third_party/dart-pkg/args |
| 45 /third_party/dart-pkg/async | |
| 46 /third_party/dart-pkg/barback | |
| 45 /third_party/dart-pkg/box2d | 47 /third_party/dart-pkg/box2d |
| 46 /third_party/dart-pkg/cassowary | 48 /third_party/dart-pkg/cassowary |
| 47 /third_party/dart-pkg/collection | 49 /third_party/dart-pkg/collection |
| 50 /third_party/dart-pkg/charcode | |
| 48 /third_party/dart-pkg/crypto | 51 /third_party/dart-pkg/crypto |
| 52 /third_party/dart-pkg/csslib | |
| 53 /third_party/dart-pkg/glob | |
| 54 /third_party/dart-pkg/html | |
| 55 /third_party/dart-pkg/http_multi_server | |
| 56 /third_party/dart-pkg/http_parser | |
| 57 /third_party/dart-pkg/logging | |
| 58 /third_party/dart-pkg/matcher | |
| 59 /third_party/dart-pkg/mime | |
| 49 /third_party/dart-pkg/newton | 60 /third_party/dart-pkg/newton |
| 61 /third_party/dart-pkg/package_config | |
| 50 /third_party/dart-pkg/path | 62 /third_party/dart-pkg/path |
| 63 /third_party/dart-pkg/plugin | |
| 64 /third_party/dart-pkg/pool | |
| 65 /third_party/dart-pkg/pub_semver/ | |
| 51 /third_party/dart-pkg/quiver | 66 /third_party/dart-pkg/quiver |
| 67 /third_party/dart-pkg/shelf | |
| 68 /third_party/dart-pkg/shelf_static | |
| 69 /third_party/dart-pkg/shelf_web_socket | |
| 70 /third_party/dart-pkg/source_map_stack_trace | |
| 71 /third_party/dart-pkg/source_maps | |
| 52 /third_party/dart-pkg/source_span | 72 /third_party/dart-pkg/source_span |
| 53 /third_party/dart-pkg/string_scanner | 73 /third_party/dart-pkg/string_scanner |
| 74 /third_party/dart-pkg/stack_trace | |
| 75 /third_party/dart-pkg/test | |
| 76 /third_party/dart-pkg/unittest | |
| 77 /third_party/dart-pkg/utf | |
| 54 /third_party/dart-pkg/vector_math | 78 /third_party/dart-pkg/vector_math |
| 55 /third_party/dart-pkg/vector_math | 79 /third_party/dart-pkg/watcher |
| 56 /third_party/dart-pkg/yaml | 80 /third_party/dart-pkg/yaml |
| 57 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf | 81 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf |
| 58 /third_party/freetype-android/src | 82 /third_party/freetype-android/src |
| 59 /third_party/go/ | 83 /third_party/go/ |
| 60 /third_party/icu/ | 84 /third_party/icu/ |
| 61 /third_party/jsr-305/src/ | 85 /third_party/jsr-305/src/ |
| 62 /third_party/libc++/trunk/ | 86 /third_party/libc++/trunk/ |
| 63 /third_party/libc++abi/trunk/ | 87 /third_party/libc++abi/trunk/ |
| 64 /third_party/libjpeg_turbo/ | 88 /third_party/libjpeg_turbo/ |
| 65 /third_party/llvm/ | 89 /third_party/llvm/ |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 122 | 146 |
| 123 # downloaded keyboard_native resources. | 147 # downloaded keyboard_native resources. |
| 124 /services/keyboard_native/res/*.png | 148 /services/keyboard_native/res/*.png |
| 125 | 149 |
| 126 # breakpad tool | 150 # breakpad tool |
| 127 /mojo/tools/linux64/dump_syms | 151 /mojo/tools/linux64/dump_syms |
| 128 /mojo/tools/linux64/symupload | 152 /mojo/tools/linux64/symupload |
| 129 | 153 |
| 130 # downloaded prediction dictionary files. | 154 # downloaded prediction dictionary files. |
| 131 /services/prediction/res/*.dict | 155 /services/prediction/res/*.dict |
| OLD | NEW |