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

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: Address review comments, update README.chromium 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') | third_party/crashpad/README.chromium » ('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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 /third_party/boringssl/src 296 /third_party/boringssl/src
297 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml 297 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml
298 /third_party/cardboard-java/src 298 /third_party/cardboard-java/src
299 /third_party/catapult 299 /third_party/catapult
300 /third_party/chromeos_login_manager 300 /third_party/chromeos_login_manager
301 /third_party/chromeos_text_input 301 /third_party/chromeos_text_input
302 /third_party/chromite 302 /third_party/chromite
303 /third_party/class-dump/src 303 /third_party/class-dump/src
304 /third_party/cld_2/src 304 /third_party/cld_2/src
305 /third_party/colorama/src 305 /third_party/colorama/src
306 /third_party/crashpad/crashpad
307 /third_party/cros 306 /third_party/cros
308 /third_party/cros_system_api 307 /third_party/cros_system_api
309 /third_party/custom_tabs_client/src 308 /third_party/custom_tabs_client/src
310 /third_party/cygwin 309 /third_party/cygwin
311 /third_party/deqp/src 310 /third_party/deqp/src
312 /third_party/directxsdk 311 /third_party/directxsdk
313 /third_party/dom_distiller_js/dist 312 /third_party/dom_distiller_js/dist
314 /third_party/drmemory/drmemory-windows-sfx.exe 313 /third_party/drmemory/drmemory-windows-sfx.exe
315 /third_party/drmemory/unpacked 314 /third_party/drmemory/unpacked
316 /third_party/elfutils/src 315 /third_party/elfutils/src
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 /ui/surface/surface.xml 450 /ui/surface/surface.xml
452 /ui/surface/surface_gpu_tests.xml 451 /ui/surface/surface_gpu_tests.xml
453 /v8 452 /v8
454 # Results directory for run-webkit-tests. http://crbug.com/488288 453 # Results directory for run-webkit-tests. http://crbug.com/488288
455 /webkit 454 /webkit
456 /webpagereplay_logs/ 455 /webpagereplay_logs/
457 /win8/delegate_execute/delegate_execute_version_resources.xml 456 /win8/delegate_execute/delegate_execute_version_resources.xml
458 /win8/metro_driver/metro_driver_version_resources.xml 457 /win8/metro_driver/metro_driver_version_resources.xml
459 /x86-generic_out/ 458 /x86-generic_out/
460 /xcodebuild 459 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | third_party/crashpad/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698