mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
fbcd680b50
This commit contains the basic structure of the project: - LICENSE and related files. - DEPS to check dependencies out into third_party. - README.crashpad files and .gyp files to accompany third_party dependencies. - Infrastructure to run GYP as a gclient hook. - codereview.settings to enable Rietveld code review. - Assorted other administrative and dot-files. R=rsesek@chromium.org Review URL: https://codereview.chromium.org/426403002
18 lines
230 B
Plaintext
18 lines
230 B
Plaintext
*.Makefile
|
|
*.ninja
|
|
*.pyc
|
|
*.target.mk
|
|
*.xcodeproj
|
|
*~
|
|
.*.sw?
|
|
.DS_Store
|
|
.gdb_history
|
|
.gdbinit
|
|
/Makefile
|
|
/out
|
|
/third_party/gmock/gmock
|
|
/third_party/gtest/gtest
|
|
/third_party/gyp/gyp
|
|
/third_party/mini_chromium/mini_chromium
|
|
/xcodebuild
|