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

Side by Side Diff: DEPS

Issue 674153002: minidump: Change the ownership model (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback Created 6 years, 1 month 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 | minidump/minidump_context_writer.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 The Crashpad Authors. All rights reserved. 1 # Copyright 2014 The Crashpad Authors. 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 10 matching lines...) Expand all
21 Var('chromium_git') + '/external/gmock@' + 21 Var('chromium_git') + '/external/gmock@' +
22 '08c004e6a66bab9509d0797a9cb66ed2ca15e244', # svn r463 22 '08c004e6a66bab9509d0797a9cb66ed2ca15e244', # svn r463
23 'crashpad/third_party/gtest/gtest': 23 'crashpad/third_party/gtest/gtest':
24 Var('chromium_git') + '/external/gtest@' + 24 Var('chromium_git') + '/external/gtest@' +
25 '237d7a871eea8c1ef5227795e81ff071f15c2710', # svn r671 25 '237d7a871eea8c1ef5227795e81ff071f15c2710', # svn r671
26 'crashpad/third_party/gyp/gyp': 26 'crashpad/third_party/gyp/gyp':
27 Var('chromium_git') + '/external/gyp@' + 27 Var('chromium_git') + '/external/gyp@' +
28 '46282cedf40ff7fe803be4af357b9d59050f02e4', # svn r1977 28 '46282cedf40ff7fe803be4af357b9d59050f02e4', # svn r1977
29 'crashpad/third_party/mini_chromium/mini_chromium': 29 'crashpad/third_party/mini_chromium/mini_chromium':
30 Var('chromium_git') + '/chromium/mini_chromium@' + 30 Var('chromium_git') + '/chromium/mini_chromium@' +
31 'ba9b15f1b6a7616ac0cb26069201a479e81845c3', 31 'eeb3b6a4f020dbfc34fe8bc42844796fccc60d5b',
32 } 32 }
33 33
34 hooks = [ 34 hooks = [
35 { 35 {
36 'name': 'gyp', 36 'name': 'gyp',
37 'pattern': '\.gypi?$', 37 'pattern': '\.gypi?$',
38 'action': ['python', 'crashpad/build/gyp_crashpad.py'], 38 'action': ['python', 'crashpad/build/gyp_crashpad.py'],
39 }, 39 },
40 ] 40 ]
OLDNEW
« no previous file with comments | « no previous file | minidump/minidump_context_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698