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

Side by Side Diff: .gitignore

Issue 917523002: Pull web-animations-js into third-party via the third_party/polymer/reproduce.sh script. Add necess… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "Add another alias to shared_resources_data_source.cc for web-animations-js. Created 5 years, 10 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
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 *.sublime-project 10 *.sublime-project
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 /third_party/syzygy 375 /third_party/syzygy
376 /third_party/syzygy/binaries 376 /third_party/syzygy/binaries
377 /third_party/trace-viewer 377 /third_party/trace-viewer
378 /third_party/tsan/ 378 /third_party/tsan/
379 /third_party/undoview 379 /third_party/undoview
380 /third_party/usb_ids 380 /third_party/usb_ids
381 /third_party/usrsctp/usrsctplib 381 /third_party/usrsctp/usrsctplib
382 /third_party/v8-i18n 382 /third_party/v8-i18n
383 /third_party/valgrind 383 /third_party/valgrind
384 /third_party/v4l2capture 384 /third_party/v4l2capture
385 /third_party/web-animations-js
385 /third_party/webdriver/pylib 386 /third_party/webdriver/pylib
386 /third_party/webdriver/python/selenium 387 /third_party/webdriver/python/selenium
387 /third_party/webgl 388 /third_party/webgl
388 /third_party/webgl/src 389 /third_party/webgl/src
389 /third_party/WebKit 390 /third_party/WebKit
390 /third_party/webpagereplay/ 391 /third_party/webpagereplay/
391 /third_party/webrtc 392 /third_party/webrtc
392 /third_party/webrtc/internal 393 /third_party/webrtc/internal
393 /third_party/webrtc/modules/video_coding/codecs/vp8_internal 394 /third_party/webrtc/modules/video_coding/codecs/vp8_internal
394 /third_party/widevine/cdm/chromeos 395 /third_party/widevine/cdm/chromeos
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 /webkit/data/test_shell/plugins 433 /webkit/data/test_shell/plugins
433 /webkit/data/xbm_decoder 434 /webkit/data/xbm_decoder
434 /webkit/Debug 435 /webkit/Debug
435 /webkit/Release 436 /webkit/Release
436 /webkit/renderer/media/crypto/ppapi/cdm 437 /webkit/renderer/media/crypto/ppapi/cdm
437 /webpagereplay_logs/ 438 /webpagereplay_logs/
438 /win8/delegate_execute/delegate_execute_version_resources.xml 439 /win8/delegate_execute/delegate_execute_version_resources.xml
439 /win8/metro_driver/metro_driver_version_resources.xml 440 /win8/metro_driver/metro_driver_version_resources.xml
440 /x86-generic_out/ 441 /x86-generic_out/
441 /xcodebuild 442 /xcodebuild
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698