| 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 # |
| 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 'dart_svn': 'https://dart.googlecode.com', | 22 'dart_svn': 'https://dart.googlecode.com', |
| 23 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', | 23 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
| 24 'skia_revision': 'f47e70712b964b5360a3fec9e5e84bb594fc1f02', | 24 'skia_revision': 'a9baa652bb329b5a286e1638938f63433701efca', |
| 25 # Three lines of non-changing comments so that | 25 # Three lines of non-changing comments so that |
| 26 # the commit queue can handle CLs rolling Skia | 26 # the commit queue can handle CLs rolling Skia |
| 27 # and V8 without interference from each other. | 27 # and V8 without interference from each other. |
| 28 'v8_revision': 'f63eb3696b36b47be841f52711176985e93b655c', | 28 'v8_revision': 'a1d36b4b6b1a3bb35d3bc5b64fbd5de9f55fed26', |
| 29 # Three lines of non-changing comments so that | 29 # Three lines of non-changing comments so that |
| 30 # the commit queue can handle CLs rolling ANGLE | 30 # the commit queue can handle CLs rolling ANGLE |
| 31 # and whatever else without interference from each other. | 31 # and whatever else without interference from each other. |
| 32 'angle_revision': '7825f6199ce25dffe5fec5addb2fafe37f187034', | 32 'angle_revision': '019304886ad8b985d67202edec431407bb1b5c53', |
| 33 # Three lines of non-changing comments so that | 33 # Three lines of non-changing comments so that |
| 34 # the commit queue can handle CLs rolling build tools | 34 # the commit queue can handle CLs rolling build tools |
| 35 # and whatever else without interference from each other. | 35 # and whatever else without interference from each other. |
| 36 'buildtools_revision': '93b3d0af1b30db55ee42bd2e983f7753153217db', | 36 'buildtools_revision': 'd4dd4f79f60bf019625b3a1436979b0a42c892df', |
| 37 # Three lines of non-changing comments so that | 37 # Three lines of non-changing comments so that |
| 38 # the commit queue can handle CLs rolling Dart | 38 # the commit queue can handle CLs rolling Dart |
| 39 # and whatever else without interference from each other. | 39 # and whatever else without interference from each other. |
| 40 'dart_revision': '43955', | 40 'dart_revision': '43955', |
| 41 # Three lines of non-changing comments so that | 41 # Three lines of non-changing comments so that |
| 42 # the commit queue can handle CLs rolling PDFium | 42 # the commit queue can handle CLs rolling PDFium |
| 43 # and whatever else without interference from each other. | 43 # and whatever else without interference from each other. |
| 44 'pdfium_revision': '28ddd48bfd84c55cc51d0b16fa533c51affdeb5b', | 44 'pdfium_revision': '28ddd48bfd84c55cc51d0b16fa533c51affdeb5b', |
| 45 # Three lines of non-changing comments so that | 45 # Three lines of non-changing comments so that |
| 46 # the commit queue can handle CLs rolling BoringSSL | 46 # the commit queue can handle CLs rolling BoringSSL |
| (...skipping 25 matching lines...) Expand all Loading... |
| 72 'src/testing/gtest': | 72 'src/testing/gtest': |
| 73 Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8
e3b37292b84c821d9c8ad', # from svn revision 704 | 73 Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8
e3b37292b84c821d9c8ad', # from svn revision 704 |
| 74 | 74 |
| 75 'src/testing/gmock': | 75 'src/testing/gmock': |
| 76 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
99976b936d1265cb6a271', # from svn revision 501 | 76 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
99976b936d1265cb6a271', # from svn revision 501 |
| 77 | 77 |
| 78 'src/third_party/angle': | 78 'src/third_party/angle': |
| 79 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), | 79 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
| 80 | 80 |
| 81 'src/third_party/icu': | 81 'src/third_party/icu': |
| 82 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '2081ee6abfa118003fd55
9cb72393f5df561dba7', | 82 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'eda9e75b1fa17f57ffa36
9ee3543a2301b68d0a9', |
| 83 | 83 |
| 84 'src/tools/grit': | 84 'src/tools/grit': |
| 85 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'a5890a8118c0c80cc05
60e6d8d5cf65e5d725509', # from svn revision 185 | 85 Var('chromium_git') + '/external/grit-i18n.git' + '@' + '0287c187b11ed535902
54e4d817e836a44a7a1a7', # from svn revision 186 |
| 86 | 86 |
| 87 'src/v8': | 87 'src/v8': |
| 88 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), | 88 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), |
| 89 | 89 |
| 90 'src/dart/runtime': | 90 'src/dart/runtime': |
| 91 Var('dart_svn') + '/svn/branches/bleeding_edge/dart/runtime' + '@' + Var('da
rt_revision'), | 91 Var('dart_svn') + '/svn/branches/bleeding_edge/dart/runtime' + '@' + Var('da
rt_revision'), |
| 92 | 92 |
| 93 'src/dart/sdk/lib': | 93 'src/dart/sdk/lib': |
| 94 Var('dart_svn') + '/svn/branches/bleeding_edge/dart/sdk/lib' + '@' + Var('da
rt_revision'), | 94 Var('dart_svn') + '/svn/branches/bleeding_edge/dart/sdk/lib' + '@' + Var('da
rt_revision'), |
| 95 | 95 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 117 'src/third_party/mesa/src': | 117 'src/third_party/mesa/src': |
| 118 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a
8b260ab9d96a097402f0', | 118 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a
8b260ab9d96a097402f0', |
| 119 | 119 |
| 120 'src/third_party/pdfium': | 120 'src/third_party/pdfium': |
| 121 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), | 121 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), |
| 122 | 122 |
| 123 'src/third_party/boringssl/src': | 123 'src/third_party/boringssl/src': |
| 124 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), | 124 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), |
| 125 | 125 |
| 126 'src/tools/gyp': | 126 'src/tools/gyp': |
| 127 Var('chromium_git') + '/external/gyp.git' + '@' + '34640080d08ab2a37665512e5
2142947def3056d', # from svn revision 2028 | 127 Var('chromium_git') + '/external/gyp.git' + '@' + '4a9b712d5cb4a5ba7a9950128
a7219569caf7263', |
| 128 } | 128 } |
| 129 | 129 |
| 130 | 130 |
| 131 deps_os = { | 131 deps_os = { |
| 132 'unix': { | 132 'unix': { |
| 133 # Linux, really. | 133 # Linux, really. |
| 134 'src/third_party/lss': | 134 'src/third_party/lss': |
| 135 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), | 135 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), |
| 136 | 136 |
| 137 # Note that this is different from Android's freetype repo. | 137 # Note that this is different from Android's freetype repo. |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 # corresponding .py files have already been deleted. | 322 # corresponding .py files have already been deleted. |
| 323 'name': 'remove_stale_pyc_files', | 323 'name': 'remove_stale_pyc_files', |
| 324 'pattern': 'src/tools/.*\\.py', | 324 'pattern': 'src/tools/.*\\.py', |
| 325 'action': [ | 325 'action': [ |
| 326 'python', | 326 'python', |
| 327 'src/tools/remove_stale_pyc_files.py', | 327 'src/tools/remove_stale_pyc_files.py', |
| 328 'src/tools', | 328 'src/tools', |
| 329 ], | 329 ], |
| 330 }, | 330 }, |
| 331 ] | 331 ] |
| OLD | NEW |