| 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': 'f77365f43e74dee617db669369a0eb86c6acc550', | 24 'skia_revision': 'fef4c32bdf02f1bf3cde722cd48c4ac4cd137ab6', |
| 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': 'd7f03015dfa36e5054a1a3cc6f3be9bb57705b34', | 28 'v8_revision': '224d14897d9b7df09e08a94e4cbc13feb339346d', |
| 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': '9e0478f62fbc2f24d4ec233ef655d50b9dc0b812', | 32 'angle_revision': 'bc393df9cd8ae893da686533644da29a8c4911ae', |
| 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': '451dcd05a5b34936f5be67b2472cd63aaa508401', | 36 'buildtools_revision': '451dcd05a5b34936f5be67b2472cd63aaa508401', |
| 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': '43297', | 40 'dart_revision': '43297', |
| 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': 'aa7b4ede03764a5701a477b601720a32c88d8e42', | 44 'pdfium_revision': 'b3a788e5e37955620b26be5b6e3048d37b605e00', |
| 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 |
| 47 # and whatever else without interference from each other. | 47 # and whatever else without interference from each other. |
| 48 'boringssl_revision': '347f025d752980f62757f3f01321c4ec970ba94c', | 48 'boringssl_revision': 'be629e0e920ae32cca691f5e45410ff00db1a849', |
| 49 # Three lines of non-changing comments so that | 49 # Three lines of non-changing comments so that |
| 50 # the commit queue can handle CLs rolling lss | 50 # the commit queue can handle CLs rolling lss |
| 51 # and whatever else without interference from each other. | 51 # and whatever else without interference from each other. |
| 52 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', | 52 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', |
| 53 # Three lines of non-changing comments so that | 53 # Three lines of non-changing comments so that |
| 54 # the commit queue can handle CLs rolling nss | 54 # the commit queue can handle CLs rolling nss |
| 55 # and whatever else without interference from each other. | 55 # and whatever else without interference from each other. |
| 56 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', | 56 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', |
| 57 } | 57 } |
| 58 | 58 |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 'src/third_party/mesa/src': | 126 'src/third_party/mesa/src': |
| 127 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a
8b260ab9d96a097402f0', | 127 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a
8b260ab9d96a097402f0', |
| 128 | 128 |
| 129 'src/third_party/pdfium': | 129 'src/third_party/pdfium': |
| 130 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), | 130 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), |
| 131 | 131 |
| 132 'src/third_party/boringssl/src': | 132 'src/third_party/boringssl/src': |
| 133 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), | 133 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), |
| 134 | 134 |
| 135 'src/tools/gyp': | 135 'src/tools/gyp': |
| 136 Var('chromium_git') + '/external/gyp.git' + '@' + 'b28bd7ddd1438c98f93a8e538
3b7daceb572a3fb', # from svn revision 2028 | 136 Var('chromium_git') + '/external/gyp.git' + '@' + '4d7c139b1820c5fcb993868c6
1f170a02cda8a40', # from svn revision 2028 |
| 137 } | 137 } |
| 138 | 138 |
| 139 | 139 |
| 140 deps_os = { | 140 deps_os = { |
| 141 'unix': { | 141 'unix': { |
| 142 # Linux, really. | 142 # Linux, really. |
| 143 'src/third_party/lss': | 143 'src/third_party/lss': |
| 144 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), | 144 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), |
| 145 | 145 |
| 146 # Note that this is different from Android's freetype repo. | 146 # Note that this is different from Android's freetype repo. |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 # corresponding .py files have already been deleted. | 329 # corresponding .py files have already been deleted. |
| 330 'name': 'remove_stale_pyc_files', | 330 'name': 'remove_stale_pyc_files', |
| 331 'pattern': 'src/tools/.*\\.py', | 331 'pattern': 'src/tools/.*\\.py', |
| 332 'action': [ | 332 'action': [ |
| 333 'python', | 333 'python', |
| 334 'src/tools/remove_stale_pyc_files.py', | 334 'src/tools/remove_stale_pyc_files.py', |
| 335 'src/tools', | 335 'src/tools', |
| 336 ], | 336 ], |
| 337 }, | 337 }, |
| 338 ] | 338 ] |
| OLD | NEW |