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

Side by Side Diff: .gitignore

Issue 1505213004: Copy Crashpad into the Chrome tree instead of importing it via DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 5 years 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 *.pyproj 8 *.pyproj
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 /third_party/boringssl/src 295 /third_party/boringssl/src
296 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml 296 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml
297 /third_party/cardboard-java/src 297 /third_party/cardboard-java/src
298 /third_party/catapult 298 /third_party/catapult
299 /third_party/chromeos_login_manager 299 /third_party/chromeos_login_manager
300 /third_party/chromeos_text_input 300 /third_party/chromeos_text_input
301 /third_party/chromite 301 /third_party/chromite
302 /third_party/class-dump/src 302 /third_party/class-dump/src
303 /third_party/cld_2/src 303 /third_party/cld_2/src
304 /third_party/colorama/src 304 /third_party/colorama/src
305 /third_party/crashpad/crashpad
306 /third_party/cros 305 /third_party/cros
307 /third_party/cros_system_api 306 /third_party/cros_system_api
308 /third_party/custom_tabs_client/src 307 /third_party/custom_tabs_client/src
309 /third_party/cygwin 308 /third_party/cygwin
310 /third_party/deqp/src 309 /third_party/deqp/src
311 /third_party/directxsdk 310 /third_party/directxsdk
312 /third_party/dom_distiller_js/dist 311 /third_party/dom_distiller_js/dist
313 /third_party/drmemory/drmemory-windows-sfx.exe 312 /third_party/drmemory/drmemory-windows-sfx.exe
314 /third_party/drmemory/unpacked 313 /third_party/drmemory/unpacked
315 /third_party/elfutils/src 314 /third_party/elfutils/src
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 /ui/surface/surface.xml 449 /ui/surface/surface.xml
451 /ui/surface/surface_gpu_tests.xml 450 /ui/surface/surface_gpu_tests.xml
452 /v8 451 /v8
453 # Results directory for run-webkit-tests. http://crbug.com/488288 452 # Results directory for run-webkit-tests. http://crbug.com/488288
454 /webkit 453 /webkit
455 /webpagereplay_logs/ 454 /webpagereplay_logs/
456 /win8/delegate_execute/delegate_execute_version_resources.xml 455 /win8/delegate_execute/delegate_execute_version_resources.xml
457 /win8/metro_driver/metro_driver_version_resources.xml 456 /win8/metro_driver/metro_driver_version_resources.xml
458 /x86-generic_out/ 457 /x86-generic_out/
459 /xcodebuild 458 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698