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

Side by Side Diff: .gitignore

Issue 95983002: Cached timestamps for toolchain update script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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
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 *.sdf 10 *.sdf
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 /third_party/webdriver/pylib 296 /third_party/webdriver/pylib
297 /third_party/webdriver/python/selenium 297 /third_party/webdriver/python/selenium
298 /third_party/webgl_conformance 298 /third_party/webgl_conformance
299 /third_party/WebKit 299 /third_party/WebKit
300 /third_party/webpagereplay/ 300 /third_party/webpagereplay/
301 /third_party/webrtc 301 /third_party/webrtc
302 /third_party/webrtc/internal 302 /third_party/webrtc/internal
303 /third_party/webrtc/modules/video_coding/codecs/vp8_internal 303 /third_party/webrtc/modules/video_coding/codecs/vp8_internal
304 /third_party/widevine/cdm/binaries 304 /third_party/widevine/cdm/binaries
305 /third_party/widevine/cdm/symbols 305 /third_party/widevine/cdm/symbols
306 /third_party/win_toolchain/.timestamps
306 /third_party/win_toolchain/files 307 /third_party/win_toolchain/files
307 /third_party/wix 308 /third_party/wix
308 /third_party/xdg-utils 309 /third_party/xdg-utils
309 /third_party/xulrunner-sdk 310 /third_party/xulrunner-sdk
310 /third_party/yasm/binaries 311 /third_party/yasm/binaries
311 /third_party/yasm/generate_files.xml 312 /third_party/yasm/generate_files.xml
312 /third_party/yasm/source/patched-yasm 313 /third_party/yasm/source/patched-yasm
313 /third_party/yasm/yasm.xml 314 /third_party/yasm/yasm.xml
314 /tools/deps2git/ 315 /tools/deps2git/
315 /tools/distcc 316 /tools/distcc
(...skipping 20 matching lines...) Expand all
336 /webkit/data/test_shell/plugins 337 /webkit/data/test_shell/plugins
337 /webkit/data/xbm_decoder 338 /webkit/data/xbm_decoder
338 /webkit/Debug 339 /webkit/Debug
339 /webkit/Release 340 /webkit/Release
340 /webkit/renderer/media/crypto/ppapi/cdm 341 /webkit/renderer/media/crypto/ppapi/cdm
341 /webpagereplay_logs/ 342 /webpagereplay_logs/
342 /win8/delegate_execute/delegate_execute_version_resources.xml 343 /win8/delegate_execute/delegate_execute_version_resources.xml
343 /win8/metro_driver/metro_driver_version_resources.xml 344 /win8/metro_driver/metro_driver_version_resources.xml
344 /x86-generic_out/ 345 /x86-generic_out/
345 /xcodebuild 346 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | tools/win/toolchain/get_toolchain_if_necessary.py » ('j') | tools/win/toolchain/get_toolchain_if_necessary.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698