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

Side by Side Diff: .gitignore

Issue 10830318: Use a different algorithm with the low entropy source for field trials. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | base/metrics/field_trial.h » ('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 *.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 *.scons 10 *.scons
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 /third_party/libvpx 176 /third_party/libvpx
177 /third_party/libyuv 177 /third_party/libyuv
178 /third_party/lighttpd 178 /third_party/lighttpd
179 /third_party/llvm 179 /third_party/llvm
180 /third_party/llvm-allocated-type 180 /third_party/llvm-allocated-type
181 /third_party/llvm-build 181 /third_party/llvm-build
182 /third_party/lss 182 /third_party/lss
183 /third_party/mingw-w64 183 /third_party/mingw-w64
184 /third_party/mkl 184 /third_party/mkl
185 /third_party/mozc 185 /third_party/mozc
186 /third_party/mt19937ar
186 /third_party/nacl_sdk_binaries/ 187 /third_party/nacl_sdk_binaries/
187 /third_party/nss 188 /third_party/nss
188 /third_party/openssl 189 /third_party/openssl
189 /third_party/ots 190 /third_party/ots
190 /third_party/pdfsqueeze 191 /third_party/pdfsqueeze
191 /third_party/pefile 192 /third_party/pefile
192 /third_party/perl 193 /third_party/perl
193 /third_party/platformsdk_win7 194 /third_party/platformsdk_win7
194 /third_party/platformsdk_win8 195 /third_party/platformsdk_win8
195 /third_party/ppapi 196 /third_party/ppapi
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 /v8 242 /v8
242 /webkit/Debug 243 /webkit/Debug
243 /webkit/Release 244 /webkit/Release
244 /webkit/data/bmp_decoder 245 /webkit/data/bmp_decoder
245 /webkit/data/ico_decoder 246 /webkit/data/ico_decoder
246 /webkit/data/layout_tests/LayoutTests 247 /webkit/data/layout_tests/LayoutTests
247 /webkit/data/test_shell/plugins 248 /webkit/data/test_shell/plugins
248 /webkit/data/xbm_decoder 249 /webkit/data/xbm_decoder
249 /x86-generic_out/ 250 /x86-generic_out/
250 /xcodebuild 251 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | base/metrics/field_trial.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698