| 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 'skia_revision': '2ced78866fcadd98895777c8dffe92e229775181', | 22 'skia_revision': '2ced78866fcadd98895777c8dffe92e229775181', |
| 23 'v8_revision': '230d131d173ab2d60291d303177bc04ec3f6e519', | 23 'v8_revision': '3f036fc0ba4ca4483fe77822f8605c277d37ee24', |
| 24 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc', | 24 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc', |
| 25 'buildtools_revision': '565d04e8741429fb1b4f26d102f2c6c3b849edeb', | 25 'buildtools_revision': 'ef7f1f539cff0441c4401d8c052e54cfd01bff07', |
| 26 'dart_revision': '9416219c28e500a354ff0086765601efa5b1378e', | 26 'dart_revision': '9416219c28e500a354ff0086765601efa5b1378e', |
| 27 'dart_root_certificates_revision': 'c3a41df63afacec62fcb8135196177e35fe72f71', | 27 'dart_root_certificates_revision': 'c3a41df63afacec62fcb8135196177e35fe72f71', |
| 28 'dart_observatory_packages_revision': '5c199c5954146747f75ed127871207718dc8778
6', | 28 'dart_observatory_packages_revision': '5c199c5954146747f75ed127871207718dc8778
6', |
| 29 'pdfium_revision': 'ae4256f45df69bbfdf722a6ec17e1e851911ae4e', | 29 'pdfium_revision': 'ae4256f45df69bbfdf722a6ec17e1e851911ae4e', |
| 30 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', | 30 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', |
| 31 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3', | 31 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3', |
| 32 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', | 32 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', |
| 33 'nacl_revision': '19d52fd1ca55c92c4cb086084657d9a121096ef7', | 33 'nacl_revision': '71fa851c91658c498758494b790ddba548aae7be', |
| 34 } | 34 } |
| 35 | 35 |
| 36 # Only these hosts are allowed for dependencies in this DEPS file. | 36 # Only these hosts are allowed for dependencies in this DEPS file. |
| 37 # If you need to add a new host, contact chrome infrastructure team. | 37 # If you need to add a new host, contact chrome infrastructure team. |
| 38 allowed_hosts = [ | 38 allowed_hosts = [ |
| 39 'boringssl.googlesource.com', | 39 'boringssl.googlesource.com', |
| 40 'chromium.googlesource.com', | 40 'chromium.googlesource.com', |
| 41 'pdfium.googlesource.com', | 41 'pdfium.googlesource.com', |
| 42 ] | 42 ] |
| 43 | 43 |
| 44 deps = { | 44 deps = { |
| 45 'src/buildtools': | 45 'src/buildtools': |
| 46 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev
ision'), | 46 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev
ision'), |
| 47 | 47 |
| 48 'src/testing/gtest': | 48 'src/testing/gtest': |
| 49 Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8
e3b37292b84c821d9c8ad', # from svn revision 704 | 49 Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8
e3b37292b84c821d9c8ad', # from svn revision 704 |
| 50 | 50 |
| 51 'src/testing/gmock': | 51 'src/testing/gmock': |
| 52 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
99976b936d1265cb6a271', # from svn revision 501 | 52 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
99976b936d1265cb6a271', # from svn revision 501 |
| 53 | 53 |
| 54 'src/third_party/angle': | 54 'src/third_party/angle': |
| 55 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), | 55 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
| 56 | 56 |
| 57 'src/third_party/icu': | 57 'src/third_party/icu': |
| 58 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'c3f79166089e5360c09e3
053fce50e6e296c3204', | 58 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '94e4b770ce2f6065d4261
d29c32683a6099b9d93', |
| 59 | 59 |
| 60 'src/tools/grit': | 60 'src/tools/grit': |
| 61 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'c1b1591a05209c1ad46
7e845ba8543c22f9072af', # from svn revision 189 | 61 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'c1b1591a05209c1ad46
7e845ba8543c22f9072af', # from svn revision 189 |
| 62 | 62 |
| 63 'src/v8': | 63 'src/v8': |
| 64 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), | 64 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), |
| 65 | 65 |
| 66 'src/dart': | 66 'src/dart': |
| 67 Var('chromium_git') + '/external/github.com/dart-lang/sdk.git' + '@' + Var('
dart_revision'), | 67 Var('chromium_git') + '/external/github.com/dart-lang/sdk.git' + '@' + Var('
dart_revision'), |
| 68 | 68 |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 'pattern': '', | 387 'pattern': '', |
| 388 'action': [ 'download_from_google_storage', | 388 'action': [ 'download_from_google_storage', |
| 389 '--no_resume', | 389 '--no_resume', |
| 390 '--quiet', | 390 '--quiet', |
| 391 '--no_auth', | 391 '--no_auth', |
| 392 '--bucket', 'mojo/prediction', | 392 '--bucket', 'mojo/prediction', |
| 393 '-d', 'src/services/prediction/res', | 393 '-d', 'src/services/prediction/res', |
| 394 ], | 394 ], |
| 395 }, | 395 }, |
| 396 ] | 396 ] |
| OLD | NEW |