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

Side by Side Diff: .gitignore

Issue 1264943002: Remove third_party/web-animations-js from .gitignore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | no next file » | 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 *.orig 5 *.orig
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.sdf 9 *.sdf
10 *.sln 10 *.sln
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 /third_party/syzygy 388 /third_party/syzygy
389 /third_party/syzygy/binaries 389 /third_party/syzygy/binaries
390 /third_party/trace-viewer 390 /third_party/trace-viewer
391 /third_party/tsan/ 391 /third_party/tsan/
392 /third_party/ub-uiautomator/lib 392 /third_party/ub-uiautomator/lib
393 /third_party/usb_ids 393 /third_party/usb_ids
394 /third_party/usrsctp/usrsctplib 394 /third_party/usrsctp/usrsctplib
395 /third_party/v8-i18n 395 /third_party/v8-i18n
396 /third_party/valgrind 396 /third_party/valgrind
397 /third_party/v4l2capture 397 /third_party/v4l2capture
398 /third_party/web-animations-js
399 /third_party/webdriver/pylib 398 /third_party/webdriver/pylib
400 /third_party/webdriver/python/selenium 399 /third_party/webdriver/python/selenium
401 /third_party/webgl 400 /third_party/webgl
402 /third_party/webgl/src 401 /third_party/webgl/src
403 /third_party/WebKit 402 /third_party/WebKit
404 /third_party/webpagereplay/ 403 /third_party/webpagereplay/
405 /third_party/webrtc 404 /third_party/webrtc
406 /third_party/webrtc/internal 405 /third_party/webrtc/internal
407 /third_party/webrtc/modules/video_coding/codecs/vp8_internal 406 /third_party/webrtc/modules/video_coding/codecs/vp8_internal
408 /third_party/widevine/cdm/chromeos 407 /third_party/widevine/cdm/chromeos
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 /ui/surface/surface.xml 441 /ui/surface/surface.xml
443 /ui/surface/surface_gpu_tests.xml 442 /ui/surface/surface_gpu_tests.xml
444 /v8 443 /v8
445 # Results directory for run-webkit-tests. http://crbug.com/488288 444 # Results directory for run-webkit-tests. http://crbug.com/488288
446 /webkit 445 /webkit
447 /webpagereplay_logs/ 446 /webpagereplay_logs/
448 /win8/delegate_execute/delegate_execute_version_resources.xml 447 /win8/delegate_execute/delegate_execute_version_resources.xml
449 /win8/metro_driver/metro_driver_version_resources.xml 448 /win8/metro_driver/metro_driver_version_resources.xml
450 /x86-generic_out/ 449 /x86-generic_out/
451 /xcodebuild 450 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698