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

Side by Side Diff: .gitignore

Issue 227633002: Fixed quality tests after PyAuto test purge. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: .gitignore'ing resource files Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc » ('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 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.sdf 8 *.sdf
9 *.sln 9 *.sln
10 *.suo 10 *.suo
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 /chrome/test/data/gpu/vt/ 114 /chrome/test/data/gpu/vt/
115 /chrome/test/data/layout_tests 115 /chrome/test/data/layout_tests
116 /chrome/test/data/osdd 116 /chrome/test/data/osdd
117 /chrome/test/data/perf/canvas_bench 117 /chrome/test/data/perf/canvas_bench
118 /chrome/test/data/perf/frame_rate/content 118 /chrome/test/data/perf/frame_rate/content
119 /chrome/test/data/perf/frame_rate/private 119 /chrome/test/data/perf/frame_rate/private
120 /chrome/test/data/perf/private/ 120 /chrome/test/data/perf/private/
121 /chrome/test/data/perf/third_party/ 121 /chrome/test/data/perf/third_party/
122 /chrome/test/data/plugin/ 122 /chrome/test/data/plugin/
123 /chrome/test/data/pyauto_private 123 /chrome/test/data/pyauto_private
124 /chrome/test/data/webrtc/resources
124 /chrome/tools/memory 125 /chrome/tools/memory
125 /chrome/tools/test/reference_build 126 /chrome/tools/test/reference_build
126 /chrome/unit_tests_run.xml 127 /chrome/unit_tests_run.xml
127 /chrome_elf/chrome_elf_resources.xml 128 /chrome_elf/chrome_elf_resources.xml
128 /cloud_print/cloud_print_version_resources.xml 129 /cloud_print/cloud_print_version_resources.xml
129 /components/chrome_settings_proto_generated_compile.xml 130 /components/chrome_settings_proto_generated_compile.xml
130 /components/cloud_policy_proto_generated_compile.xml 131 /components/cloud_policy_proto_generated_compile.xml
131 /components/rappor.xml 132 /components/rappor.xml
132 /components/variations.xml 133 /components/variations.xml
133 /content/content_unittests_run.xml 134 /content/content_unittests_run.xml
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 /webkit/data/test_shell/plugins 372 /webkit/data/test_shell/plugins
372 /webkit/data/xbm_decoder 373 /webkit/data/xbm_decoder
373 /webkit/Debug 374 /webkit/Debug
374 /webkit/Release 375 /webkit/Release
375 /webkit/renderer/media/crypto/ppapi/cdm 376 /webkit/renderer/media/crypto/ppapi/cdm
376 /webpagereplay_logs/ 377 /webpagereplay_logs/
377 /win8/delegate_execute/delegate_execute_version_resources.xml 378 /win8/delegate_execute/delegate_execute_version_resources.xml
378 /win8/metro_driver/metro_driver_version_resources.xml 379 /win8/metro_driver/metro_driver_version_resources.xml
379 /x86-generic_out/ 380 /x86-generic_out/
380 /xcodebuild 381 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698