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

Side by Side Diff: .gitignore

Issue 9423019: Pull canvas_bench via DEPS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« 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 *.Makefile 1 *.Makefile
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.ninja 4 *.ninja
5 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.scons 8 *.scons
9 *.sdf 9 *.sdf
10 *.sln 10 *.sln
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 /chrome/installer/mac/third_party/xz/xz 55 /chrome/installer/mac/third_party/xz/xz
56 /chrome/test/chromeos/autotest/files/client/deps/chrome_test/test_src/ 56 /chrome/test/chromeos/autotest/files/client/deps/chrome_test/test_src/
57 /chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/test_src/ 57 /chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/test_src/
58 /chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin 58 /chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin
59 /chrome/test/data/firefox2_profile/searchplugins 59 /chrome/test/data/firefox2_profile/searchplugins
60 /chrome/test/data/firefox2_searchplugins 60 /chrome/test/data/firefox2_searchplugins
61 /chrome/test/data/firefox3_profile/searchplugins 61 /chrome/test/data/firefox3_profile/searchplugins
62 /chrome/test/data/firefox3_searchplugins 62 /chrome/test/data/firefox3_searchplugins
63 /chrome/test/data/layout_tests 63 /chrome/test/data/layout_tests
64 /chrome/test/data/osdd 64 /chrome/test/data/osdd
65 /chrome/test/data/perf/canvas_bench
65 /chrome/test/data/perf/frame_rate/content 66 /chrome/test/data/perf/frame_rate/content
66 /chrome/test/data/perf/frame_rate/private 67 /chrome/test/data/perf/frame_rate/private
67 /chrome/test/data/perf/private/ 68 /chrome/test/data/perf/private/
68 /chrome/test/data/plugin 69 /chrome/test/data/plugin
69 /chrome/test/data/pyauto_private 70 /chrome/test/data/pyauto_private
70 /chrome/tools/memory 71 /chrome/tools/memory
71 /chrome/tools/test/reference_build 72 /chrome/tools/test/reference_build
72 /chrome_frame/tools/test/reference_build 73 /chrome_frame/tools/test/reference_build
73 /data 74 /data
74 /googleurl 75 /googleurl
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 /v8 173 /v8
173 /webkit/Debug 174 /webkit/Debug
174 /webkit/Release 175 /webkit/Release
175 /webkit/data/bmp_decoder 176 /webkit/data/bmp_decoder
176 /webkit/data/ico_decoder 177 /webkit/data/ico_decoder
177 /webkit/data/layout_tests/LayoutTests 178 /webkit/data/layout_tests/LayoutTests
178 /webkit/data/test_shell/plugins 179 /webkit/data/test_shell/plugins
179 /webkit/data/xbm_decoder 180 /webkit/data/xbm_decoder
180 /x86-generic_out/ 181 /x86-generic_out/
181 /xcodebuild 182 /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