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

Side by Side Diff: DEPS

Issue 2552753002: Do not generate a microdump if there are no webview pointers on the stack. (Closed)
Patch Set: set suppression flag Created 4 years 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
OLDNEW
1 # This file is used to manage the dependencies of the Chromium src repo. It is 1 # This file is used to manage the dependencies of the Chromium src repo. It is
2 # used by gclient to determine what version of each dependency to check out, and 2 # used by gclient to determine what version of each dependency to check out, and
3 # where. 3 # where.
4 # 4 #
5 # For more information, please refer to the official documentation: 5 # For more information, please refer to the official documentation:
6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # 7 #
8 # When adding a new dependency, please update the top-level .gitignore file 8 # When adding a new dependency, please update the top-level .gitignore file
9 # to list the dependency's destination directory. 9 # to list the dependency's destination directory.
10 # 10 #
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'android.googlesource.com', 109 'android.googlesource.com',
110 'boringssl.googlesource.com', 110 'boringssl.googlesource.com',
111 'chromium.googlesource.com', 111 'chromium.googlesource.com',
112 'pdfium.googlesource.com', 112 'pdfium.googlesource.com',
113 'skia.googlesource.com', 113 'skia.googlesource.com',
114 'swiftshader.googlesource.com', 114 'swiftshader.googlesource.com',
115 ] 115 ]
116 116
117 deps = { 117 deps = {
118 'src/breakpad/src': 118 'src/breakpad/src':
119 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '2dadd64db9965d8a 621d52712abe95f96c4a1e0a', 119 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '4530732f83f9a9c6 1a1419184e24416766d5bbc6',
Torne 2016/12/05 15:19:31 If you're rolling DEPS I think normally we do that
Robert Sesek 2016/12/05 16:19:18 +1 please roll DEPS separately (unless you need to
120 120
121 'src/buildtools': 121 'src/buildtools':
122 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_re vision'), 122 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_re vision'),
123 123
124 'src/sdch/open-vcdiff': 124 'src/sdch/open-vcdiff':
125 Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' + '2b9bd1fe548520e9355e457a134bab7e2f9c56c0', 125 Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' + '2b9bd1fe548520e9355e457a134bab7e2f9c56c0',
126 126
127 'src/testing/gtest': 127 'src/testing/gtest':
128 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + ' 6f8a66431cb592dad629028a50b3dd418a408c87', 128 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + ' 6f8a66431cb592dad629028a50b3dd418a408c87',
129 129
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 ] 1054 ]
1055 1055
1056 recursedeps = [ 1056 recursedeps = [
1057 # buildtools provides clang_format, libc++, and libc++abi 1057 # buildtools provides clang_format, libc++, and libc++abi
1058 'src/buildtools', 1058 'src/buildtools',
1059 # android_tools manages the NDK. 1059 # android_tools manages the NDK.
1060 'src/third_party/android_tools', 1060 'src/third_party/android_tools',
1061 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1061 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1062 ("src/third_party/angle", "DEPS.chromium"), 1062 ("src/third_party/angle", "DEPS.chromium"),
1063 ] 1063 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698