| 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 'fuchsia_git': 'https://fuchsia.googlesource.com', | 22 'fuchsia_git': 'https://fuchsia.googlesource.com', |
| 23 'skia_git': 'https://skia.googlesource.com', | 23 'skia_git': 'https://skia.googlesource.com', |
| 24 'github_git': 'https://github.com', | 24 'github_git': 'https://github.com', |
| 25 'base_revision': 'b2412302ed4e45bfb47d7b5c0c3418077009e1ce', | 25 'base_revision': 'b2412302ed4e45bfb47d7b5c0c3418077009e1ce', |
| 26 'skia_revision': '130a118cc68f8f9973e9572356011de378463fea', | 26 'skia_revision': '130a118cc68f8f9973e9572356011de378463fea', |
| 27 | 27 |
| 28 # Necessary for some packages we rely on for generating the patched sdk. |
| 29 "dart_root" : "src/dart", |
| 30 "github_mirror": |
| 31 "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git", |
| 32 "github_dartlang": "https://github.com/dart-lang/%s.git", |
| 33 "args_tag": "@0.13.5", |
| 34 "async_tag": "@1.11.1", |
| 35 "charcode_tag": "@1.1.0", |
| 36 "collection_tag": "@1.9.1", |
| 37 "convert_tag": "@2.0.1", |
| 38 "crypto_tag" : "@2.0.1", |
| 39 "csslib_tag" : "@0.13.2", |
| 40 "glob_tag": "@1.1.3", |
| 41 "html_tag" : "@0.13.0", |
| 42 "isolate_tag": "@0.2.3", |
| 43 "logging_tag": "@0.11.3+1", |
| 44 "package_config_tag": "@1.0.0", |
| 45 "path_tag": "@1.3.9", |
| 46 "plugin_tag": "@0.2.0", |
| 47 "source_span_tag": "@1.2.3", |
| 48 "string_scanner_tag": "@1.0.0", |
| 49 "typed_data_tag": "@1.1.3", |
| 50 "utf_tag": "@0.9.0+3", |
| 51 "watcher_tag": "@0.9.7+3", |
| 52 "yaml_tag": "@2.1.10", |
| 53 |
| 54 # Note: When updating the Dart revision, ensure that all entries that are |
| 55 |
| 28 # Note: When updating the Dart revision, ensure that all entries that are | 56 # Note: When updating the Dart revision, ensure that all entries that are |
| 29 # dependencies of dart are also updated | 57 # dependencies of dart are also updated |
| 30 'dart_revision': '93043a36621ae01a5384ac86e67557324c3f3a71', | 58 'dart_revision': 'origin/master', |
| 31 'dart_boringssl_gen_revision': '62c20247d582444cb2804f9ea4e3abaa6e47f6a5', | 59 'dart_boringssl_gen_revision': '62c20247d582444cb2804f9ea4e3abaa6e47f6a5', |
| 32 'dart_boringssl_revision': '8d343b44bbab829d1a28fdef650ca95f7db4412e', | 60 'dart_boringssl_revision': '8d343b44bbab829d1a28fdef650ca95f7db4412e', |
| 33 'dart_observatory_packages_revision': '26aad88f1c1915d39bbcbff3cad589e2402fdcf
1', | 61 'dart_observatory_packages_revision': '26aad88f1c1915d39bbcbff3cad589e2402fdcf
1', |
| 34 'dart_root_certificates_revision': 'aed07942ce98507d2be28cbd29e879525410c7fc', | 62 'dart_root_certificates_revision': 'aed07942ce98507d2be28cbd29e879525410c7fc', |
| 35 | 63 |
| 36 'buildtools_revision': '1f4c1c3bd3bd4c991e6565a0dc509c8d8a3f90b4', | 64 'buildtools_revision': '1f4c1c3bd3bd4c991e6565a0dc509c8d8a3f90b4', |
| 37 } | 65 } |
| 38 | 66 |
| 39 # Only these hosts are allowed for dependencies in this DEPS file. | 67 # Only these hosts are allowed for dependencies in this DEPS file. |
| 40 # If you need to add a new host, contact chrome infrastructure team. | 68 # If you need to add a new host, contact chrome infrastructure team. |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 Var('github_git') + '/dart-lang/boringssl_gen.git' + '@' + Var('dart_borings
sl_gen_revision'), | 125 Var('github_git') + '/dart-lang/boringssl_gen.git' + '@' + Var('dart_borings
sl_gen_revision'), |
| 98 | 126 |
| 99 'src/third_party/boringssl/src': | 127 'src/third_party/boringssl/src': |
| 100 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('dart_boringss
l_revision'), | 128 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('dart_boringss
l_revision'), |
| 101 | 129 |
| 102 'src/dart/third_party/observatory_pub_packages': | 130 'src/dart/third_party/observatory_pub_packages': |
| 103 Var('chromium_git') + | 131 Var('chromium_git') + |
| 104 '/external/github.com/dart-lang/observatory_pub_packages' + '@' + | 132 '/external/github.com/dart-lang/observatory_pub_packages' + '@' + |
| 105 Var('dart_observatory_packages_revision'), | 133 Var('dart_observatory_packages_revision'), |
| 106 | 134 |
| 135 |
| 136 Var("dart_root") + "/third_party/pkg/path": |
| 137 (Var("github_mirror") % "path") + Var("path_tag"), |
| 138 Var("dart_root") + "/third_party/pkg/html": |
| 139 (Var("github_mirror") % "html") + Var("html_tag"), |
| 140 Var("dart_root") + "/third_party/pkg/plugin": |
| 141 (Var("github_mirror") % "plugin") + Var("plugin_tag"), |
| 142 Var("dart_root") + "/third_party/pkg_tested/package_config": |
| 143 (Var("github_mirror") % "package_config") + |
| 144 Var("package_config_tag"), |
| 145 Var("dart_root") + "/third_party/pkg/charcode": |
| 146 (Var("github_mirror") % "charcode") + Var("charcode_tag"), |
| 147 Var("dart_root") + "/third_party/pkg/source_span": |
| 148 (Var("github_mirror") % "source_span") + Var("source_span_tag"), |
| 149 Var("dart_root") + "/third_party/pkg/watcher": |
| 150 (Var("github_mirror") % "watcher") + Var("watcher_tag"), |
| 151 Var("dart_root") + "/third_party/pkg/isolate": |
| 152 (Var("github_dartlang") % "isolate") + Var("isolate_tag"), |
| 153 Var("dart_root") + "/third_party/pkg/yaml": |
| 154 (Var("github_mirror") % "yaml") + Var("yaml_tag"), |
| 155 Var("dart_root") + "/third_party/pkg/args": |
| 156 (Var("github_mirror") % "args") + Var("args_tag"), |
| 157 Var("dart_root") + "/third_party/pkg/csslib": |
| 158 (Var("github_mirror") % "csslib") + Var("csslib_tag"), |
| 159 Var("dart_root") + "/third_party/pkg/async": |
| 160 (Var("github_mirror") % "async") + Var("async_tag"), |
| 161 Var("dart_root") + "/third_party/pkg/convert": |
| 162 "https://github.com/dart-lang/convert.git" + Var("convert_tag"), |
| 163 Var("dart_root") + "/third_party/pkg/crypto": |
| 164 (Var("github_mirror") % "crypto") + Var("crypto_tag"), |
| 165 Var("dart_root") + "/third_party/pkg/glob": |
| 166 (Var("github_mirror") % "glob") + Var("glob_tag"), |
| 167 Var("dart_root") + "/third_party/pkg/logging": |
| 168 (Var("github_mirror") % "logging") + Var("logging_tag"), |
| 169 Var("dart_root") + "/third_party/pkg/typed_data": |
| 170 (Var("github_dartlang") % "typed_data") + Var("typed_data_tag"), |
| 171 Var("dart_root") + "/third_party/pkg/utf": |
| 172 (Var("github_mirror") % "utf") + Var("utf_tag"), |
| 173 Var("dart_root") + "/third_party/pkg/collection": |
| 174 (Var("github_mirror") % "collection") + Var("collection_tag"), |
| 175 Var("dart_root") + "/third_party/pkg/string_scanner": |
| 176 (Var("github_mirror") % "string_scanner") + |
| 177 Var("string_scanner_tag"), |
| 178 |
| 107 'src/third_party/root_certificates': | 179 'src/third_party/root_certificates': |
| 108 Var('chromium_git') + | 180 Var('chromium_git') + |
| 109 '/external/github.com/dart-lang/root_certificates' + '@' + | 181 '/external/github.com/dart-lang/root_certificates' + '@' + |
| 110 Var('dart_root_certificates_revision'), | 182 Var('dart_root_certificates_revision'), |
| 111 | 183 |
| 112 'src/third_party/skia': | 184 'src/third_party/skia': |
| 113 Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'), | 185 Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'), |
| 114 | 186 |
| 115 'src/third_party/yasm/source/patched-yasm': | 187 'src/third_party/yasm/source/patched-yasm': |
| 116 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120
cd8558ce62ee8672ebf3eb6f5216f909b', | 188 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120
cd8558ce62ee8672ebf3eb6f5216f909b', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 # Ensure that we don't accidentally reference any .pyc files whose | 257 # Ensure that we don't accidentally reference any .pyc files whose |
| 186 # corresponding .py files have already been deleted. | 258 # corresponding .py files have already been deleted. |
| 187 'name': 'remove_stale_pyc_files', | 259 'name': 'remove_stale_pyc_files', |
| 188 'pattern': 'src/tools/.*\\.py', | 260 'pattern': 'src/tools/.*\\.py', |
| 189 'action': [ | 261 'action': [ |
| 190 'python', | 262 'python', |
| 191 'src/tools/remove_stale_pyc_files.py', | 263 'src/tools/remove_stale_pyc_files.py', |
| 192 'src/tools', | 264 'src/tools', |
| 193 ], | 265 ], |
| 194 }, | 266 }, |
| 267 { |
| 268 "name": "checked_in_dart_sdks", |
| 269 "pattern": ".", |
| 270 "action": [ |
| 271 "download_from_google_storage", |
| 272 "--no_auth", |
| 273 "--no_resume", |
| 274 "--bucket", |
| 275 "dart-dependencies", |
| 276 "--recursive", |
| 277 "--auto_platform", |
| 278 "--extract", |
| 279 "--directory", |
| 280 "src/dart/tools/sdks", |
| 281 ], |
| 282 }, |
| 195 ] | 283 ] |
| OLD | NEW |