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

Side by Side Diff: DEPS

Issue 1041643003: Add ThreadLogMessages and its test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Update mini_chromium to 91ea4908ffd7 Created 5 years, 8 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 | util/thread/thread_log_messages.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 '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 '56dd2883170d0df0ec89af0e7862af3f9aaa9be6', 31 '91ea4908ffd74d9c886bd2f8ccbfae6d31c499af',
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 | util/thread/thread_log_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698