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 '29763965ab52f24565299976b936d1265cb6a271', # svn r501 | 22 '29763965ab52f24565299976b936d1265cb6a271', # svn r501 |
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 '8245545b6dc9c4703e6496d1efd19e975ad2b038', # svn r700 | 25 '8245545b6dc9c4703e6496d1efd19e975ad2b038', # svn r700 |
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 '32ca1cd8e010d013a606a752fb49a603a3598071', # svn r2015 | 28 '32ca1cd8e010d013a606a752fb49a603a3598071', # svn r2015 |
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 'bf64e609259be3faf24e32aa899491f22fa1fb90', | 31 '597e041ee33d5c27574a78cfd256d3a70e8c1fe1', |
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 |