Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Ignore Chromium dependencies | |
| 2 | |
| 3 *.Makefile | 1 *.Makefile |
| 4 *.mk | 2 *.mk |
| 5 *.sln | 3 *.sln |
| 6 *.vcproj* | 4 *.vcproj* |
| 7 *.vcxproj* | 5 *.vcxproj* |
| 8 All.ncb | 6 All.ncb |
| 9 All.sdf | 7 All.sdf |
| 10 All.xcodeproj | 8 All.xcodeproj |
| 11 WebKit.ncb | 9 WebKit.ncb |
| 12 WebKit.xcodeproj | 10 WebKit.xcodeproj |
| 13 WebKitUnitTests.xcodeproj | 11 WebKitUnitTests.xcodeproj |
| 14 | |
| 15 .gclient | |
| 16 .gclient_entries | |
| 17 base/ | |
| 18 cc/ | |
| 19 chromium_deps/ | |
| 20 crypto/ | |
| 21 depot_tools/ | |
| 22 dbus/ | |
| 23 gfx/ | |
| 24 google_apis/ | |
| 25 googleurl/ | |
| 26 gpu/ | |
| 27 ipc/ | |
| 28 media/ | |
| 29 net/ | |
| 30 ppapi/ | |
| 31 printing/ | |
| 32 sdch/ | |
| 33 skia/ | |
| 34 sql/ | |
| 35 testing/ | |
| 36 third_party/ | |
| 37 tools/ | |
| 38 ui/ | |
| 39 v8/ | |
| 40 webkit/ | |
| 41 win8/ | |
| 42 xcodebuild/ | |
|
Nico
2013/04/08 23:02:36
Probably want to keep xcodebuild too
abarth-chromium
2013/04/08 23:05:33
Won't xcodebuild show up in the top-level src dire
| |
| OLD | NEW |