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

Side by Side Diff: .gitignore

Issue 11045023: Move src/tools/isolate to src/tools/swarm_client as a DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use r159961 Created 8 years, 2 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 *.host.mk 3 *.host.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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 /third_party/yasm/generate_files.xml 238 /third_party/yasm/generate_files.xml
239 /third_party/yasm/source/patched-yasm 239 /third_party/yasm/source/patched-yasm
240 /third_party/yasm/yasm.xml 240 /third_party/yasm/yasm.xml
241 /tools/deps2git/ 241 /tools/deps2git/
242 /tools/distcc 242 /tools/distcc
243 /tools/grit 243 /tools/grit
244 /tools/gyp 244 /tools/gyp
245 /tools/histograms 245 /tools/histograms
246 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml 246 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml
247 /tools/page_cycler/acid3 247 /tools/page_cycler/acid3
248 /tools/swarm_client
248 /tools/tryserver 249 /tools/tryserver
249 /tools/win/link_limiter/build 250 /tools/win/link_limiter/build
250 /ui/resources/aura/google_wallpapers 251 /ui/resources/aura/google_wallpapers
251 /v8 252 /v8
252 /webkit/Debug 253 /webkit/Debug
253 /webkit/Release 254 /webkit/Release
254 /webkit/data/bmp_decoder 255 /webkit/data/bmp_decoder
255 /webkit/data/ico_decoder 256 /webkit/data/ico_decoder
256 /webkit/data/layout_tests/LayoutTests 257 /webkit/data/layout_tests/LayoutTests
257 /webkit/data/test_shell/plugins 258 /webkit/data/test_shell/plugins
258 /webkit/data/xbm_decoder 259 /webkit/data/xbm_decoder
259 /x86-generic_out/ 260 /x86-generic_out/
260 /xcodebuild 261 /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