| 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 13 matching lines...) Expand all Loading... |
| 24 'base_revision': '62ed86981dd280bd980fe43d0d54c199924d124b', | 24 'base_revision': '62ed86981dd280bd980fe43d0d54c199924d124b', |
| 25 'angle_revision': '46ccef1992a8ede16a596c3dd73cff13c047267d', | 25 'angle_revision': '46ccef1992a8ede16a596c3dd73cff13c047267d', |
| 26 'buildtools_revision': '222bd42ce39d1bd8f08fe089b066f49c469e1cdf', | 26 'buildtools_revision': '222bd42ce39d1bd8f08fe089b066f49c469e1cdf', |
| 27 'dart_revision': 'bd2e5b8a75bbf5ca687b295c04edf3b05d9cf2d4', | 27 'dart_revision': 'bd2e5b8a75bbf5ca687b295c04edf3b05d9cf2d4', |
| 28 'dart_root_certificates_revision': 'c3a41df63afacec62fcb8135196177e35fe72f71', | 28 'dart_root_certificates_revision': 'c3a41df63afacec62fcb8135196177e35fe72f71', |
| 29 'dart_observatory_packages_revision': 'cf90eb9077177d3d6b3fd5e8289477c2385c026
a', | 29 'dart_observatory_packages_revision': 'cf90eb9077177d3d6b3fd5e8289477c2385c026
a', |
| 30 'pdfium_revision': 'ae4256f45df69bbfdf722a6ec17e1e851911ae4e', | 30 'pdfium_revision': 'ae4256f45df69bbfdf722a6ec17e1e851911ae4e', |
| 31 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', | 31 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', |
| 32 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3', | 32 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3', |
| 33 'nacl_revision': 'f5bc68c59b147b66d553dc6fc17426682cf138e2', | 33 'nacl_revision': 'f5bc68c59b147b66d553dc6fc17426682cf138e2', |
| 34 'clang_revision': 'dca46bbbb958ba0d1270c2d40471c9f690b9ec22', |
| 34 } | 35 } |
| 35 | 36 |
| 36 # Only these hosts are allowed for dependencies in this DEPS file. | 37 # Only these hosts are allowed for dependencies in this DEPS file. |
| 37 # If you need to add a new host, contact chrome infrastructure team. | 38 # If you need to add a new host, contact chrome infrastructure team. |
| 38 allowed_hosts = [ | 39 allowed_hosts = [ |
| 39 'boringssl.googlesource.com', | 40 'boringssl.googlesource.com', |
| 40 'chromium.googlesource.com', | 41 'chromium.googlesource.com', |
| 41 'pdfium.googlesource.com', | 42 'pdfium.googlesource.com', |
| 42 ] | 43 ] |
| 43 | 44 |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 | 100 |
| 100 'src/third_party/boringssl/src': | 101 'src/third_party/boringssl/src': |
| 101 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), | 102 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), |
| 102 | 103 |
| 103 'src/third_party/requests/src': | 104 'src/third_party/requests/src': |
| 104 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@'
+ 'f172b30356d821d180fa4ecfa3e71c7274a32de4', | 105 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@'
+ 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
| 105 | 106 |
| 106 'src/native_client': | 107 'src/native_client': |
| 107 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('na
cl_revision'), | 108 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('na
cl_revision'), |
| 108 | 109 |
| 110 'src/tools/clang': |
| 111 Var('chromium_git') + '/chromium/src/tools/clang.git' + '@' + Var('clang_rev
ision'), |
| 112 |
| 109 'src/third_party/pyelftools': | 113 'src/third_party/pyelftools': |
| 110 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3
e610c86fcadb837d252c794cb5e8008826ae', | 114 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3
e610c86fcadb837d252c794cb5e8008826ae', |
| 111 | 115 |
| 112 'src/third_party/breakpad/src': | 116 'src/third_party/breakpad/src': |
| 113 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '242fb9a38
db6ba534b1f7daa341dd4d79171658b', # from svn revision 1471 | 117 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '242fb9a38
db6ba534b1f7daa341dd4d79171658b', # from svn revision 1471 |
| 114 | 118 |
| 115 'src/third_party/lss': | 119 'src/third_party/lss': |
| 116 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Var(
'lss_revision'), | 120 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Var(
'lss_revision'), |
| 117 | 121 |
| 118 'src/third_party/leveldatabase/src': | 122 'src/third_party/leveldatabase/src': |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 'action': [ 'src/tools/download_from_google_storage.py', | 417 'action': [ 'src/tools/download_from_google_storage.py', |
| 414 '--no_resume', | 418 '--no_resume', |
| 415 '--quiet', | 419 '--quiet', |
| 416 '--platform=darwin', | 420 '--platform=darwin', |
| 417 '--no_auth', | 421 '--no_auth', |
| 418 '--bucket', 'mojo/mojom_parser/mac64', | 422 '--bucket', 'mojo/mojom_parser/mac64', |
| 419 '-s', 'src/mojo/public/tools/bindings/mojom_parser/bin/mac64/moj
om_parser.sha1', | 423 '-s', 'src/mojo/public/tools/bindings/mojom_parser/bin/mac64/moj
om_parser.sha1', |
| 420 ], | 424 ], |
| 421 }, | 425 }, |
| 422 ] | 426 ] |
| OLD | NEW |