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

Side by Side Diff: DEPS

Issue 1399343002: Roll Mojo to b88737ed62969ce3203085748f0d53ff4f09ba5b. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 5 years, 2 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 | build/android/gyp/package_resources.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 #
11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run 11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run
12 # gclient sync 12 # gclient sync
13 # Verify the thing happened you wanted. Then revert your .DEPS.git change 13 # Verify the thing happened you wanted. Then revert your .DEPS.git change
14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically 14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically
15 # updated by a bot when you modify this one. 15 # updated by a bot when you modify this one.
16 # 16 #
17 # When adding a new dependency, please update the top-level .gitignore file 17 # When adding a new dependency, please update the top-level .gitignore file
18 # to list the dependency's destination directory. 18 # to list the dependency's destination directory.
19 19
20 vars = { 20 vars = {
21 'chromium_git': 'https://chromium.googlesource.com', 21 'chromium_git': 'https://chromium.googlesource.com',
22 'buildtools_revision': '15308f469a704c45d15567fa69cd94ce07ad0e1b', 22 'buildtools_revision': '565d04e8741429fb1b4f26d102f2c6c3b849edeb',
23 'boringssl_revision': 'a7997f12be358e58aeb2345bb8b88a9d53240024', 23 'boringssl_revision': 'a7997f12be358e58aeb2345bb8b88a9d53240024',
24 } 24 }
25 25
26 # Only these hosts are allowed for dependencies in this DEPS file. 26 # Only these hosts are allowed for dependencies in this DEPS file.
27 # If you need to add a new host, contact chrome infrastructure team. 27 # If you need to add a new host, contact chrome infrastructure team.
28 allowed_hosts = [ 28 allowed_hosts = [
29 'boringssl.googlesource.com', 29 'boringssl.googlesource.com',
30 'chromium.googlesource.com', 30 'chromium.googlesource.com',
31 ] 31 ]
32 32
33 deps = { 33 deps = {
34 'src/base': 34 'src/base':
35 Var('chromium_git') + '/chromium/src/base.git' + '@' + '664aee2139dbf56a3b9c e75cd3ccb7581b92035f', 35 Var('chromium_git') + '/chromium/src/base.git' + '@' + '664aee2139dbf56a3b9c e75cd3ccb7581b92035f',
36 36
37 'src/build/config': 37 'src/build/config':
38 Var('chromium_git') + '/chromium/src/build/config.git' + '@' + '7b232bf79c2a e9a6e2daed8ea8f446735fdd19d9', 38 Var('chromium_git') + '/chromium/src/build/config.git' + '@' + '8b3ea542b26d9 adce77515ab063e88a8148fa09a',
39 39
40 'src/build/toolchain': 40 'src/build/toolchain':
41 Var('chromium_git') + '/chromium/src/build/toolchain.git' + '@' + '379377960 8aa15ae1bfb09853636aea5a5e42a59', 41 Var('chromium_git') + '/chromium/src/build/toolchain.git' + '@' + '379377960 8aa15ae1bfb09853636aea5a5e42a59',
42 42
43 'src/buildtools': 43 'src/buildtools':
44 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'), 44 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'),
45 45
46 'src/crypto': 46 'src/crypto':
47 Var('chromium_git') + '/chromium/src/crypto.git' + '@' + '0e395c923a66155550 f5b83edf0db7fc08339a4f', 47 Var('chromium_git') + '/chromium/src/crypto.git' + '@' + '0e395c923a66155550 f5b83edf0db7fc08339a4f',
48 48
49 'src/sdch/open-vcdiff': 49 'src/sdch/open-vcdiff':
50 Var('chromium_git') + '/external/open-vcdiff.git' + '@' + '438f2a5be6d809bc21 611a94cd37bfc8c28ceb33', # from svn revision 41 50 Var('chromium_git') + '/external/open-vcdiff.git' + '@' + '438f2a5be6d809bc21 611a94cd37bfc8c28ceb33', # from svn revision 41
51 51
52 'src/testing/gtest': 52 'src/testing/gtest':
53 Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8 e3b37292b84c821d9c8ad', # from svn revision 704 53 Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8 e3b37292b84c821d9c8ad', # from svn revision 704
54 54
55 'src/testing/gmock': 55 'src/testing/gmock':
56 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652 99976b936d1265cb6a271', # from svn revision 501 56 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652 99976b936d1265cb6a271', # from svn revision 501
57 57
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' + '@' + ' 6336180b7be8ef4c8a8db3dab6b7a7bb0409c423', 68 Var('chromium_git') + '/external/github.com/domokit/mojo_sdk.git' + '@' + ' 15fd82cc2c30e084a44ad4fdeea6db9dbc96b71d',
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 72
73 'src/third_party/pyelftools': 73 'src/third_party/pyelftools':
74 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3 e610c86fcadb837d252c794cb5e8008826ae', 74 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3 e610c86fcadb837d252c794cb5e8008826ae',
75 75
76 'src/third_party/mojo_devtools': 76 'src/third_party/mojo_devtools':
77 'https://github.com/domokit/devtools.git' + '@' + 'b979a23b899ea5e5ed933cc15 ef445835787d9c6', 77 'https://github.com/domokit/devtools.git' + '@' + '0c49abb6f81b6dbb114e1e081 070b19e510e3347',
78 } 78 }
79 79
80 deps_os = { 80 deps_os = {
81 'android': { 81 'android': {
82 'src/third_party/android_tools': 82 'src/third_party/android_tools':
83 Var('chromium_git') + '/android_tools.git' + '@' + '3c5189b5b05fad7e0bcfb60 835bde75d4211964c', 83 Var('chromium_git') + '/android_tools.git' + '@' + '3c5189b5b05fad7e0bcfb60 835bde75d4211964c',
84 84
85 'src/third_party/appurify-python/src': 85 'src/third_party/appurify-python/src':
86 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', 86 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867',
87 87
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 { 181 {
182 'name': 'download_dart_snapshotter', 182 'name': 'download_dart_snapshotter',
183 'pattern': '', 183 'pattern': '',
184 'action': [ 'python', 184 'action': [ 'python',
185 'src/third_party/mojo/src/mojo/public/tools/download_dart_snapsh otter.py', 185 'src/third_party/mojo/src/mojo/public/tools/download_dart_snapsh otter.py',
186 '--tools-directory', '../../../../../../tools', 186 '--tools-directory', '../../../../../../tools',
187 '--version-file=../../../../MOJO_VERSION', 187 '--version-file=../../../../MOJO_VERSION',
188 ], 188 ],
189 }, 189 },
190 ] 190 ]
OLDNEW
« no previous file with comments | « no previous file | build/android/gyp/package_resources.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698