OLD | NEW |
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 Loading... |
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 ] |
OLD | NEW |