| 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 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', | 22 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', |
| 23 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', | 23 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', |
| 24 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', | 24 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
| 25 'skia_revision': '001db8599e1f2e2749a5ee65ee83821b0bde569b', | 25 'skia_revision': '9558f653877b982df415e4d075db55b7558f7654', |
| 26 # Three lines of non-changing comments so that | 26 # Three lines of non-changing comments so that |
| 27 # the commit queue can handle CLs rolling Skia | 27 # the commit queue can handle CLs rolling Skia |
| 28 # and V8 without interference from each other. | 28 # and V8 without interference from each other. |
| 29 'v8_revision': 'ed47c2dcd9a30eea73c9cf7b7f120f2d089ad938', | 29 'v8_revision': 'cc2b2f487bfa07c4f8f33ac574a4580ad9ec0374', |
| 30 # Three lines of non-changing comments so that | 30 # Three lines of non-changing comments so that |
| 31 # the commit queue can handle CLs rolling ANGLE | 31 # the commit queue can handle CLs rolling ANGLE |
| 32 # and whatever else without interference from each other. | 32 # and whatever else without interference from each other. |
| 33 "angle_revision": "2609bf4ca44972379ff82bcda370ad6f13b817cc", | 33 "angle_revision": "cd1db9e6c937a69f8efb5f73a3fcad14a737c436", |
| 34 # Three lines of non-changing comments so that | 34 # Three lines of non-changing comments so that |
| 35 # the commit queue can handle CLs rolling build tools | 35 # the commit queue can handle CLs rolling build tools |
| 36 # and whatever else without interference from each other. | 36 # and whatever else without interference from each other. |
| 37 'buildtools_revision': '23a4e2f545c7b6340d7e5a2b74801941b0a86535', | 37 'buildtools_revision': '23a4e2f545c7b6340d7e5a2b74801941b0a86535', |
| 38 # Three lines of non-changing comments so that | 38 # Three lines of non-changing comments so that |
| 39 # the commit queue can handle CLs rolling PDFium | 39 # the commit queue can handle CLs rolling PDFium |
| 40 # and whatever else without interference from each other. | 40 # and whatever else without interference from each other. |
| 41 'pdfium_revision': '5a35129bce7ca777e155e5498e8d4792fa6a4819', | 41 'pdfium_revision': 'a48ead9b7e3dc01f1bde83f69062eebd960edfdc', |
| 42 # Three lines of non-changing comments so that | 42 # Three lines of non-changing comments so that |
| 43 # the commit queue can handle CLs rolling BoringSSL | 43 # the commit queue can handle CLs rolling BoringSSL |
| 44 # and whatever else without interference from each other. | 44 # and whatever else without interference from each other. |
| 45 'boringssl_revision': '306e520cda7d2f0afee9ba634dae629f994b096c', | 45 'boringssl_revision': 'aac2f6a6a00921499ed85787aace287724fbc07e', |
| 46 # Three lines of non-changing comments so that | 46 # Three lines of non-changing comments so that |
| 47 # the commit queue can handle CLs rolling lss | 47 # the commit queue can handle CLs rolling lss |
| 48 # and whatever else without interference from each other. | 48 # and whatever else without interference from each other. |
| 49 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', | 49 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', |
| 50 # Three lines of non-changing comments so that | 50 # Three lines of non-changing comments so that |
| 51 # the commit queue can handle CLs rolling nss | 51 # the commit queue can handle CLs rolling nss |
| 52 # and whatever else without interference from each other. | 52 # and whatever else without interference from each other. |
| 53 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', | 53 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', |
| 54 } | 54 } |
| 55 | 55 |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 'src/third_party/mesa/src': | 119 'src/third_party/mesa/src': |
| 120 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a
8b260ab9d96a097402f0', | 120 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a
8b260ab9d96a097402f0', |
| 121 | 121 |
| 122 'src/third_party/pdfium': | 122 'src/third_party/pdfium': |
| 123 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), | 123 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), |
| 124 | 124 |
| 125 'src/third_party/boringssl/src': | 125 'src/third_party/boringssl/src': |
| 126 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), | 126 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), |
| 127 | 127 |
| 128 'src/tools/gyp': | 128 'src/tools/gyp': |
| 129 Var('chromium_git') + '/external/gyp.git' + '@' + 'fe00999dfaee449d3465a9316
778434884da4fa7', # from svn revision 2010 | 129 Var('chromium_git') + '/external/gyp.git' + '@' + '82b08049cc0b1f9e0bdcc0702
ac6b523360f635f', # from svn revision 2020 |
| 130 } | 130 } |
| 131 | 131 |
| 132 | 132 |
| 133 deps_os = { | 133 deps_os = { |
| 134 'unix': { | 134 'unix': { |
| 135 # Linux, really. | 135 # Linux, really. |
| 136 'src/third_party/lss': | 136 'src/third_party/lss': |
| 137 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), | 137 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), |
| 138 | 138 |
| 139 # Note that this is different from Android's freetype repo. | 139 # Note that this is different from Android's freetype repo. |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 # corresponding .py files have already been deleted. | 315 # corresponding .py files have already been deleted. |
| 316 'name': 'remove_stale_pyc_files', | 316 'name': 'remove_stale_pyc_files', |
| 317 'pattern': 'src/tools/.*\\.py', | 317 'pattern': 'src/tools/.*\\.py', |
| 318 'action': [ | 318 'action': [ |
| 319 'python', | 319 'python', |
| 320 'src/tools/remove_stale_pyc_files.py', | 320 'src/tools/remove_stale_pyc_files.py', |
| 321 'src/tools', | 321 'src/tools', |
| 322 ], | 322 ], |
| 323 }, | 323 }, |
| 324 ] | 324 ] |
| OLD | NEW |