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

Side by Side Diff: DEPS

Issue 1230973004: Upload symbols when uploading artifacts. (Closed) Base URL: https://github.com/domokit/monet.git@add_tracing
Patch Set: Use devtools for signature Created 5 years, 5 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 | « .gitignore ('k') | claude.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8 # where <gcliendir> is the absolute path to the directory containing the 8 # where <gcliendir> is the absolute path to the directory containing the
9 # .gclient file (the parent of 'src'). 9 # .gclient file (the parent of 'src').
10 # 10 #
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'src/third_party/boringssl/src': 58 'src/third_party/boringssl/src':
59 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'), 59 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'),
60 60
61 'src/third_party/requests/src': 61 'src/third_party/requests/src':
62 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', 62 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
63 63
64 'src/third_party/icu': 64 'src/third_party/icu':
65 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '7c81740601355556e63 0da515b74d889ba2f8d08', 65 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '7c81740601355556e63 0da515b74d889ba2f8d08',
66 66
67 'src/third_party/mojo/src/mojo/public': 67 'src/third_party/mojo/src/mojo/public':
68 Var('chromium_git') + '/external/github.com/domokit/mojo_sdk.git' + '@' + ' ca51a4809257c8518f224ef5af982e136db1dda0', 68 Var('chromium_git') + '/external/github.com/domokit/mojo_sdk.git' + '@' + ' 8502ec3f82fdb0c4068353b038410b49413616e5',
69 69
70 'src/tools/grit': 70 'src/tools/grit':
71 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'c1b1591a05209c1ad46 7e845ba8543c22f9072af', # from svn revision 189 71 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'c1b1591a05209c1ad46 7e845ba8543c22f9072af', # from svn revision 189
72
73 'src/third_party/pyelftools':
74 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3 e610c86fcadb837d252c794cb5e8008826ae',
75
76 'src/third_party/mojo_devtools':
77 'https://github.com/domokit/devtools.git' + '@' + 'b979a23b899ea5e5ed933cc15 ef445835787d9c6',
72 } 78 }
73 79
74 deps_os = { 80 deps_os = {
75 'android': { 81 'android': {
76 'src/third_party/android_tools': 82 'src/third_party/android_tools':
77 Var('chromium_git') + '/android_tools.git' + '@' + '3c5189b5b05fad7e0bcfb60 835bde75d4211964c', 83 Var('chromium_git') + '/android_tools.git' + '@' + '3c5189b5b05fad7e0bcfb60 835bde75d4211964c',
78 84
79 'src/third_party/appurify-python/src': 85 'src/third_party/appurify-python/src':
80 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', 86 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867',
81 87
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 { 181 {
176 'name': 'download_archiecture_independent_frameworks', 182 'name': 'download_archiecture_independent_frameworks',
177 'pattern': '', 183 'pattern': '',
178 'action': [ 'python', 184 'action': [ 'python',
179 'src/third_party/mojo/src/mojo/public/tools/download_archiecture _independent_frameworks.py', 185 'src/third_party/mojo/src/mojo/public/tools/download_archiecture _independent_frameworks.py',
180 '--tools-directory=../../../../../../tools', 186 '--tools-directory=../../../../../../tools',
181 '--version-file=../../../../MOJO_VERSION', 187 '--version-file=../../../../MOJO_VERSION',
182 ], 188 ],
183 }, 189 },
184 ] 190 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | claude.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698