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

Side by Side Diff: .gitignore

Issue 10637006: Fixes to allow building in an Android tree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing comment char Created 8 years, 6 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 | Android.mk » ('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 *.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 *.scons 10 *.scons
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 /v8 225 /v8
226 /webkit/Debug 226 /webkit/Debug
227 /webkit/Release 227 /webkit/Release
228 /webkit/data/bmp_decoder 228 /webkit/data/bmp_decoder
229 /webkit/data/ico_decoder 229 /webkit/data/ico_decoder
230 /webkit/data/layout_tests/LayoutTests 230 /webkit/data/layout_tests/LayoutTests
231 /webkit/data/test_shell/plugins 231 /webkit/data/test_shell/plugins
232 /webkit/data/xbm_decoder 232 /webkit/data/xbm_decoder
233 /x86-generic_out/ 233 /x86-generic_out/
234 /xcodebuild 234 /xcodebuild
235 !Android.mk
Steve Block 2012/06/22 15:52:29 Currently looking into how to do this for SVN
Steve Block 2012/06/22 16:16:51 It seems that SVN has no equivalent to this kind o
OLDNEW
« no previous file with comments | « no previous file | Android.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698