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

Side by Side Diff: .gitignore

Issue 6205006: Add the newly included FLAC third party library to the DEPS file and ignore... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | DEPS » ('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 *.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
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 /third_party/GTM 68 /third_party/GTM
69 /third_party/WebKit 69 /third_party/WebKit
70 /third_party/adobe/flash/binaries 70 /third_party/adobe/flash/binaries
71 /third_party/angle 71 /third_party/angle
72 /third_party/cacheinvalidation/files 72 /third_party/cacheinvalidation/files
73 /third_party/chromeos_login_manager 73 /third_party/chromeos_login_manager
74 /third_party/chromeos_text_input 74 /third_party/chromeos_text_input
75 /third_party/cros 75 /third_party/cros
76 /third_party/cygwin 76 /third_party/cygwin
77 /third_party/directxsdk 77 /third_party/directxsdk
78 /third_party/flac
78 /third_party/ffmpeg 79 /third_party/ffmpeg
79 /third_party/gles2_conform 80 /third_party/gles2_conform
80 /third_party/googlemac 81 /third_party/googlemac
81 /third_party/hunspell 82 /third_party/hunspell
82 /third_party/hunspell_dictionaries 83 /third_party/hunspell_dictionaries
83 /third_party/icu 84 /third_party/icu
84 /third_party/libjingle/source 85 /third_party/libjingle/source
85 /third_party/libjpeg_turbo 86 /third_party/libjpeg_turbo
86 /third_party/libsrtp/src 87 /third_party/libsrtp/src
87 /third_party/libvpx 88 /third_party/libvpx
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 /valgrind.tmp 122 /valgrind.tmp
122 /webkit/Debug 123 /webkit/Debug
123 /webkit/Release 124 /webkit/Release
124 /webkit/data/bmp_decoder 125 /webkit/data/bmp_decoder
125 /webkit/data/ico_decoder 126 /webkit/data/ico_decoder
126 /webkit/data/layout_tests/LayoutTests 127 /webkit/data/layout_tests/LayoutTests
127 /webkit/data/test_shell/plugins 128 /webkit/data/test_shell/plugins
128 /webkit/data/xbm_decoder 129 /webkit/data/xbm_decoder
129 /x86-generic_out/ 130 /x86-generic_out/
130 /xcodebuild 131 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698