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' + '@' + '
2e0bcb62eb86b8eb19c2327ad21766a19dda6ac9', | 68 Var('chromium_git') + '/external/github.com/domokit/mojo_sdk.git' + '@' + '
ab3f523596234e747231166b5142f41d3869861a', |
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 | 73 |
74 deps_os = { | 74 deps_os = { |
75 'android': { | 75 'android': { |
76 'src/third_party/android_tools': | 76 'src/third_party/android_tools': |
77 Var('chromium_git') + '/android_tools.git' + '@' + '3c5189b5b05fad7e0bcfb60
835bde75d4211964c', | 77 Var('chromium_git') + '/android_tools.git' + '@' + '3c5189b5b05fad7e0bcfb60
835bde75d4211964c', |
78 | 78 |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 { | 175 { |
176 'name': 'download_archiecture_independent_frameworks', | 176 'name': 'download_archiecture_independent_frameworks', |
177 'pattern': '', | 177 'pattern': '', |
178 'action': [ 'python', | 178 'action': [ 'python', |
179 'src/third_party/mojo/src/mojo/public/tools/download_archiecture
_independent_frameworks.py', | 179 'src/third_party/mojo/src/mojo/public/tools/download_archiecture
_independent_frameworks.py', |
180 '--tools-directory=../../../../../../tools', | 180 '--tools-directory=../../../../../../tools', |
181 '--version-file=../../../../MOJO_VERSION', | 181 '--version-file=../../../../MOJO_VERSION', |
182 ], | 182 ], |
183 }, | 183 }, |
184 ] | 184 ] |
OLD | NEW |