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

Side by Side Diff: .gitignore

Issue 1426663005: Make the histograms for setting the default browser consistent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | chrome/browser/shell_integration.h » ('j') | chrome/browser/shell_integration.cc » ('J')
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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 /tools/.bisect-builds-cache.json 425 /tools/.bisect-builds-cache.json
426 /tools/deps2git/ 426 /tools/deps2git/
427 /tools/distcc 427 /tools/distcc
428 /tools/gn/bin/linux 428 /tools/gn/bin/linux
429 /tools/gn/bin/mac 429 /tools/gn/bin/mac
430 /tools/gn/bin/win 430 /tools/gn/bin/win
431 /tools/grit 431 /tools/grit
432 /tools/gyp 432 /tools/gyp
433 /tools/histograms 433 /tools/histograms
434 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml 434 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml
435 /tools/metrics/actions/actions.old.xml
grt (UTC plus 2) 2015/11/03 21:12:21 ?
Patrick Monette 2015/11/10 19:22:47 There is a formatter for the file actions.xml that
435 /tools/metrics/histograms/histograms.before.pretty-print.xml 436 /tools/metrics/histograms/histograms.before.pretty-print.xml
436 /tools/page_cycler/acid3 437 /tools/page_cycler/acid3
437 /tools/perf/data 438 /tools/perf/data
438 /tools/perf/internal 439 /tools/perf/internal
439 /tools/perf/results.html 440 /tools/perf/results.html
440 /tools/swarming_client 441 /tools/swarming_client
441 /tools/tryserver 442 /tools/tryserver
442 /tools/win/link_limiter/build 443 /tools/win/link_limiter/build
443 /ui/file_manager/internal 444 /ui/file_manager/internal
444 /ui/keyboard/keyboard_mojom_bindings.xml 445 /ui/keyboard/keyboard_mojom_bindings.xml
445 /ui/surface/surface.xml 446 /ui/surface/surface.xml
446 /ui/surface/surface_gpu_tests.xml 447 /ui/surface/surface_gpu_tests.xml
447 /v8 448 /v8
448 # Results directory for run-webkit-tests. http://crbug.com/488288 449 # Results directory for run-webkit-tests. http://crbug.com/488288
449 /webkit 450 /webkit
450 /webpagereplay_logs/ 451 /webpagereplay_logs/
451 /win8/delegate_execute/delegate_execute_version_resources.xml 452 /win8/delegate_execute/delegate_execute_version_resources.xml
452 /win8/metro_driver/metro_driver_version_resources.xml 453 /win8/metro_driver/metro_driver_version_resources.xml
453 /x86-generic_out/ 454 /x86-generic_out/
454 /xcodebuild 455 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/shell_integration.h » ('j') | chrome/browser/shell_integration.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698