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

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: Autofill nits Created 7 years, 9 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
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
Ilya Sherman 2013/03/01 01:55:04 nit: Please move these into a separate CL.
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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 /webkit/Release 281 /webkit/Release
280 /webkit/data/bmp_decoder 282 /webkit/data/bmp_decoder
281 /webkit/data/ico_decoder 283 /webkit/data/ico_decoder
282 /webkit/data/layout_tests/LayoutTests 284 /webkit/data/layout_tests/LayoutTests
283 /webkit/data/test_shell/plugins 285 /webkit/data/test_shell/plugins
284 /webkit/data/xbm_decoder 286 /webkit/data/xbm_decoder
285 /webkit/media/crypto/ppapi/cdm 287 /webkit/media/crypto/ppapi/cdm
286 /webpagereplay_logs/ 288 /webpagereplay_logs/
287 /x86-generic_out/ 289 /x86-generic_out/
288 /xcodebuild 290 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | base/android/jni_local_ref_extensions.h » ('j') | base/android/jni_local_ref_extensions.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698