OLD | NEW |
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 Loading... |
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' + '@' + '
5f1023823844481ef887ca19c78f5246c766d23b', | 68 Var('chromium_git') + '/external/github.com/domokit/mojo_sdk.git' + '@' + '
62cdd3f9d10166c666d2b98c05fb84d869e37cd2', |
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' + '@' + 'b979a23b899ea5e5ed933cc15
ef445835787d9c6', |
78 } | 78 } |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 { | 181 { |
182 'name': 'download_archiecture_independent_frameworks', | 182 'name': 'download_archiecture_independent_frameworks', |
183 'pattern': '', | 183 'pattern': '', |
184 'action': [ 'python', | 184 'action': [ 'python', |
185 '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', |
186 '--tools-directory=../../../../../../tools', | 186 '--tools-directory=../../../../../../tools', |
187 '--version-file=../../../../MOJO_VERSION', | 187 '--version-file=../../../../MOJO_VERSION', |
188 ], | 188 ], |
189 }, | 189 }, |
190 ] | 190 ] |
OLD | NEW |