Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Side by Side Diff: .gitignore

Issue 7972027: Revert 102428 - Add a backwards compatibility unittest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | courgette/courgette.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.Makefile 1 *.Makefile
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.ninja 4 *.ninja
5 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.scons 8 *.scons
9 *.sdf 9 *.sdf
10 *.sln 10 *.sln
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 /v8 160 /v8
161 /webkit/Debug 161 /webkit/Debug
162 /webkit/Release 162 /webkit/Release
163 /webkit/data/bmp_decoder 163 /webkit/data/bmp_decoder
164 /webkit/data/ico_decoder 164 /webkit/data/ico_decoder
165 /webkit/data/layout_tests/LayoutTests 165 /webkit/data/layout_tests/LayoutTests
166 /webkit/data/test_shell/plugins 166 /webkit/data/test_shell/plugins
167 /webkit/data/xbm_decoder 167 /webkit/data/xbm_decoder
168 /x86-generic_out/ 168 /x86-generic_out/
169 /xcodebuild 169 /xcodebuild
170 courgette.log
OLDNEW
« no previous file with comments | « no previous file | courgette/courgette.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698