Chromium Code Reviews| 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 20 matching lines...) Expand all Loading... | |
| 31 'pdfium_git': 'https://pdfium.googlesource.com', | 31 'pdfium_git': 'https://pdfium.googlesource.com', |
| 32 'boringssl_git': 'https://boringssl.googlesource.com', | 32 'boringssl_git': 'https://boringssl.googlesource.com', |
| 33 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', | 33 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
| 34 'skia_revision': '32501a1bd4964576264795ada7e9c3bf572285b3', | 34 'skia_revision': '32501a1bd4964576264795ada7e9c3bf572285b3', |
| 35 # Three lines of non-changing comments so that | 35 # Three lines of non-changing comments so that |
| 36 # the commit queue can handle CLs rolling Skia | 36 # the commit queue can handle CLs rolling Skia |
| 37 # and V8 without interference from each other. | 37 # and V8 without interference from each other. |
| 38 'v8_branch': 'trunk', | 38 'v8_branch': 'trunk', |
| 39 'v8_revision': 'bfb312d4b40507780e15bfee2e0dc32f1391c4db', # from svn revision 24925 | 39 'v8_revision': 'bfb312d4b40507780e15bfee2e0dc32f1391c4db', # from svn revision 24925 |
| 40 # Three lines of non-changing comments so that | 40 # Three lines of non-changing comments so that |
| 41 # the commit queue can handle CLs rolling dart | |
| 42 # and whatever else without interference from each other. | |
| 43 'dart_revision': '84310cb733cea6ce5650c103867a4bed3e898e19', # 1.8.0-dev.2.0 | |
| 44 # Three lines of non-changing comments so that | |
| 41 # the commit queue can handle CLs rolling ANGLE | 45 # the commit queue can handle CLs rolling ANGLE |
| 42 # and whatever else without interference from each other. | 46 # and whatever else without interference from each other. |
| 43 "angle_revision": "d2f756be4fd198d630b64dc6c3568184363e6d14", | 47 'angle_revision': 'd2f756be4fd198d630b64dc6c3568184363e6d14', |
| 44 # Three lines of non-changing comments so that | 48 # Three lines of non-changing comments so that |
| 45 # the commit queue can handle CLs rolling build tools | 49 # the commit queue can handle CLs rolling build tools |
| 46 # and whatever else without interference from each other. | 50 # and whatever else without interference from each other. |
| 47 'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5', | 51 'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5', |
| 48 # Three lines of non-changing comments so that | 52 # Three lines of non-changing comments so that |
| 49 # the commit queue can handle CLs rolling PDFium | 53 # the commit queue can handle CLs rolling PDFium |
| 50 # and whatever else without interference from each other. | 54 # and whatever else without interference from each other. |
| 51 'pdfium_revision': '767aebbef641a89498deebc29369a078207b4dcc', | 55 'pdfium_revision': '767aebbef641a89498deebc29369a078207b4dcc', |
| 52 # Three lines of non-changing comments so that | 56 # Three lines of non-changing comments so that |
| 53 # the commit queue can handle CLs rolling BoringSSL | 57 # the commit queue can handle CLs rolling BoringSSL |
| 54 # and whatever else without interference from each other. | 58 # and whatever else without interference from each other. |
| 55 'boringssl_revision': '751e889b1d791d2b91c1437248454fa1d4e101a5', | 59 'boringssl_revision': '751e889b1d791d2b91c1437248454fa1d4e101a5', |
| 56 # Three lines of non-changing comments so that | 60 # Three lines of non-changing comments so that |
| 57 # the commit queue can handle CLs rolling lss | 61 # the commit queue can handle CLs rolling lss |
| 58 # and whatever else without interference from each other. | 62 # and whatever else without interference from each other. |
| 59 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', | 63 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', |
| 64 # Three lines of non-changing comments so that | |
| 65 # the commit queue can handle CLs rolling net_nss | |
| 66 # and whatever else without interference from each other. | |
| 67 'net_nss_revision': 'f81948e9a402db94287a43bb34a07ee0daf56cb5', | |
| 68 # Three lines of non-changing comments so that | |
| 69 # the commit queue can handle CLs rolling nss | |
| 70 # and whatever else without interference from each other. | |
| 71 'nss_revision': '87b96db4268293187d7cf741907a6d5d1d8080e0', | |
| 72 # Three lines of non-changing comments so that | |
| 73 # the commit queue can handle CLs rolling sqlite | |
| 74 # and whatever else without interference from each other. | |
| 75 'sqlite_revision': '38811b79f42801662adc0458a25270ab690a6b81', | |
| 76 # Three lines of non-changing comments so that | |
| 77 # the commit queue can handle CLs rolling zlib | |
| 78 # and whatever else without interference from each other. | |
| 79 'zlib_revision': 'c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f', | |
| 60 } | 80 } |
| 61 | 81 |
| 62 # Only these hosts are allowed for dependencies in this DEPS file. | 82 # Only these hosts are allowed for dependencies in this DEPS file. |
| 63 # If you need to add a new host, contact chrome infrastracture team. | 83 # If you need to add a new host, contact chrome infrastructure team. |
| 64 allowed_hosts = [ | 84 allowed_hosts = [ |
| 65 'chromium.googlesource.com', | 85 'chromium.googlesource.com', |
| 66 'boringssl.googlesource.com', | 86 'boringssl.googlesource.com', |
| 67 'pdfium.googlesource.com', | 87 'pdfium.googlesource.com', |
| 68 ] | 88 ] |
| 69 | 89 |
| 70 deps = { | 90 deps = { |
| 71 'src/buildtools': | 91 'src/buildtools': |
| 72 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'), | 92 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev ision'), |
| 73 | 93 |
| 94 'src/dart': | |
| 95 Var('chromium_git') + '/external/dart.git' + '@' + Var('dart_revision'), | |
|
abarth-chromium
2014/10/30 17:16:39
//dart/dart is a bit goofy. Do we have a plan to
zra
2014/10/30 17:43:47
The stutter, and I believe the history size issue,
| |
| 96 | |
| 97 'src/dart/dart/third_party/nss': | |
| 98 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), | |
| 99 | |
| 100 'src/dart/dart/third_party/sqlite': | |
| 101 Var('chromium_git') + '/chromium/src/third_party/sqlite.git' + '@' + Var('sql ite_revision'), | |
|
abarth-chromium
2014/10/30 17:16:38
Why does DartVM require sqlite and nss? That does
zra
2014/10/30 17:43:47
nss, zlib, and sqlite are for the dart:io secure s
| |
| 102 | |
| 103 'src/dart/dart/third_party/zlib': | |
| 104 Var('chromium_git') + '/chromium/src/third_party/zlib.git' + '@' + Var('zlib_ revision'), | |
|
abarth-chromium
2014/10/30 17:16:38
We already have a copy of zlib in //third_party/zl
| |
| 105 | |
| 106 'src/dart/dart/third_party/net_nss': | |
| 107 Var('chromium_git') + '/chromium/src/net/third_party/nss.git' + '@' + Var('ne t_nss_revision'), | |
|
abarth-chromium
2014/10/30 17:16:38
It's pretty nutty to have two copies of nss. From
| |
| 108 | |
| 74 'src/sdch/open-vcdiff': | 109 'src/sdch/open-vcdiff': |
| 75 Var('chromium_git') + '/external/open-vcdiff.git' + '@' + '438f2a5be6d809bc21 611a94cd37bfc8c28ceb33', # from svn revision 41 | 110 Var('chromium_git') + '/external/open-vcdiff.git' + '@' + '438f2a5be6d809bc21 611a94cd37bfc8c28ceb33', # from svn revision 41 |
| 76 | 111 |
| 77 'src/testing/gtest': | 112 'src/testing/gtest': |
| 78 Var('chromium_git') + '/external/googletest.git' + '@' + '4650552ff637bb44ecf 7784060091cbed3252211', # from svn revision 692 | 113 Var('chromium_git') + '/external/googletest.git' + '@' + '4650552ff637bb44ecf 7784060091cbed3252211', # from svn revision 692 |
| 79 | 114 |
| 80 'src/testing/gmock': | 115 'src/testing/gmock': |
| 81 Var('chromium_git') + '/external/googlemock.git' + '@' + '896ba0e03f520fb9b6e d582bde2bd00847e3c3f2', # from svn revision 485 | 116 Var('chromium_git') + '/external/googlemock.git' + '@' + '896ba0e03f520fb9b6e d582bde2bd00847e3c3f2', # from svn revision 485 |
| 82 | 117 |
| 83 'src/third_party/angle': | 118 'src/third_party/angle': |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 290 # corresponding .py files have already been deleted. | 325 # corresponding .py files have already been deleted. |
| 291 'name': 'remove_stale_pyc_files', | 326 'name': 'remove_stale_pyc_files', |
| 292 'pattern': 'src/tools/.*\\.py', | 327 'pattern': 'src/tools/.*\\.py', |
| 293 'action': [ | 328 'action': [ |
| 294 'python', | 329 'python', |
| 295 'src/tools/remove_stale_pyc_files.py', | 330 'src/tools/remove_stale_pyc_files.py', |
| 296 'src/tools', | 331 'src/tools', |
| 297 ], | 332 ], |
| 298 }, | 333 }, |
| 299 ] | 334 ] |
| OLD | NEW |