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

Side by Side Diff: .gitignore

Issue 209853003: Adding binutils as a DEPS to allow DebugFission on Ubuntu Precise when compiling with clang. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing name. Created 6 years, 9 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') | DEPS » ('J')
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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 /third_party/adobe/flash/symbols 209 /third_party/adobe/flash/symbols
210 /third_party/amd/ 210 /third_party/amd/
211 /third_party/android_tools/ 211 /third_party/android_tools/
212 /third_party/android_tools_internal/ 212 /third_party/android_tools_internal/
213 /third_party/angle 213 /third_party/angle
214 /third_party/angle_dx11 214 /third_party/angle_dx11
215 /third_party/aosp 215 /third_party/aosp
216 /third_party/apache-mime4j 216 /third_party/apache-mime4j
217 /third_party/asan 217 /third_party/asan
218 /third_party/bidichecker 218 /third_party/bidichecker
219 /third_party/binutils
219 /third_party/bison 220 /third_party/bison
220 /third_party/brotli/src 221 /third_party/brotli/src
221 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml 222 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml
222 /third_party/cacheinvalidation/src 223 /third_party/cacheinvalidation/src
223 /third_party/chromeos_login_manager 224 /third_party/chromeos_login_manager
224 /third_party/chromeos_text_input 225 /third_party/chromeos_text_input
225 /third_party/chromite 226 /third_party/chromite
226 /third_party/clang_format/bin/*/* 227 /third_party/clang_format/bin/*/*
227 !/third_party/clang_format/bin/*/*.sha1 228 !/third_party/clang_format/bin/*/*.sha1
228 /third_party/cld_2/src 229 /third_party/cld_2/src
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 /webkit/data/test_shell/plugins 374 /webkit/data/test_shell/plugins
374 /webkit/data/xbm_decoder 375 /webkit/data/xbm_decoder
375 /webkit/Debug 376 /webkit/Debug
376 /webkit/Release 377 /webkit/Release
377 /webkit/renderer/media/crypto/ppapi/cdm 378 /webkit/renderer/media/crypto/ppapi/cdm
378 /webpagereplay_logs/ 379 /webpagereplay_logs/
379 /win8/delegate_execute/delegate_execute_version_resources.xml 380 /win8/delegate_execute/delegate_execute_version_resources.xml
380 /win8/metro_driver/metro_driver_version_resources.xml 381 /win8/metro_driver/metro_driver_version_resources.xml
381 /x86-generic_out/ 382 /x86-generic_out/
382 /xcodebuild 383 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698