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

Side by Side Diff: .gitignore

Issue 11416036: Android WebView: allow for multiple target architectures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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') | android_webview/tools/gyp_webview » ('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 *.host.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
11 *.sln 11 *.sln
12 *.suo 12 *.suo
13 *.target.mk
14 *.targets 13 *.targets
15 *.user 14 *.user
16 *.vcproj 15 *.vcproj
17 *.vcxproj 16 *.vcxproj
18 *.vcxproj.filters 17 *.vcxproj.filters
19 *.vpj 18 *.vpj
20 *.vpw 19 *.vpw
21 *.vpwhistu 20 *.vpwhistu
22 *.vtg 21 *.vtg
23 *.xcodeproj 22 *.xcodeproj
24 *_proto.xml 23 *_proto.xml
25 *_proto_cpp.xml 24 *_proto_cpp.xml
26 *~ 25 *~
26 !Android.mk
27 .*.sw? 27 .*.sw?
28 .DS_Store 28 .DS_Store
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
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 /webkit/Debug 265 /webkit/Debug
266 /webkit/Release 266 /webkit/Release
267 /webkit/data/bmp_decoder 267 /webkit/data/bmp_decoder
268 /webkit/data/ico_decoder 268 /webkit/data/ico_decoder
269 /webkit/data/layout_tests/LayoutTests 269 /webkit/data/layout_tests/LayoutTests
270 /webkit/data/test_shell/plugins 270 /webkit/data/test_shell/plugins
271 /webkit/data/xbm_decoder 271 /webkit/data/xbm_decoder
272 /webpagereplay_logs/ 272 /webpagereplay_logs/
273 /x86-generic_out/ 273 /x86-generic_out/
274 /xcodebuild 274 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | Android.mk » ('j') | android_webview/tools/gyp_webview » ('J')

Powered by Google App Engine
This is Rietveld 408576698