| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # The rules for third_party/crashpad/crashpad: | 5 # The rules for third_party/crashpad/crashpad: |
| 6 # | 6 # |
| 7 # Aside from work necessary to adhere to changes in Chromium interfaces used by | 7 # Aside from work necessary to adhere to changes in Chromium interfaces used by |
| 8 # Crashpad, all changes should first be made in the upstream Crashpad | 8 # Crashpad, all changes should first be made in the upstream Crashpad |
| 9 # repository, and then imported here. See README.chromium. | 9 # repository, and then imported here. See README.chromium. |
| 10 | 10 |
| 11 set noparent | 11 set noparent |
| 12 | 12 |
| 13 mark@chromium.org | 13 mark@chromium.org |
| 14 rsesek@chromium.org | 14 rsesek@chromium.org |
| 15 scottmg@chromium.org | 15 scottmg@chromium.org |
| 16 |
| 17 # TEAM: crashpad-dev@chromium.org |
| OLD | NEW |