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

Side by Side Diff: DEPS

Issue 1992773002: [SyzyAsan] Enable Crashpad reporter as a 50/50 experiment. (Closed) Base URL: https://github.com/google/syzygy.git@master
Patch Set: Fix broken unittest. Created 4 years, 6 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 | syzygy/agent/asan/error_info.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 Google Inc. All Rights Reserved. 1 # Copyright 2014 Google Inc. All Rights Reserved.
2 # 2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License. 4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at 5 # You may obtain a copy of the License at
6 # 6 #
7 # http://www.apache.org/licenses/LICENSE-2.0 7 # http://www.apache.org/licenses/LICENSE-2.0
8 # 8 #
9 # Unless required by applicable law or agreed to in writing, software 9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, 10 # distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 # coverage generation. 58 # coverage generation.
59 "src/tools/code_coverage": 59 "src/tools/code_coverage":
60 Var("chromium_git") + "chromium/src/tools/code_coverage@23081ea", 60 Var("chromium_git") + "chromium/src/tools/code_coverage@23081ea",
61 61
62 # This brings in Clang. This is required to generate the project files. 62 # This brings in Clang. This is required to generate the project files.
63 "src/tools/clang": 63 "src/tools/clang":
64 Var("chromium_git") + "chromium/src/tools/clang@33c2e41", 64 Var("chromium_git") + "chromium/src/tools/clang@33c2e41",
65 65
66 # This brings in Crashpad, used by SyzyASan for crash reporting. 66 # This brings in Crashpad, used by SyzyASan for crash reporting.
67 "src/third_party/crashpad/files": 67 "src/third_party/crashpad/files":
68 "https://chromium.googlesource.com/crashpad/crashpad@74c3eb8d0f", 68 "https://chromium.googlesource.com/crashpad/crashpad@dbfcb5d032",
69 } 69 }
70 70
71 71
72 include_rules = [ 72 include_rules = [
73 # Everybody can use some things. 73 # Everybody can use some things.
74 "+base", 74 "+base",
75 "+build", 75 "+build",
76 ] 76 ]
77 77
78 hooks = [ 78 hooks = [
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "name": "syzygy-binaries", 151 "name": "syzygy-binaries",
152 "pattern": ".", 152 "pattern": ".",
153 "action": [Var("python_path"), 153 "action": [Var("python_path"),
154 "src/syzygy/build/get_syzygy_binaries.py", 154 "src/syzygy/build/get_syzygy_binaries.py",
155 "--output-dir=src/syzygy/binaries", 155 "--output-dir=src/syzygy/binaries",
156 "--revision=0645c685e783c6787acb8f6e1dade4f916605fc1", 156 "--revision=0645c685e783c6787acb8f6e1dade4f916605fc1",
157 "--overwrite", 157 "--overwrite",
158 ], 158 ],
159 }, 159 },
160 ] 160 ]
OLDNEW
« no previous file with comments | « no previous file | syzygy/agent/asan/error_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698