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

Side by Side Diff: .gitignore

Issue 12282004: Added personal_data_manager android implementation for auto-populating auto-fill on android builds … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | autofill » ('j') | base/basictypes.h » ('J')
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 *.sdf 10 *.sdf
(...skipping 18 matching lines...) Expand all
29 .classpath 29 .classpath
30 .cproject 30 .cproject
31 .gdb_history 31 .gdb_history
32 .gdbinit 32 .gdbinit
33 .metadata 33 .metadata
34 .project 34 .project
35 .pydevproject 35 .pydevproject
36 # Settings directory for eclipse 36 # Settings directory for eclipse
37 /.settings 37 /.settings
38 tags 38 tags
39 cscope.*
40 Session.vim
39 Thumbs.db 41 Thumbs.db
40 v8.log 42 v8.log
41 /Makefile 43 /Makefile
42 /_out 44 /_out
43 /arm-sysroot 45 /arm-sysroot
44 /ash/resources/google_wallpapers/ 46 /ash/resources/google_wallpapers/
45 /breakpad/src/ 47 /breakpad/src/
46 /build/Debug 48 /build/Debug
47 /build/Release 49 /build/Release
48 /build/ipch/ 50 /build/ipch/
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 /webkit/Release 279 /webkit/Release
278 /webkit/data/bmp_decoder 280 /webkit/data/bmp_decoder
279 /webkit/data/ico_decoder 281 /webkit/data/ico_decoder
280 /webkit/data/layout_tests/LayoutTests 282 /webkit/data/layout_tests/LayoutTests
281 /webkit/data/test_shell/plugins 283 /webkit/data/test_shell/plugins
282 /webkit/data/xbm_decoder 284 /webkit/data/xbm_decoder
283 /webkit/media/crypto/ppapi/cdm 285 /webkit/media/crypto/ppapi/cdm
284 /webpagereplay_logs/ 286 /webpagereplay_logs/
285 /x86-generic_out/ 287 /x86-generic_out/
286 /xcodebuild 288 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | autofill » ('j') | base/basictypes.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698