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

Side by Side Diff: .gitignore

Issue 2145673002: Adding visualmetrics code under third_party for speedindex calculations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added visualmetrics to .gitignore Created 4 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 | 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 *.orig 5 *.orig
6 *.pdb 6 *.pdb
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.pyproj 9 *.pyproj
10 *.rules 10 *.rules
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 /third_party/swiftshader/include/ 434 /third_party/swiftshader/include/
435 /third_party/syzygy 435 /third_party/syzygy
436 /third_party/syzygy/binaries 436 /third_party/syzygy/binaries
437 /third_party/tsan/ 437 /third_party/tsan/
438 /third_party/ub-uiautomator/lib 438 /third_party/ub-uiautomator/lib
439 /third_party/usb_ids 439 /third_party/usb_ids
440 /third_party/usrsctp/usrsctplib 440 /third_party/usrsctp/usrsctplib
441 /third_party/v8-i18n 441 /third_party/v8-i18n
442 /third_party/valgrind 442 /third_party/valgrind
443 /third_party/v4l2capture 443 /third_party/v4l2capture
444 /third_party/visualmetrics
444 /third_party/wayland/src 445 /third_party/wayland/src
445 /third_party/wayland-protocols/src 446 /third_party/wayland-protocols/src
446 /third_party/wds/src 447 /third_party/wds/src
447 /third_party/webdriver/pylib 448 /third_party/webdriver/pylib
448 /third_party/webdriver/python/selenium 449 /third_party/webdriver/python/selenium
449 /third_party/webgl 450 /third_party/webgl
450 /third_party/webgl/src 451 /third_party/webgl/src
451 /third_party/webpagereplay/ 452 /third_party/webpagereplay/
452 /third_party/webrtc 453 /third_party/webrtc
453 /third_party/widevine/cdm/chromeos 454 /third_party/widevine/cdm/chromeos
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 /ui/keyboard/keyboard_mojom_bindings.xml 486 /ui/keyboard/keyboard_mojom_bindings.xml
486 /ui/surface/surface.xml 487 /ui/surface/surface.xml
487 /ui/surface/surface_gpu_tests.xml 488 /ui/surface/surface_gpu_tests.xml
488 /v8 489 /v8
489 /webkit/data 490 /webkit/data
490 /webpagereplay_logs/ 491 /webpagereplay_logs/
491 /win8/delegate_execute/delegate_execute_version_resources.xml 492 /win8/delegate_execute/delegate_execute_version_resources.xml
492 /win8/metro_driver/metro_driver_version_resources.xml 493 /win8/metro_driver/metro_driver_version_resources.xml
493 /x86-generic_out/ 494 /x86-generic_out/
494 /xcodebuild 495 /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