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

Side by Side Diff: .gitignore

Issue 1154633003: Add luci-go's isolate tool, downloaded via runhooks. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 /seccompsandbox 246 /seccompsandbox
247 /signing_keys 247 /signing_keys
248 /skia/tools/clusterfuzz-data/ 248 /skia/tools/clusterfuzz-data/
249 /sql/sql_unittests_run.xml 249 /sql/sql_unittests_run.xml
250 /sync/sync.xml 250 /sync/sync.xml
251 /sync_testserver.log 251 /sync_testserver.log
252 /testing/gmock 252 /testing/gmock
253 /testing/gtest 253 /testing/gtest
254 /testing/iossim/third_party/ 254 /testing/iossim/third_party/
255 /testserver.log 255 /testserver.log
256 /tools/luci-go/linux64/isolate
257 /tools/luci-go/mac64/isolate
258 /tools/luci-go/win64/isolate
Vadim Sh. 2015/05/22 19:24:05 isolate.exe
M-A Ruel 2015/05/22 19:29:09 Thanks for spotting it!
256 /third_party/accessibility-developer-tools/ 259 /third_party/accessibility-developer-tools/
257 /third_party/adobe/flash/binaries 260 /third_party/adobe/flash/binaries
258 /third_party/adobe/flash/symbols 261 /third_party/adobe/flash/symbols
259 /third_party/amd/ 262 /third_party/amd/
260 /third_party/android_protobuf/src 263 /third_party/android_protobuf/src
261 /third_party/android_tools/ 264 /third_party/android_tools/
262 /third_party/android_tools_internal/ 265 /third_party/android_tools_internal/
263 /third_party/android_webview_glue/src 266 /third_party/android_webview_glue/src
264 /third_party/angle 267 /third_party/angle
265 /third_party/angle_dx11 268 /third_party/angle_dx11
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 /ui/surface/surface.xml 433 /ui/surface/surface.xml
431 /ui/surface/surface_gpu_tests.xml 434 /ui/surface/surface_gpu_tests.xml
432 /v8 435 /v8
433 # Results directory for run-webkit-tests. http://crbug.com/488288 436 # Results directory for run-webkit-tests. http://crbug.com/488288
434 /webkit 437 /webkit
435 /webpagereplay_logs/ 438 /webpagereplay_logs/
436 /win8/delegate_execute/delegate_execute_version_resources.xml 439 /win8/delegate_execute/delegate_execute_version_resources.xml
437 /win8/metro_driver/metro_driver_version_resources.xml 440 /win8/metro_driver/metro_driver_version_resources.xml
438 /x86-generic_out/ 441 /x86-generic_out/
439 /xcodebuild 442 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698