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

Side by Side Diff: .gitignore

Issue 232473002: Remove the no-longer needed src/third_party/gold. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small fixes. Created 6 years, 8 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 *.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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 /third_party/drmemory 235 /third_party/drmemory
236 /third_party/eyesfree/src 236 /third_party/eyesfree/src
237 /third_party/ffmpeg 237 /third_party/ffmpeg
238 /third_party/findbugs 238 /third_party/findbugs
239 /third_party/flac 239 /third_party/flac
240 /third_party/fontconfig/src 240 /third_party/fontconfig/src
241 /third_party/freetype 241 /third_party/freetype
242 /third_party/freetype2/src 242 /third_party/freetype2/src
243 /third_party/gles2_conform 243 /third_party/gles2_conform
244 /third_party/gnu_binutils/ 244 /third_party/gnu_binutils/
245 /third_party/gold
246 /third_party/google_appengine_cloudstorage 245 /third_party/google_appengine_cloudstorage
247 /third_party/google_toolbox_for_mac/src 246 /third_party/google_toolbox_for_mac/src
248 /third_party/googlemac 247 /third_party/googlemac
249 /third_party/gperf 248 /third_party/gperf
250 /third_party/guava/src 249 /third_party/guava/src
251 /third_party/httpcomponents-client 250 /third_party/httpcomponents-client
252 /third_party/httpcomponents-core 251 /third_party/httpcomponents-core
253 /third_party/hunspell 252 /third_party/hunspell
254 /third_party/hunspell_dictionaries 253 /third_party/hunspell_dictionaries
255 /third_party/icu 254 /third_party/icu
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 /webkit/data/test_shell/plugins 372 /webkit/data/test_shell/plugins
374 /webkit/data/xbm_decoder 373 /webkit/data/xbm_decoder
375 /webkit/Debug 374 /webkit/Debug
376 /webkit/Release 375 /webkit/Release
377 /webkit/renderer/media/crypto/ppapi/cdm 376 /webkit/renderer/media/crypto/ppapi/cdm
378 /webpagereplay_logs/ 377 /webpagereplay_logs/
379 /win8/delegate_execute/delegate_execute_version_resources.xml 378 /win8/delegate_execute/delegate_execute_version_resources.xml
380 /win8/metro_driver/metro_driver_version_resources.xml 379 /win8/metro_driver/metro_driver_version_resources.xml
381 /x86-generic_out/ 380 /x86-generic_out/
382 /xcodebuild 381 /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