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

Side by Side Diff: .gitignore

Issue 264303009: Add elfutils via DEPS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge 'master' into review branch. Created 6 years, 7 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
« 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 *.gypcmd 1 *.gypcmd
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.opensdf 4 *.opensdf
5 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.sdf 8 *.sdf
9 *.sln 9 *.sln
10 *.suo 10 *.suo
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 /third_party/chromite 231 /third_party/chromite
232 /third_party/clang_format/bin/*/* 232 /third_party/clang_format/bin/*/*
233 /third_party/clang_format/script 233 /third_party/clang_format/script
234 !/third_party/clang_format/bin/*/*.sha1 234 !/third_party/clang_format/bin/*/*.sha1
235 /third_party/cld_2/src 235 /third_party/cld_2/src
236 /third_party/cros 236 /third_party/cros
237 /third_party/cros_system_api 237 /third_party/cros_system_api
238 /third_party/cygwin 238 /third_party/cygwin
239 /third_party/directxsdk 239 /third_party/directxsdk
240 /third_party/drmemory 240 /third_party/drmemory
241 /third_party/elfutils/src
241 /third_party/eyesfree/src 242 /third_party/eyesfree/src
242 /third_party/ffmpeg 243 /third_party/ffmpeg
243 /third_party/findbugs 244 /third_party/findbugs
244 /third_party/flac 245 /third_party/flac
245 /third_party/fontconfig/src 246 /third_party/fontconfig/src
246 /third_party/freetype 247 /third_party/freetype
247 /third_party/freetype2/src 248 /third_party/freetype2/src
248 /third_party/gles2_conform 249 /third_party/gles2_conform
249 /third_party/gnu_binutils/ 250 /third_party/gnu_binutils/
250 /third_party/google_appengine_cloudstorage 251 /third_party/google_appengine_cloudstorage
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 /webkit/data/test_shell/plugins 378 /webkit/data/test_shell/plugins
378 /webkit/data/xbm_decoder 379 /webkit/data/xbm_decoder
379 /webkit/Debug 380 /webkit/Debug
380 /webkit/Release 381 /webkit/Release
381 /webkit/renderer/media/crypto/ppapi/cdm 382 /webkit/renderer/media/crypto/ppapi/cdm
382 /webpagereplay_logs/ 383 /webpagereplay_logs/
383 /win8/delegate_execute/delegate_execute_version_resources.xml 384 /win8/delegate_execute/delegate_execute_version_resources.xml
384 /win8/metro_driver/metro_driver_version_resources.xml 385 /win8/metro_driver/metro_driver_version_resources.xml
385 /x86-generic_out/ 386 /x86-generic_out/
386 /xcodebuild 387 /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