Skip to content

Commit

Permalink
Merge branch 'main' into meta/update
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Apr 12, 2022
2 parents 12b0960 + 646bba7 commit bde4cd7
Show file tree
Hide file tree
Showing 308 changed files with 4,991 additions and 2,641 deletions.
1 change: 1 addition & 0 deletions .gn
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
# limitations under the License.

buildconfig = "//build/BUILDCONFIG.gn"
script_executable = "python3"
32 changes: 32 additions & 0 deletions .vpython3
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 2022 The Crashpad Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# This is a vpython "spec" file.
#
# It describes patterns for python wheel dependencies of the python scripts.
#
# Read more about `vpython` and how to modify this file here:
# https://chromium.googlesource.com/infra/infra/+/master/doc/users/vpython.md

# This is needed for snapshot/win/end_to_end_test.py.
wheel: <
name: "infra/python/wheels/pywin32/${vpython_platform}"
version: "version:300"
match_tag: <
platform: "win32"
>
match_tag: <
platform: "win_amd64"
>
>
5 changes: 4 additions & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ import("build/test.gni")
import("util/net/tls.gni")

config("crashpad_config") {
include_dirs = [ "." ]
include_dirs = [
".",
root_gen_dir,
]
}

if (crashpad_is_in_chromium || crashpad_is_in_fuchsia) {
Expand Down
12 changes: 6 additions & 6 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ deps = {
'9e121212d42be62a7cce38072f925f8398d11e49',
'crashpad/third_party/edo/edo': {
'url': Var('chromium_git') + '/external/github.com/google/eDistantObject.git@' +
'6ffbf833173f53fcd06ecf08670a95cc01c01f72',
'727e556705278598fce683522beedbb9946bfda0',
'condition': 'checkout_ios',
},
'crashpad/third_party/googletest/googletest':
Var('chromium_git') + '/external/github.com/google/googletest@' +
'11da093e0477185dbd78abaaa9f99db15be498d0',
'af29db7ec28d6df1c7f0f745186884091e602e07',
'crashpad/third_party/lss/lss':
Var('chromium_git') + '/linux-syscall-support.git@' +
'7bde79cc274d06451bf65ae82c012a5d3e476b5a',
'e1e7b0ad8ee99a875b272c8e33e308472e897660',
'crashpad/third_party/mini_chromium/mini_chromium':
Var('chromium_git') + '/chromium/mini_chromium@' +
'0e22eed71eec97dacbe80822a14c5cd0b580d793',
'5654edb4225bcad13901155c819febb5748e502b',
'crashpad/third_party/libfuzzer/src':
Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git@' +
'fda403cf93ecb8792cb1d061564d89a6553ca020',
Expand Down Expand Up @@ -106,7 +106,7 @@ deps = {
'packages': [
{
'package': 'chrome_internal/third_party/sdk/windows',
'version': 'uploaded:2018-06-13'
'version': 'uploaded:2021-04-28'
},
],
'condition': 'checkout_win and pull_win_toolchain',
Expand Down Expand Up @@ -169,7 +169,7 @@ hooks = [
'pattern': '.',
'condition': 'run_setup_ios_gn and checkout_ios',
'action': [
'python',
'python3',
'crashpad/build/ios/setup_ios_gn.py'
],
},
Expand Down
Loading

0 comments on commit bde4cd7

Please sign in to comment.