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

Side by Side Diff: .gitignore

Issue 2869019: Don't generate a certificate browse button or passphrase field if cert path contains SETTINGS: (Closed)
Patch Set: Simplified SETTINGS: parsing. Created 10 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
OLDNEW
1 *.Makefile 1 *.Makefile
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.pyc 4 *.pyc
5 *.rules 5 *.rules
6 *.scons 6 *.scons
7 *.sln 7 *.sln
8 *.suo 8 *.suo
9 *.user 9 *.user
10 *.vcproj 10 *.vcproj
11 *.xcodeproj 11 *.xcodeproj
12 *~ 12 *~
13 .*.sw? 13 .*.sw?
14 .cproject 14 .cproject
15 .gdbinit
15 .DS_Store 16 .DS_Store
16 .metadata 17 .metadata
17 .project 18 .project
18 /_out 19 /_out
19 /breakpad/src/ 20 /breakpad/src/
20 /build/util/support 21 /build/util/support
21 /chrome/Debug 22 /chrome/Debug
22 /chrome/Hammer 23 /chrome/Hammer
23 /chrome/Release 24 /chrome/Release
24 /chrome/app/theme/google_chrome 25 /chrome/app/theme/google_chrome
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 /v8 96 /v8
96 /webkit/Debug 97 /webkit/Debug
97 /webkit/Release 98 /webkit/Release
98 /webkit/data/bmp_decoder 99 /webkit/data/bmp_decoder
99 /webkit/data/ico_decoder 100 /webkit/data/ico_decoder
100 /webkit/data/layout_tests/LayoutTests 101 /webkit/data/layout_tests/LayoutTests
101 /webkit/data/test_shell/plugins 102 /webkit/data/test_shell/plugins
102 /webkit/data/xbm_decoder 103 /webkit/data/xbm_decoder
103 /xcodebuild 104 /xcodebuild
104 SConstruct 105 SConstruct
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/browser/chromeos/options/wifi_config_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698