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

Side by Side Diff: .gitignore

Issue 20457002: Move swarm_client to swarming_client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 7 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 | 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 *.gypcmd 2 *.gypcmd
3 *.mk 3 *.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.opensdf 6 *.opensdf
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 /third_party/yasm/yasm.xml 297 /third_party/yasm/yasm.xml
298 /tools/deps2git/ 298 /tools/deps2git/
299 /tools/distcc 299 /tools/distcc
300 /tools/grit 300 /tools/grit
301 /tools/gyp 301 /tools/gyp
302 /tools/histograms 302 /tools/histograms
303 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml 303 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml
304 /tools/page_cycler/acid3 304 /tools/page_cycler/acid3
305 /tools/perf/data 305 /tools/perf/data
306 /tools/perf/results.html 306 /tools/perf/results.html
307 /tools/swarm_client 307 /tools/swarming_client
308 /tools/tryserver 308 /tools/tryserver
309 /tools/win/link_limiter/build 309 /tools/win/link_limiter/build
310 /ui/surface/surface.xml 310 /ui/surface/surface.xml
311 /ui/surface/surface_gpu_tests.xml 311 /ui/surface/surface_gpu_tests.xml
312 /v8 312 /v8
313 /webkit/data/bmp_decoder 313 /webkit/data/bmp_decoder
314 /webkit/data/ico_decoder 314 /webkit/data/ico_decoder
315 /webkit/data/layout_tests/LayoutTests 315 /webkit/data/layout_tests/LayoutTests
316 /webkit/data/test_shell/plugins 316 /webkit/data/test_shell/plugins
317 /webkit/data/xbm_decoder 317 /webkit/data/xbm_decoder
318 /webkit/Debug 318 /webkit/Debug
319 /webkit/Release 319 /webkit/Release
320 /webkit/renderer/media/crypto/ppapi/cdm 320 /webkit/renderer/media/crypto/ppapi/cdm
321 /webpagereplay_logs/ 321 /webpagereplay_logs/
322 /win8/delegate_execute/delegate_execute_version_resources.xml 322 /win8/delegate_execute/delegate_execute_version_resources.xml
323 /win8/metro_driver/metro_driver_version_resources.xml 323 /win8/metro_driver/metro_driver_version_resources.xml
324 /x86-generic_out/ 324 /x86-generic_out/
325 /xcodebuild 325 /xcodebuild
326 cscope.* 326 cscope.*
327 Session.vim 327 Session.vim
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