libv8 4.5.95.5 → 5.0.71.48.0beta2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (332) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +45 -19
  3. data/CHANGELOG.md +14 -0
  4. data/README.md +30 -15
  5. data/Rakefile +7 -6
  6. data/ext/libv8/arch.rb +5 -4
  7. data/ext/libv8/builder.rb +25 -19
  8. data/ext/libv8/compiler.rb +6 -33
  9. data/ext/libv8/location.rb +7 -8
  10. data/lib/libv8/version.rb +1 -1
  11. data/libv8.gemspec +1 -1
  12. data/patches/build-standalone-static-library.patch +14 -0
  13. data/patches/disable-building-tests.patch +48 -10
  14. data/patches/fPIC-for-static.patch +3 -3
  15. data/release/x86-linux/Vagrantfile +8 -4
  16. data/release/x86_64-freebsd10/Vagrantfile +86 -0
  17. data/release/x86_64-linux/Vagrantfile +8 -4
  18. data/spec/compiler_spec.rb +5 -29
  19. data/spec/support/compiler_helpers.rb +2 -4
  20. data/vendor/depot_tools/.gitignore +15 -3
  21. data/vendor/depot_tools/OWNERS +2 -2
  22. data/vendor/depot_tools/PRESUBMIT.py +4 -2
  23. data/vendor/depot_tools/WATCHLISTS +6 -0
  24. data/vendor/depot_tools/apply_issue.py +70 -38
  25. data/vendor/depot_tools/bootstrap/win/README.md +66 -0
  26. data/vendor/depot_tools/bootstrap/win/git-bash.template.sh +12 -0
  27. data/vendor/depot_tools/bootstrap/win/git.template.bat +5 -0
  28. data/vendor/depot_tools/bootstrap/win/profile.d.python.sh +20 -0
  29. data/vendor/depot_tools/bootstrap/win/win_tools.bat +96 -45
  30. data/vendor/depot_tools/breakpad.py +6 -141
  31. data/vendor/depot_tools/buildbucket.py +45 -31
  32. data/vendor/depot_tools/cbuildbot +1 -0
  33. data/vendor/depot_tools/checkout.py +2 -1
  34. data/vendor/depot_tools/chrome_set_ver +1 -0
  35. data/vendor/depot_tools/cit +8 -0
  36. data/vendor/depot_tools/cit.bat +11 -0
  37. data/vendor/depot_tools/cit.py +120 -0
  38. data/vendor/depot_tools/codereview.settings +0 -2
  39. data/vendor/depot_tools/commit_queue +1 -5
  40. data/vendor/depot_tools/commit_queue.bat +1 -4
  41. data/vendor/depot_tools/commit_queue.py +78 -29
  42. data/vendor/depot_tools/cpplint.py +22 -14
  43. data/vendor/depot_tools/cros +1 -0
  44. data/vendor/depot_tools/cros_sdk +1 -0
  45. data/vendor/depot_tools/depot-tools-auth.py +3 -3
  46. data/vendor/depot_tools/download_from_google_storage.py +101 -21
  47. data/vendor/depot_tools/drover.py +2 -3
  48. data/vendor/depot_tools/fetch.py +31 -27
  49. data/vendor/depot_tools/{recipes → fetch_configs}/android.py +4 -4
  50. data/vendor/depot_tools/fetch_configs/breakpad.py +45 -0
  51. data/vendor/depot_tools/{recipes → fetch_configs}/chromium.py +3 -3
  52. data/vendor/depot_tools/{recipes/recipe_util.py → fetch_configs/config_util.py} +3 -3
  53. data/vendor/depot_tools/fetch_configs/crashpad.py +41 -0
  54. data/vendor/depot_tools/{recipes → fetch_configs}/dart.py +3 -3
  55. data/vendor/depot_tools/{recipes/pdfium.py → fetch_configs/dartino.py} +14 -13
  56. data/vendor/depot_tools/{recipes → fetch_configs}/dartium.py +3 -3
  57. data/vendor/depot_tools/{recipes → fetch_configs}/depot_tools.py +3 -3
  58. data/vendor/depot_tools/fetch_configs/gyp.py +42 -0
  59. data/vendor/depot_tools/{recipes → fetch_configs}/infra.py +3 -3
  60. data/vendor/depot_tools/{recipes → fetch_configs}/infra_internal.py +3 -3
  61. data/vendor/depot_tools/{recipes → fetch_configs}/ios.py +4 -4
  62. data/vendor/depot_tools/{recipes → fetch_configs}/mojo.py +3 -3
  63. data/vendor/depot_tools/{recipes → fetch_configs}/nacl.py +3 -3
  64. data/vendor/depot_tools/{recipes → fetch_configs}/naclports.py +3 -3
  65. data/vendor/depot_tools/fetch_configs/pdfium.py +40 -0
  66. data/vendor/depot_tools/{recipes → fetch_configs}/skia.py +3 -3
  67. data/vendor/depot_tools/{recipes → fetch_configs}/skia_buildbot.py +3 -3
  68. data/vendor/depot_tools/fetch_configs/syzygy.py +41 -0
  69. data/vendor/depot_tools/{recipes → fetch_configs}/v8.py +3 -3
  70. data/vendor/depot_tools/{recipes → fetch_configs}/webrtc.py +3 -3
  71. data/vendor/depot_tools/{recipes → fetch_configs}/webrtc_android.py +4 -4
  72. data/vendor/depot_tools/{recipes → fetch_configs}/webrtc_ios.py +4 -4
  73. data/vendor/depot_tools/fix_encoding.py +6 -6
  74. data/vendor/depot_tools/gcl.py +11 -21
  75. data/vendor/depot_tools/gclient +10 -0
  76. data/vendor/depot_tools/gclient-new-workdir.py +7 -38
  77. data/vendor/depot_tools/gclient.bat +2 -2
  78. data/vendor/depot_tools/gclient.py +85 -65
  79. data/vendor/depot_tools/gclient_scm.py +83 -10
  80. data/vendor/depot_tools/gclient_utils.py +5 -1
  81. data/vendor/depot_tools/gerrit_util.py +243 -26
  82. data/vendor/depot_tools/git-auto-svn +1 -1
  83. data/vendor/depot_tools/git-cache +1 -1
  84. data/vendor/depot_tools/git-cherry-pick-upload +1 -1
  85. data/vendor/depot_tools/git-cl +1 -1
  86. data/vendor/depot_tools/git-drover +6 -0
  87. data/vendor/depot_tools/git-find-releases +6 -0
  88. data/vendor/depot_tools/git-footers +1 -1
  89. data/vendor/depot_tools/git-freeze +1 -1
  90. data/vendor/depot_tools/git-gs +1 -1
  91. data/vendor/depot_tools/git-hyper-blame +6 -0
  92. data/vendor/depot_tools/git-map +1 -1
  93. data/vendor/depot_tools/git-map-branches +1 -1
  94. data/vendor/depot_tools/git-mark-merge-base +1 -1
  95. data/vendor/depot_tools/git-nav-downstream +1 -1
  96. data/vendor/depot_tools/git-new-branch +1 -1
  97. data/vendor/depot_tools/git-number +1 -1
  98. data/vendor/depot_tools/git-rebase-update +1 -1
  99. data/vendor/depot_tools/git-rename-branch +1 -1
  100. data/vendor/depot_tools/git-reparent-branch +1 -1
  101. data/vendor/depot_tools/git-retry +1 -1
  102. data/vendor/depot_tools/git-squash-branch +1 -1
  103. data/vendor/depot_tools/git-thaw +1 -1
  104. data/vendor/depot_tools/git-try +1 -1
  105. data/vendor/depot_tools/git-upstream-diff +1 -1
  106. data/vendor/depot_tools/git_auto_svn.py +24 -6
  107. data/vendor/depot_tools/git_cache.py +74 -27
  108. data/vendor/depot_tools/git_cl.py +2118 -747
  109. data/vendor/depot_tools/git_common.py +100 -6
  110. data/vendor/depot_tools/git_dates.py +62 -0
  111. data/vendor/depot_tools/git_drover.py +424 -0
  112. data/vendor/depot_tools/git_find_releases.py +65 -0
  113. data/vendor/depot_tools/git_footers.py +42 -0
  114. data/vendor/depot_tools/git_hyper_blame.py +391 -0
  115. data/vendor/depot_tools/git_map_branches.py +8 -6
  116. data/vendor/depot_tools/git_new_branch.py +6 -1
  117. data/vendor/depot_tools/git_rebase_update.py +56 -16
  118. data/vendor/depot_tools/git_reparent_branch.py +13 -0
  119. data/vendor/depot_tools/git_try.py +0 -2
  120. data/vendor/depot_tools/gsutil.py +51 -20
  121. data/vendor/depot_tools/infra/config/OWNERS +3 -1
  122. data/vendor/depot_tools/infra/config/cq.cfg +7 -3
  123. data/vendor/depot_tools/infra/config/recipes.cfg +9 -0
  124. data/vendor/depot_tools/luci_hacks/README.md +35 -0
  125. data/vendor/depot_tools/{bootstrap/virtualenv/tests → luci_hacks}/__init__.py +0 -0
  126. data/vendor/depot_tools/luci_hacks/luci_recipe_run.isolate +12 -0
  127. data/vendor/depot_tools/luci_hacks/luci_recipe_run.py +81 -0
  128. data/vendor/depot_tools/luci_hacks/trigger_luci_job.py +128 -0
  129. data/vendor/depot_tools/man/html/depot_tools.html +9 -1
  130. data/vendor/depot_tools/man/html/depot_tools_tutorial.html +4 -4
  131. data/vendor/depot_tools/man/html/git-drover.html +191 -35
  132. data/vendor/depot_tools/man/html/git-hyper-blame.html +878 -0
  133. data/vendor/depot_tools/man/html/git-rebase-update.html +9 -4
  134. data/vendor/depot_tools/man/man1/git-drover.1 +189 -36
  135. data/vendor/depot_tools/man/man1/git-hyper-blame.1 +128 -0
  136. data/vendor/depot_tools/man/man1/git-rebase-update.1 +8 -6
  137. data/vendor/depot_tools/man/man7/depot_tools.7 +9 -4
  138. data/vendor/depot_tools/man/src/_git-hyper-blame_desc.helper.txt +1 -0
  139. data/vendor/depot_tools/man/src/common_demo_functions.sh +5 -0
  140. data/vendor/depot_tools/man/src/depot_tools_tutorial.txt +1 -1
  141. data/vendor/depot_tools/man/src/git-drover.demo.1.sh +11 -16
  142. data/vendor/depot_tools/man/src/git-drover.demo.3.sh +27 -0
  143. data/vendor/depot_tools/man/src/git-drover.demo.4.sh +39 -0
  144. data/vendor/depot_tools/man/src/git-drover.txt +49 -3
  145. data/vendor/depot_tools/man/src/git-hyper-blame.demo.1.sh +3 -0
  146. data/vendor/depot_tools/man/src/git-hyper-blame.demo.2.sh +4 -0
  147. data/vendor/depot_tools/man/src/git-hyper-blame.demo.common.sh +57 -0
  148. data/vendor/depot_tools/man/src/git-hyper-blame.txt +85 -0
  149. data/vendor/depot_tools/man/src/git-rebase-update.txt +5 -1
  150. data/vendor/depot_tools/my_activity.py +6 -21
  151. data/vendor/depot_tools/ninja +2 -2
  152. data/vendor/depot_tools/ninja-linux32 +0 -0
  153. data/vendor/depot_tools/ninja-linux64 +0 -0
  154. data/vendor/depot_tools/ninja-mac +0 -0
  155. data/vendor/depot_tools/ninja.exe +0 -0
  156. data/vendor/depot_tools/presubmit_canned_checks.py +83 -69
  157. data/vendor/depot_tools/presubmit_support.py +126 -42
  158. data/vendor/depot_tools/pylint.py +5 -1
  159. data/vendor/depot_tools/python_runner.sh +55 -0
  160. data/vendor/depot_tools/recipe_modules/bot_update/__init__.py +32 -0
  161. data/vendor/depot_tools/recipe_modules/bot_update/api.py +283 -0
  162. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic.json +56 -0
  163. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_output_manifest.json +63 -0
  164. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_with_branch_heads.json +57 -0
  165. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/clobber.json +44 -0
  166. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/forced.json +57 -0
  167. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/gerrit_no_reset.json +44 -0
  168. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/no_shallow.json +44 -0
  169. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/off.json +43 -0
  170. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/reset_root_solution_revision.json +43 -0
  171. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/svn_mode.json +59 -0
  172. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange.json +58 -0
  173. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2.json +60 -0
  174. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob.json +58 -0
  175. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail.json +60 -0
  176. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json +81 -0
  177. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json +81 -0
  178. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle.json +49 -0
  179. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8.json +61 -0
  180. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json +51 -0
  181. data/vendor/depot_tools/recipe_modules/bot_update/example.py +172 -0
  182. data/vendor/depot_tools/{bootstrap/virtualenv/virtualenv_support → recipe_modules/bot_update/resources}/__init__.py +0 -0
  183. data/vendor/depot_tools/recipe_modules/bot_update/resources/bot_update.py +1764 -0
  184. data/vendor/depot_tools/recipe_modules/bot_update/test_api.py +86 -0
  185. data/vendor/depot_tools/recipe_modules/depot_tools/__init__.py +3 -0
  186. data/vendor/depot_tools/recipe_modules/depot_tools/api.py +27 -0
  187. data/vendor/depot_tools/recipe_modules/gclient/__init__.py +10 -0
  188. data/vendor/depot_tools/recipe_modules/gclient/api.py +378 -0
  189. data/vendor/depot_tools/recipe_modules/gclient/config.py +671 -0
  190. data/vendor/depot_tools/recipe_modules/gclient/example.expected/basic.json +172 -0
  191. data/vendor/depot_tools/recipe_modules/gclient/example.expected/revision.json +174 -0
  192. data/vendor/depot_tools/recipe_modules/gclient/example.expected/tryserver.json +185 -0
  193. data/vendor/depot_tools/recipe_modules/gclient/example.py +100 -0
  194. data/vendor/depot_tools/recipe_modules/gclient/test_api.py +37 -0
  195. data/vendor/depot_tools/recipe_modules/git/__init__.py +9 -0
  196. data/vendor/depot_tools/recipe_modules/git/api.py +377 -0
  197. data/vendor/depot_tools/recipe_modules/git/example.expected/basic.json +177 -0
  198. data/vendor/depot_tools/recipe_modules/git/example.expected/basic_branch.json +177 -0
  199. data/vendor/depot_tools/recipe_modules/git/example.expected/basic_file_name.json +179 -0
  200. data/vendor/depot_tools/recipe_modules/git/example.expected/basic_hash.json +176 -0
  201. data/vendor/depot_tools/recipe_modules/git/example.expected/basic_ref.json +177 -0
  202. data/vendor/depot_tools/recipe_modules/git/example.expected/basic_submodule_update_force.json +178 -0
  203. data/vendor/depot_tools/recipe_modules/git/example.expected/can_fail_build.json +153 -0
  204. data/vendor/depot_tools/recipe_modules/git/example.expected/cannot_fail_build.json +181 -0
  205. data/vendor/depot_tools/recipe_modules/git/example.expected/cat-file_test.json +199 -0
  206. data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_delta.json +250 -0
  207. data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_failed.json +181 -0
  208. data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output.json +182 -0
  209. data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json +102 -0
  210. data/vendor/depot_tools/recipe_modules/git/example.expected/curl_trace_file.json +181 -0
  211. data/vendor/depot_tools/recipe_modules/git/example.expected/platform_win.json +186 -0
  212. data/vendor/depot_tools/recipe_modules/git/example.expected/rebase_failed.json +179 -0
  213. data/vendor/depot_tools/recipe_modules/git/example.expected/remote_not_origin.json +179 -0
  214. data/vendor/depot_tools/recipe_modules/git/example.expected/set_got_revision.json +178 -0
  215. data/vendor/depot_tools/recipe_modules/git/example.py +147 -0
  216. data/vendor/depot_tools/recipe_modules/git/resources/git_setup.py +61 -0
  217. data/vendor/depot_tools/recipe_modules/git/test_api.py +18 -0
  218. data/vendor/depot_tools/recipe_modules/git_cl/__init__.py +4 -0
  219. data/vendor/depot_tools/recipe_modules/git_cl/api.py +25 -0
  220. data/vendor/depot_tools/recipe_modules/git_cl/config.py +22 -0
  221. data/vendor/depot_tools/recipe_modules/git_cl/example.expected/basic.json +66 -0
  222. data/vendor/depot_tools/recipe_modules/git_cl/example.py +41 -0
  223. data/vendor/depot_tools/recipe_modules/infra_paths/__init__.py +4 -0
  224. data/vendor/depot_tools/recipe_modules/infra_paths/api.py +12 -0
  225. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/basic.json +14 -0
  226. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_linux.json +14 -0
  227. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_mac.json +14 -0
  228. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_win.json +14 -0
  229. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_linux.json +14 -0
  230. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_mac.json +14 -0
  231. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_win.json +14 -0
  232. data/vendor/depot_tools/recipe_modules/infra_paths/example.py +28 -0
  233. data/vendor/depot_tools/recipe_modules/infra_paths/path_config.py +45 -0
  234. data/vendor/depot_tools/recipe_modules/presubmit/__init__.py +4 -0
  235. data/vendor/depot_tools/recipe_modules/presubmit/api.py +20 -0
  236. data/vendor/depot_tools/recipe_modules/presubmit/example.expected/basic.json +18 -0
  237. data/vendor/depot_tools/recipe_modules/presubmit/example.py +15 -0
  238. data/vendor/depot_tools/recipe_modules/rietveld/__init__.py +5 -0
  239. data/vendor/depot_tools/recipe_modules/rietveld/api.py +94 -0
  240. data/vendor/depot_tools/recipe_modules/rietveld/example.expected/basic.json +30 -0
  241. data/vendor/depot_tools/recipe_modules/rietveld/example.py +24 -0
  242. data/vendor/depot_tools/recipe_modules/tryserver/__init__.py +15 -0
  243. data/vendor/depot_tools/recipe_modules/tryserver/api.py +280 -0
  244. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_git_patch.json +104 -0
  245. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch.json +58 -0
  246. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json +58 -0
  247. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_svn_patch.json +68 -0
  248. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json +43 -0
  249. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json +43 -0
  250. data/vendor/depot_tools/recipe_modules/tryserver/example.py +53 -0
  251. data/vendor/depot_tools/recipe_modules/tryserver/test_api.py +7 -0
  252. data/vendor/depot_tools/recipes.py +136 -0
  253. data/vendor/depot_tools/repo +1 -1
  254. data/vendor/depot_tools/rietveld.py +46 -15
  255. data/vendor/depot_tools/roll_dep.py +97 -36
  256. data/vendor/depot_tools/scm.py +3 -3
  257. data/vendor/depot_tools/setup_color.py +94 -0
  258. data/vendor/depot_tools/subprocess2.py +10 -1
  259. data/vendor/depot_tools/third_party/cq_client/OWNERS +0 -1
  260. data/vendor/depot_tools/third_party/cq_client/README.md +47 -9
  261. data/vendor/depot_tools/third_party/cq_client/cq.pb.go +617 -0
  262. data/vendor/depot_tools/third_party/cq_client/cq.proto +75 -17
  263. data/vendor/depot_tools/third_party/cq_client/cq_pb2.py +168 -41
  264. data/vendor/depot_tools/third_party/cq_client/testdata/cq_gerrit.cfg +55 -0
  265. data/vendor/depot_tools/third_party/cq_client/{test/cq_example.cfg → testdata/cq_rietveld.cfg} +14 -6
  266. data/vendor/depot_tools/third_party/fancy_urllib/README +5 -4
  267. data/vendor/depot_tools/third_party/fancy_urllib/__init__.py +114 -52
  268. data/vendor/depot_tools/third_party/protobuf26/README.chromium +9 -6
  269. data/vendor/depot_tools/third_party/upload.py +17 -31
  270. data/vendor/depot_tools/trychange.py +0 -2
  271. data/vendor/depot_tools/update_depot_tools +29 -11
  272. data/vendor/depot_tools/update_depot_tools.bat +4 -9
  273. data/vendor/depot_tools/upload_to_google_storage.py +42 -5
  274. data/vendor/depot_tools/win_toolchain/OWNERS +1 -0
  275. data/vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py +227 -52
  276. data/vendor/depot_tools/win_toolchain/package_from_installed.py +203 -88
  277. metadata +161 -81
  278. data/patches/arm/do-not-imply-vfp3-and-armv7.patch +0 -16
  279. data/patches/arm/do-not-use-vfp2.patch +0 -13
  280. data/patches/clang51/no-unused-variable.patch +0 -12
  281. data/vendor/depot_tools/bootstrap/.gitignore +0 -2
  282. data/vendor/depot_tools/bootstrap/bootstrap.py +0 -234
  283. data/vendor/depot_tools/bootstrap/deps.pyl +0 -15
  284. data/vendor/depot_tools/bootstrap/util.py +0 -87
  285. data/vendor/depot_tools/bootstrap/virtualenv/.gitignore +0 -10
  286. data/vendor/depot_tools/bootstrap/virtualenv/.travis.yml +0 -28
  287. data/vendor/depot_tools/bootstrap/virtualenv/AUTHORS.txt +0 -91
  288. data/vendor/depot_tools/bootstrap/virtualenv/CONTRIBUTING.rst +0 -21
  289. data/vendor/depot_tools/bootstrap/virtualenv/LICENSE.txt +0 -22
  290. data/vendor/depot_tools/bootstrap/virtualenv/MANIFEST.in +0 -11
  291. data/vendor/depot_tools/bootstrap/virtualenv/README.rst +0 -10
  292. data/vendor/depot_tools/bootstrap/virtualenv/bin/rebuild-script.py +0 -71
  293. data/vendor/depot_tools/bootstrap/virtualenv/docs/changes.rst +0 -747
  294. data/vendor/depot_tools/bootstrap/virtualenv/docs/conf.py +0 -149
  295. data/vendor/depot_tools/bootstrap/virtualenv/docs/development.rst +0 -61
  296. data/vendor/depot_tools/bootstrap/virtualenv/docs/index.rst +0 -137
  297. data/vendor/depot_tools/bootstrap/virtualenv/docs/installation.rst +0 -58
  298. data/vendor/depot_tools/bootstrap/virtualenv/docs/make.bat +0 -170
  299. data/vendor/depot_tools/bootstrap/virtualenv/docs/reference.rst +0 -256
  300. data/vendor/depot_tools/bootstrap/virtualenv/docs/userguide.rst +0 -249
  301. data/vendor/depot_tools/bootstrap/virtualenv/scripts/virtualenv +0 -3
  302. data/vendor/depot_tools/bootstrap/virtualenv/setup.py +0 -111
  303. data/vendor/depot_tools/bootstrap/virtualenv/tests/test_activate.sh +0 -94
  304. data/vendor/depot_tools/bootstrap/virtualenv/tests/test_activate_expected.output +0 -2
  305. data/vendor/depot_tools/bootstrap/virtualenv/tests/test_virtualenv.py +0 -139
  306. data/vendor/depot_tools/bootstrap/virtualenv/tests/tox.ini +0 -12
  307. data/vendor/depot_tools/bootstrap/virtualenv/tox.ini +0 -17
  308. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv.py +0 -2367
  309. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.bat +0 -26
  310. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.csh +0 -42
  311. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.fish +0 -74
  312. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.ps1 +0 -150
  313. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.sh +0 -80
  314. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate_this.py +0 -34
  315. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/deactivate.bat +0 -20
  316. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/distutils-init.py +0 -101
  317. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/distutils.cfg +0 -6
  318. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/site.py +0 -758
  319. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_support/pip-6.0-py2.py3-none-any.whl +0 -0
  320. data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_support/setuptools-8.2.1-py2.py3-none-any.whl +0 -0
  321. data/vendor/depot_tools/bootstrap/win/README.google +0 -16
  322. data/vendor/depot_tools/cbuildbot +0 -96
  323. data/vendor/depot_tools/chrome_set_ver +0 -96
  324. data/vendor/depot_tools/cros +0 -96
  325. data/vendor/depot_tools/cros_sdk +0 -96
  326. data/vendor/depot_tools/git-cl-upload-hook +0 -52
  327. data/vendor/depot_tools/git-crup +0 -45
  328. data/vendor/depot_tools/python_git_runner.sh +0 -36
  329. data/vendor/depot_tools/recipes/blink.py +0 -59
  330. data/vendor/depot_tools/third_party/cq_client/test/validate_config_test.py +0 -52
  331. data/vendor/depot_tools/third_party/cq_client/validate_config.py +0 -108
  332. data/vendor/depot_tools/win_toolchain/toolchain2013.py +0 -494
@@ -8,11 +8,11 @@ into a .zip file.
8
8
 
9
9
  It assumes default install locations for tools, in particular:
10
10
  - C:\Program Files (x86)\Microsoft Visual Studio 12.0\...
11
- - C:\Program Files (x86)\Windows Kits\8.1\...
11
+ - C:\Program Files (x86)\Windows Kits\10\...
12
12
 
13
13
  1. Start from a fresh Win7 VM image.
14
14
  2. Install VS Pro. Deselect everything except MFC.
15
- 3. Install Windows 8 SDK. Select only the Windows SDK and Debugging Tools for
15
+ 3. Install Windows 10 SDK. Select only the Windows SDK and Debugging Tools for
16
16
  Windows.
17
17
  4. Run this script, which will build a <sha1>.zip.
18
18
 
@@ -21,7 +21,12 @@ useful as the resulting zip can't be redistributed, and most will presumably
21
21
  have a Pro license anyway).
22
22
  """
23
23
 
24
+ import collections
25
+ import glob
26
+ import json
27
+ import optparse
24
28
  import os
29
+ import platform
25
30
  import shutil
26
31
  import sys
27
32
  import tempfile
@@ -31,6 +36,7 @@ import get_toolchain_if_necessary
31
36
 
32
37
 
33
38
  VS_VERSION = None
39
+ WIN_VERSION = None
34
40
 
35
41
 
36
42
  def BuildFileList():
@@ -64,10 +70,14 @@ def BuildFileList():
64
70
  elif VS_VERSION == '2015':
65
71
  paths += [
66
72
  ('VC/redist/x86/Microsoft.VC140.CRT', 'sys32'),
73
+ ('VC/redist/x86/Microsoft.VC140.CRT', 'win_sdk/bin/x86'),
67
74
  ('VC/redist/x86/Microsoft.VC140.MFC', 'sys32'),
68
75
  ('VC/redist/debug_nonredist/x86/Microsoft.VC140.DebugCRT', 'sys32'),
69
76
  ('VC/redist/debug_nonredist/x86/Microsoft.VC140.DebugMFC', 'sys32'),
70
77
  ('VC/redist/x64/Microsoft.VC140.CRT', 'sys64'),
78
+ ('VC/redist/x64/Microsoft.VC140.CRT', 'VC/bin/amd64_x86'),
79
+ ('VC/redist/x64/Microsoft.VC140.CRT', 'VC/bin/amd64'),
80
+ ('VC/redist/x64/Microsoft.VC140.CRT', 'win_sdk/bin/x64'),
71
81
  ('VC/redist/x64/Microsoft.VC140.MFC', 'sys64'),
72
82
  ('VC/redist/debug_nonredist/x64/Microsoft.VC140.DebugCRT', 'sys64'),
73
83
  ('VC/redist/debug_nonredist/x64/Microsoft.VC140.DebugMFC', 'sys64'),
@@ -106,61 +116,85 @@ def BuildFileList():
106
116
  result.append((final_from, dest))
107
117
 
108
118
  # Just copy the whole SDK.
109
- sdk_path = r'C:\Program Files (x86)\Windows Kits\8.1'
119
+ sdk_path = r'C:\Program Files (x86)\Windows Kits\10'
110
120
  for root, _, files in os.walk(sdk_path):
111
121
  for f in files:
112
122
  combined = os.path.normpath(os.path.join(root, f))
113
- to = os.path.join('win_sdk', combined[len(sdk_path) + 1:])
123
+ # Some of the files in this directory are exceedingly long (and exceed
124
+ #_MAX_PATH for any moderately long root), so exclude them. We don't need
125
+ # them anyway. Exclude the Windows Performance Toolkit just to save space.
126
+ tail = combined[len(sdk_path) + 1:]
127
+ if (tail.startswith('References\\') or
128
+ tail.startswith('Windows Performance Toolkit\\')):
129
+ continue
130
+ if VS_VERSION == '2015':
131
+ # There may be many Include\Lib\Source directories for many different
132
+ # versions of Windows and packaging them all wastes ~450 MB
133
+ # (uncompressed) per version and wastes time. Only copy the specified
134
+ # version.
135
+ if (tail.startswith('Include\\') or tail.startswith('Lib\\') or
136
+ tail.startswith('Source\\')):
137
+ if tail.count(WIN_VERSION) == 0:
138
+ continue
139
+ to = os.path.join('win_sdk', tail)
114
140
  result.append((combined, to))
115
141
 
116
142
  if VS_VERSION == '2015':
117
- for ucrt_path in (
118
- (r'C:\Program Files (x86)\Windows Kits\10\Include', 'Include'),
119
- (r'C:\Program Files (x86)\Windows Kits\10\Lib', 'Lib'),
120
- (r'C:\Program Files (x86)\Windows Kits\10\Source', 'Source')):
121
- src, target = ucrt_path
122
- for root, _, files in os.walk(src):
123
- for f in files:
124
- combined = os.path.normpath(os.path.join(root, f))
125
- to = os.path.join('ucrt', target, combined[len(src) + 1:])
126
- result.append((combined, to))
127
-
128
- system_crt_files = [
129
- 'api-ms-win-core-file-l1-2-0.dll',
130
- 'api-ms-win-core-file-l2-1-0.dll',
131
- 'api-ms-win-core-localization-l1-2-0.dll',
132
- 'api-ms-win-core-processthreads-l1-1-1.dll',
133
- 'api-ms-win-core-synch-l1-2-0.dll',
134
- 'api-ms-win-core-timezone-l1-1-0.dll',
135
- 'api-ms-win-core-xstate-l2-1-0.dll',
136
- 'api-ms-win-crt-conio-l1-1-0.dll',
137
- 'api-ms-win-crt-convert-l1-1-0.dll',
138
- 'api-ms-win-crt-environment-l1-1-0.dll',
139
- 'api-ms-win-crt-filesystem-l1-1-0.dll',
140
- 'api-ms-win-crt-heap-l1-1-0.dll',
141
- 'api-ms-win-crt-locale-l1-1-0.dll',
142
- 'api-ms-win-crt-math-l1-1-0.dll',
143
- 'api-ms-win-crt-multibyte-l1-1-0.dll',
144
- 'api-ms-win-crt-private-l1-1-0.dll',
145
- 'api-ms-win-crt-process-l1-1-0.dll',
146
- 'api-ms-win-crt-runtime-l1-1-0.dll',
147
- 'api-ms-win-crt-stdio-l1-1-0.dll',
148
- 'api-ms-win-crt-string-l1-1-0.dll',
149
- 'api-ms-win-crt-time-l1-1-0.dll',
150
- 'api-ms-win-crt-utility-l1-1-0.dll',
151
- 'api-ms-win-eventing-provider-l1-1-0.dll',
152
- 'ucrtbase.dll',
153
- 'ucrtbased.dll',
143
+ # The Windows 10 Universal C Runtime installers are needed when packaging
144
+ # VS 2015. They can be download from here:
145
+ # https://support.microsoft.com/en-us/kb/2999226
146
+ # and they must be downloaded to the current user's downloads directory.
147
+ # The versions needed are those for 64-bit Windows 7, Windows 8, and
148
+ # Windows 8.1. The 64-bit Server 2008 R2, Server 2012, and Server 2012 R2
149
+ # versions are identical (same name and contents).
150
+ universal_runtime_installers = [
151
+ 'Windows6.1-KB2999226-x64.msu',
152
+ 'Windows8-RT-KB2999226-x64.msu',
153
+ 'Windows8.1-KB2999226-x64.msu',
154
154
  ]
155
- for system_crt_file in system_crt_files:
156
- result.append((os.path.join(r'C:\Windows\SysWOW64', system_crt_file),
157
- os.path.join('sys32', system_crt_file)))
158
- result.append((os.path.join(r'C:\Windows\Sysnative', system_crt_file),
159
- os.path.join('sys64', system_crt_file)))
160
155
 
161
- # Generically drop all arm stuff that we don't need.
156
+ for installer in universal_runtime_installers:
157
+ result.append((os.path.join(os.environ['userprofile'], 'downloads',
158
+ installer),
159
+ os.path.join('installers', installer)))
160
+
161
+ if VS_VERSION == '2015':
162
+ # Copy the x86 ucrt DLLs to all directories with 32-bit binaries that are
163
+ # added to the path by SetEnv.cmd, and to sys32.
164
+ ucrt_paths = glob.glob(os.path.join(sdk_path, r'redist\ucrt\dlls\x86\*'))
165
+ for ucrt_path in ucrt_paths:
166
+ ucrt_file = os.path.split(ucrt_path)[1]
167
+ for dest_dir in [ r'win_sdk\bin\x86', 'sys32' ]:
168
+ result.append((ucrt_path, os.path.join(dest_dir, ucrt_file)))
169
+
170
+ # Copy the x64 ucrt DLLs to all directories with 64-bit binaries that are
171
+ # added to the path by SetEnv.cmd, and to sys64.
172
+ ucrt_paths = glob.glob(os.path.join(sdk_path, r'redist\ucrt\dlls\x64\*'))
173
+ for ucrt_path in ucrt_paths:
174
+ ucrt_file = os.path.split(ucrt_path)[1]
175
+ for dest_dir in [ r'VC\bin\amd64_x86', r'VC\bin\amd64',
176
+ r'win_sdk\bin\x64', 'sys64']:
177
+ result.append((ucrt_path, os.path.join(dest_dir, ucrt_file)))
178
+
179
+ system_crt_files = [
180
+ # Needed to let debug binaries run.
181
+ 'ucrtbased.dll',
182
+ ]
183
+ bitness = platform.architecture()[0]
184
+ # When running 64-bit python the x64 DLLs will be in System32
185
+ x64_path = 'System32' if bitness == '64bit' else 'Sysnative'
186
+ x64_path = os.path.join(r'C:\Windows', x64_path)
187
+ for system_crt_file in system_crt_files:
188
+ result.append((os.path.join(r'C:\Windows\SysWOW64', system_crt_file),
189
+ os.path.join('sys32', system_crt_file)))
190
+ result.append((os.path.join(x64_path, system_crt_file),
191
+ os.path.join('sys64', system_crt_file)))
192
+
193
+ # Generically drop all arm stuff that we don't need, and
194
+ # drop .msi files because we don't need installers.
162
195
  return [(f, t) for f, t in result if 'arm\\' not in f.lower() and
163
- 'arm64\\' not in f.lower()]
196
+ 'arm64\\' not in f.lower() and
197
+ not f.lower().endswith('.msi')]
164
198
 
165
199
 
166
200
  def GenerateSetEnvCmd(target_dir):
@@ -169,40 +203,80 @@ def GenerateSetEnvCmd(target_dir):
169
203
 
170
204
  This is normally generated by a full install of the SDK, but we
171
205
  do it here manually since we do not do a full install."""
172
- with open(os.path.join(
173
- target_dir, r'win_sdk\bin\SetEnv.cmd'), 'w') as f:
206
+ # All these paths are relative to the directory containing SetEnv.cmd.
207
+ include_dirs = [
208
+ ['..', '..', 'win_sdk', 'Include', WIN_VERSION, 'um'],
209
+ ['..', '..', 'win_sdk', 'Include', WIN_VERSION, 'shared'],
210
+ ['..', '..', 'win_sdk', 'Include', WIN_VERSION, 'winrt'],
211
+ ]
212
+ if VS_VERSION == '2015':
213
+ include_dirs.append(['..', '..', 'win_sdk', 'Include', WIN_VERSION, 'ucrt'])
214
+ include_dirs.extend([
215
+ ['..', '..', 'VC', 'include'],
216
+ ['..', '..', 'VC', 'atlmfc', 'include'],
217
+ ])
218
+ # Common to x86 and x64
219
+ env = collections.OrderedDict([
220
+ # Yuck: These two have a trailing \ character. No good way to represent this
221
+ # in an OS-independent way.
222
+ ('VSINSTALLDIR', [['..', '..\\']]),
223
+ ('VCINSTALLDIR', [['..', '..', 'VC\\']]),
224
+ ('INCLUDE', include_dirs),
225
+ ])
226
+ # x86. Always use amd64_x86 cross, not x86 on x86.
227
+ env_x86 = collections.OrderedDict([
228
+ ('PATH', [
229
+ ['..', '..', 'win_sdk', 'bin', 'x86'],
230
+ ['..', '..', 'VC', 'bin', 'amd64_x86'],
231
+ ['..', '..', 'VC', 'bin', 'amd64'], # Needed for mspdb1x0.dll.
232
+ ]),
233
+ ('LIB', [
234
+ ['..', '..', 'VC', 'lib'],
235
+ ['..', '..', 'win_sdk', 'Lib', WIN_VERSION, 'um', 'x86'],
236
+ ['..', '..', 'win_sdk', 'Lib', WIN_VERSION, 'ucrt', 'x86'], # VS 2015
237
+ ['..', '..', 'VC', 'atlmfc', 'lib'],
238
+ ]),
239
+ ])
240
+ # x64.
241
+ env_x64 = collections.OrderedDict([
242
+ ('PATH', [
243
+ ['..', '..', 'win_sdk', 'bin', 'x64'],
244
+ ['..', '..', 'VC', 'bin', 'amd64'],
245
+ ]),
246
+ ('LIB', [
247
+ ['..', '..', 'VC', 'lib', 'amd64'],
248
+ ['..', '..', 'win_sdk', 'Lib', WIN_VERSION, 'um', 'x64'],
249
+ ['..', '..', 'win_sdk', 'Lib', WIN_VERSION, 'ucrt', 'x64'], # VS 2015
250
+ ['..', '..', 'VC', 'atlmfc', 'lib', 'amd64'],
251
+ ]),
252
+ ])
253
+ def BatDirs(dirs):
254
+ return ';'.join(['%~dp0' + os.path.join(*d) for d in dirs])
255
+ set_env_prefix = os.path.join(target_dir, r'win_sdk\bin\SetEnv')
256
+ with open(set_env_prefix + '.cmd', 'w') as f:
174
257
  f.write('@echo off\n'
175
- ':: Generated by win_toolchain\\package_from_installed.py.\n'
176
- # Common to x86 and x64
177
- 'set PATH=%~dp0..\\..\\Common7\\IDE;%PATH%\n'
178
- 'set INCLUDE=%~dp0..\\..\\win_sdk\\Include\\um;'
179
- '%~dp0..\\..\\win_sdk\\Include\\shared;'
180
- '%~dp0..\\..\\win_sdk\\Include\\winrt;'
181
- '%~dp0..\\..\\ucrt\\Include\\10.0.10056.0\\ucrt;'
182
- '%~dp0..\\..\\VC\\include;'
183
- '%~dp0..\\..\\VC\\atlmfc\\include\n'
184
- 'if "%1"=="/x64" goto x64\n')
185
-
186
- # x86. Always use amd64_x86 cross, not x86 on x86.
187
- f.write('set PATH=%~dp0..\\..\\win_sdk\\bin\\x86;'
188
- '%~dp0..\\..\\VC\\bin\\amd64_x86;'
189
- '%~dp0..\\..\\VC\\bin\\amd64;' # Needed for mspdb1x0.dll.
190
- '%PATH%\n')
191
- f.write('set LIB=%~dp0..\\..\\VC\\lib;'
192
- '%~dp0..\\..\\win_sdk\\Lib\\winv6.3\\um\\x86;'
193
- '%~dp0..\\..\\ucrt\\Lib\\10.0.10056.0\\ucrt\\x86;'
194
- '%~dp0..\\..\\VC\\atlmfc\\lib\n'
195
- 'goto :EOF\n')
196
-
197
- # x64.
198
- f.write(':x64\n'
199
- 'set PATH=%~dp0..\\..\\win_sdk\\bin\\x64;'
200
- '%~dp0..\\..\\VC\\bin\\amd64;'
201
- '%PATH%\n')
202
- f.write('set LIB=%~dp0..\\..\\VC\\lib\\amd64;'
203
- '%~dp0..\\..\\win_sdk\\Lib\\winv6.3\\um\\x64;'
204
- '%~dp0..\\..\\ucrt\\Lib\\10.0.10056.0\\ucrt\\x64;'
205
- '%~dp0..\\..\\VC\\atlmfc\\lib\\amd64\n')
258
+ ':: Generated by win_toolchain\\package_from_installed.py.\n')
259
+ for var, dirs in env.iteritems():
260
+ f.write('set %s=%s\n' % (var, BatDirs(dirs)))
261
+ f.write('if "%1"=="/x64" goto x64\n')
262
+
263
+ for var, dirs in env_x86.iteritems():
264
+ f.write('set %s=%s%s\n' % (
265
+ var, BatDirs(dirs), ';%PATH%' if var == 'PATH' else ''))
266
+ f.write('goto :EOF\n')
267
+
268
+ f.write(':x64\n')
269
+ for var, dirs in env_x64.iteritems():
270
+ f.write('set %s=%s%s\n' % (
271
+ var, BatDirs(dirs), ';%PATH%' if var == 'PATH' else ''))
272
+ with open(set_env_prefix + '.x86.json', 'wb') as f:
273
+ assert not set(env.keys()) & set(env_x86.keys()), 'dupe keys'
274
+ json.dump({'env': collections.OrderedDict(env.items() + env_x86.items())},
275
+ f)
276
+ with open(set_env_prefix + '.x64.json', 'wb') as f:
277
+ assert not set(env.keys()) & set(env_x64.keys()), 'dupe keys'
278
+ json.dump({'env': collections.OrderedDict(env.items() + env_x64.items())},
279
+ f)
206
280
 
207
281
 
208
282
  def AddEnvSetup(files):
@@ -213,6 +287,10 @@ def AddEnvSetup(files):
213
287
  GenerateSetEnvCmd(tempdir)
214
288
  files.append((os.path.join(tempdir, 'win_sdk', 'bin', 'SetEnv.cmd'),
215
289
  'win_sdk\\bin\\SetEnv.cmd'))
290
+ files.append((os.path.join(tempdir, 'win_sdk', 'bin', 'SetEnv.x86.json'),
291
+ 'win_sdk\\bin\\SetEnv.x86.json'))
292
+ files.append((os.path.join(tempdir, 'win_sdk', 'bin', 'SetEnv.x64.json'),
293
+ 'win_sdk\\bin\\SetEnv.x64.json'))
216
294
  vs_version_file = os.path.join(tempdir, 'VS_VERSION')
217
295
  with open(vs_version_file, 'wb') as version:
218
296
  print >>version, VS_VERSION
@@ -226,12 +304,15 @@ def RenameToSha1(output):
226
304
  tempdir = tempfile.mkdtemp()
227
305
  old_dir = os.getcwd()
228
306
  os.chdir(tempdir)
229
- rel_dir = 'vs_files'
307
+ if VS_VERSION == '2013':
308
+ rel_dir = 'vs2013_files'
309
+ else:
310
+ rel_dir = 'vs_files'
230
311
  with zipfile.ZipFile(
231
312
  os.path.join(old_dir, output), 'r', zipfile.ZIP_DEFLATED, True) as zf:
232
313
  zf.extractall(rel_dir)
233
314
  print 'Hashing...'
234
- sha1 = get_toolchain_if_necessary.CalculateHash(rel_dir)
315
+ sha1 = get_toolchain_if_necessary.CalculateHash(rel_dir, None)
235
316
  os.chdir(old_dir)
236
317
  shutil.rmtree(tempdir)
237
318
  final_name = sha1 + '.zip'
@@ -240,14 +321,27 @@ def RenameToSha1(output):
240
321
 
241
322
 
242
323
  def main():
243
- if len(sys.argv) != 2 or sys.argv[1] not in ('2013', '2015'):
244
- print 'Usage: package_from_installed.py 2013|2015'
324
+ usage = 'usage: %prog [options] 2013|2015'
325
+ parser = optparse.OptionParser(usage)
326
+ parser.add_option('-w', '--winver', action='store', type='string',
327
+ dest='winver', default='10.0.10586.0',
328
+ help='Windows SDK version, such as 10.0.10586.0')
329
+ parser.add_option('-d', '--dryrun', action='store_true', dest='dryrun',
330
+ default=False,
331
+ help='scan for file existence and prints statistics')
332
+ (options, args) = parser.parse_args()
333
+
334
+ if len(args) != 1 or args[0] not in ('2013', '2015'):
335
+ print 'Must specify 2013 or 2015'
336
+ parser.print_help();
245
337
  return 1
246
338
 
247
339
  global VS_VERSION
248
- VS_VERSION = sys.argv[1]
340
+ VS_VERSION = args[0]
341
+ global WIN_VERSION
342
+ WIN_VERSION = options.winver
249
343
 
250
- print 'Building file list...'
344
+ print 'Building file list for VS %s Windows %s...' % (VS_VERSION, WIN_VERSION)
251
345
  files = BuildFileList()
252
346
 
253
347
  AddEnvSetup(files)
@@ -261,12 +355,33 @@ def main():
261
355
  if os.path.exists(output):
262
356
  os.unlink(output)
263
357
  count = 0
358
+ version_match_count = 0
359
+ total_size = 0
360
+ missing_files = False
264
361
  with zipfile.ZipFile(output, 'w', zipfile.ZIP_DEFLATED, True) as zf:
265
362
  for disk_name, archive_name in files:
266
363
  sys.stdout.write('\r%d/%d ...%s' % (count, len(files), disk_name[-40:]))
267
364
  sys.stdout.flush()
268
365
  count += 1
269
- zf.write(disk_name, archive_name)
366
+ if disk_name.count(WIN_VERSION) > 0:
367
+ version_match_count += 1
368
+ if os.path.exists(disk_name):
369
+ if options.dryrun:
370
+ total_size += os.path.getsize(disk_name)
371
+ else:
372
+ zf.write(disk_name, archive_name)
373
+ else:
374
+ missing_files = True
375
+ sys.stdout.write('\r%s does not exist.\n\n' % disk_name)
376
+ sys.stdout.flush()
377
+ if options.dryrun:
378
+ sys.stdout.write('\r%1.3f GB of data in %d files, %d files for %s.%s\n' %
379
+ (total_size / 1e9, count, version_match_count, WIN_VERSION, ' '*50))
380
+ return 0
381
+ if missing_files:
382
+ raise Exception('One or more files were missing - aborting')
383
+ if version_match_count == 0:
384
+ raise Exception('No files found that match the specified winversion')
270
385
  sys.stdout.write('\rWrote to %s.%s\n' % (output, ' '*50))
271
386
  sys.stdout.flush()
272
387
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libv8
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.5.95.5
4
+ version: 5.0.71.48.0beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Charles Lowell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-13 00:00:00.000000000 Z
11
+ date: 2016-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '10'
19
+ version: '11'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '10'
26
+ version: '11'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake-compiler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -65,6 +65,7 @@ files:
65
65
  - ".gitmodules"
66
66
  - ".rspec"
67
67
  - ".travis.yml"
68
+ - CHANGELOG.md
68
69
  - Gemfile
69
70
  - README.md
70
71
  - Rakefile
@@ -84,13 +85,12 @@ files:
84
85
  - lib/libv8.rb
85
86
  - lib/libv8/version.rb
86
87
  - libv8.gemspec
87
- - patches/arm/do-not-imply-vfp3-and-armv7.patch
88
- - patches/arm/do-not-use-vfp2.patch
89
- - patches/clang51/no-unused-variable.patch
88
+ - patches/build-standalone-static-library.patch
90
89
  - patches/disable-building-tests.patch
91
90
  - patches/fPIC-for-static.patch
92
91
  - patches/mingw-generate-makefiles.sh
93
92
  - release/x86-linux/Vagrantfile
93
+ - release/x86_64-freebsd10/Vagrantfile
94
94
  - release/x86_64-linux/Vagrantfile
95
95
  - spec/compiler/apple_llvm_spec.rb
96
96
  - spec/compiler/clang_spec.rb
@@ -117,52 +117,12 @@ files:
117
117
  - vendor/depot_tools/apply_issue.bat
118
118
  - vendor/depot_tools/apply_issue.py
119
119
  - vendor/depot_tools/auth.py
120
- - vendor/depot_tools/bootstrap/.gitignore
121
- - vendor/depot_tools/bootstrap/bootstrap.py
122
- - vendor/depot_tools/bootstrap/deps.pyl
123
120
  - vendor/depot_tools/bootstrap/gclient.bat
124
- - vendor/depot_tools/bootstrap/util.py
125
- - vendor/depot_tools/bootstrap/virtualenv/.gitignore
126
- - vendor/depot_tools/bootstrap/virtualenv/.travis.yml
127
- - vendor/depot_tools/bootstrap/virtualenv/AUTHORS.txt
128
- - vendor/depot_tools/bootstrap/virtualenv/CONTRIBUTING.rst
129
- - vendor/depot_tools/bootstrap/virtualenv/LICENSE.txt
130
- - vendor/depot_tools/bootstrap/virtualenv/MANIFEST.in
131
- - vendor/depot_tools/bootstrap/virtualenv/README.rst
132
- - vendor/depot_tools/bootstrap/virtualenv/bin/rebuild-script.py
133
- - vendor/depot_tools/bootstrap/virtualenv/docs/Makefile
134
- - vendor/depot_tools/bootstrap/virtualenv/docs/changes.rst
135
- - vendor/depot_tools/bootstrap/virtualenv/docs/conf.py
136
- - vendor/depot_tools/bootstrap/virtualenv/docs/development.rst
137
- - vendor/depot_tools/bootstrap/virtualenv/docs/index.rst
138
- - vendor/depot_tools/bootstrap/virtualenv/docs/installation.rst
139
- - vendor/depot_tools/bootstrap/virtualenv/docs/make.bat
140
- - vendor/depot_tools/bootstrap/virtualenv/docs/reference.rst
141
- - vendor/depot_tools/bootstrap/virtualenv/docs/userguide.rst
142
- - vendor/depot_tools/bootstrap/virtualenv/scripts/virtualenv
143
- - vendor/depot_tools/bootstrap/virtualenv/setup.py
144
- - vendor/depot_tools/bootstrap/virtualenv/tests/__init__.py
145
- - vendor/depot_tools/bootstrap/virtualenv/tests/test_activate.sh
146
- - vendor/depot_tools/bootstrap/virtualenv/tests/test_activate_expected.output
147
- - vendor/depot_tools/bootstrap/virtualenv/tests/test_virtualenv.py
148
- - vendor/depot_tools/bootstrap/virtualenv/tests/tox.ini
149
- - vendor/depot_tools/bootstrap/virtualenv/tox.ini
150
- - vendor/depot_tools/bootstrap/virtualenv/virtualenv.py
151
- - vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.bat
152
- - vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.csh
153
- - vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.fish
154
- - vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.ps1
155
- - vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.sh
156
- - vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate_this.py
157
- - vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/deactivate.bat
158
- - vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/distutils-init.py
159
- - vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/distutils.cfg
160
- - vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/site.py
161
- - vendor/depot_tools/bootstrap/virtualenv/virtualenv_support/__init__.py
162
- - vendor/depot_tools/bootstrap/virtualenv/virtualenv_support/pip-6.0-py2.py3-none-any.whl
163
- - vendor/depot_tools/bootstrap/virtualenv/virtualenv_support/setuptools-8.2.1-py2.py3-none-any.whl
164
- - vendor/depot_tools/bootstrap/win/README.google
121
+ - vendor/depot_tools/bootstrap/win/README.md
165
122
  - vendor/depot_tools/bootstrap/win/get_file.js
123
+ - vendor/depot_tools/bootstrap/win/git-bash.template.sh
124
+ - vendor/depot_tools/bootstrap/win/git.template.bat
125
+ - vendor/depot_tools/bootstrap/win/profile.d.python.sh
166
126
  - vendor/depot_tools/bootstrap/win/pylint.new.bat
167
127
  - vendor/depot_tools/bootstrap/win/python276.new.bat
168
128
  - vendor/depot_tools/bootstrap/win/svn.new.bat
@@ -177,6 +137,9 @@ files:
177
137
  - vendor/depot_tools/chrome-update.bat
178
138
  - vendor/depot_tools/chrome-update.py
179
139
  - vendor/depot_tools/chrome_set_ver
140
+ - vendor/depot_tools/cit
141
+ - vendor/depot_tools/cit.bat
142
+ - vendor/depot_tools/cit.py
180
143
  - vendor/depot_tools/clang-format
181
144
  - vendor/depot_tools/clang-format.bat
182
145
  - vendor/depot_tools/clang_format.py
@@ -205,6 +168,30 @@ files:
205
168
  - vendor/depot_tools/fetch
206
169
  - vendor/depot_tools/fetch.bat
207
170
  - vendor/depot_tools/fetch.py
171
+ - vendor/depot_tools/fetch_configs/android.py
172
+ - vendor/depot_tools/fetch_configs/breakpad.py
173
+ - vendor/depot_tools/fetch_configs/chromium.py
174
+ - vendor/depot_tools/fetch_configs/config_util.py
175
+ - vendor/depot_tools/fetch_configs/crashpad.py
176
+ - vendor/depot_tools/fetch_configs/dart.py
177
+ - vendor/depot_tools/fetch_configs/dartino.py
178
+ - vendor/depot_tools/fetch_configs/dartium.py
179
+ - vendor/depot_tools/fetch_configs/depot_tools.py
180
+ - vendor/depot_tools/fetch_configs/gyp.py
181
+ - vendor/depot_tools/fetch_configs/infra.py
182
+ - vendor/depot_tools/fetch_configs/infra_internal.py
183
+ - vendor/depot_tools/fetch_configs/ios.py
184
+ - vendor/depot_tools/fetch_configs/mojo.py
185
+ - vendor/depot_tools/fetch_configs/nacl.py
186
+ - vendor/depot_tools/fetch_configs/naclports.py
187
+ - vendor/depot_tools/fetch_configs/pdfium.py
188
+ - vendor/depot_tools/fetch_configs/skia.py
189
+ - vendor/depot_tools/fetch_configs/skia_buildbot.py
190
+ - vendor/depot_tools/fetch_configs/syzygy.py
191
+ - vendor/depot_tools/fetch_configs/v8.py
192
+ - vendor/depot_tools/fetch_configs/webrtc.py
193
+ - vendor/depot_tools/fetch_configs/webrtc_android.py
194
+ - vendor/depot_tools/fetch_configs/webrtc_ios.py
208
195
  - vendor/depot_tools/fix_encoding.py
209
196
  - vendor/depot_tools/gcl
210
197
  - vendor/depot_tools/gcl.bat
@@ -221,13 +208,14 @@ files:
221
208
  - vendor/depot_tools/git-cache
222
209
  - vendor/depot_tools/git-cherry-pick-upload
223
210
  - vendor/depot_tools/git-cl
224
- - vendor/depot_tools/git-cl-upload-hook
225
211
  - vendor/depot_tools/git-crrev-parse
226
212
  - vendor/depot_tools/git-crsync
227
- - vendor/depot_tools/git-crup
213
+ - vendor/depot_tools/git-drover
214
+ - vendor/depot_tools/git-find-releases
228
215
  - vendor/depot_tools/git-footers
229
216
  - vendor/depot_tools/git-freeze
230
217
  - vendor/depot_tools/git-gs
218
+ - vendor/depot_tools/git-hyper-blame
231
219
  - vendor/depot_tools/git-lkgr
232
220
  - vendor/depot_tools/git-map
233
221
  - vendor/depot_tools/git-map-branches
@@ -263,8 +251,12 @@ files:
263
251
  - vendor/depot_tools/git_cherry_pick_upload.py
264
252
  - vendor/depot_tools/git_cl.py
265
253
  - vendor/depot_tools/git_common.py
254
+ - vendor/depot_tools/git_dates.py
255
+ - vendor/depot_tools/git_drover.py
256
+ - vendor/depot_tools/git_find_releases.py
266
257
  - vendor/depot_tools/git_footers.py
267
258
  - vendor/depot_tools/git_freezer.py
259
+ - vendor/depot_tools/git_hyper_blame.py
268
260
  - vendor/depot_tools/git_map.py
269
261
  - vendor/depot_tools/git_map_branches.py
270
262
  - vendor/depot_tools/git_mark_merge_base.py
@@ -289,6 +281,12 @@ files:
289
281
  - vendor/depot_tools/infra/config/OWNERS
290
282
  - vendor/depot_tools/infra/config/README.md
291
283
  - vendor/depot_tools/infra/config/cq.cfg
284
+ - vendor/depot_tools/infra/config/recipes.cfg
285
+ - vendor/depot_tools/luci_hacks/README.md
286
+ - vendor/depot_tools/luci_hacks/__init__.py
287
+ - vendor/depot_tools/luci_hacks/luci_recipe_run.isolate
288
+ - vendor/depot_tools/luci_hacks/luci_recipe_run.py
289
+ - vendor/depot_tools/luci_hacks/trigger_luci_job.py
292
290
  - vendor/depot_tools/man/html/depot_tools.html
293
291
  - vendor/depot_tools/man/html/depot_tools_tutorial.html
294
292
  - vendor/depot_tools/man/html/git-auto-svn.html
@@ -296,6 +294,7 @@ files:
296
294
  - vendor/depot_tools/man/html/git-drover.html
297
295
  - vendor/depot_tools/man/html/git-footers.html
298
296
  - vendor/depot_tools/man/html/git-freeze.html
297
+ - vendor/depot_tools/man/html/git-hyper-blame.html
299
298
  - vendor/depot_tools/man/html/git-map-branches.html
300
299
  - vendor/depot_tools/man/html/git-map.html
301
300
  - vendor/depot_tools/man/html/git-mark-merge-base.html
@@ -314,6 +313,7 @@ files:
314
313
  - vendor/depot_tools/man/man1/git-drover.1
315
314
  - vendor/depot_tools/man/man1/git-footers.1
316
315
  - vendor/depot_tools/man/man1/git-freeze.1
316
+ - vendor/depot_tools/man/man1/git-hyper-blame.1
317
317
  - vendor/depot_tools/man/man1/git-map-branches.1
318
318
  - vendor/depot_tools/man/man1/git-map.1
319
319
  - vendor/depot_tools/man/man1/git-mark-merge-base.1
@@ -338,6 +338,7 @@ files:
338
338
  - vendor/depot_tools/man/src/_git-drover_desc.helper.txt
339
339
  - vendor/depot_tools/man/src/_git-footers_desc.helper.txt
340
340
  - vendor/depot_tools/man/src/_git-freeze_desc.helper.txt
341
+ - vendor/depot_tools/man/src/_git-hyper-blame_desc.helper.txt
341
342
  - vendor/depot_tools/man/src/_git-map-branches_desc.helper.txt
342
343
  - vendor/depot_tools/man/src/_git-map_desc.helper.txt
343
344
  - vendor/depot_tools/man/src/_git-mark-merge-base_desc.helper.txt
@@ -364,12 +365,18 @@ files:
364
365
  - vendor/depot_tools/man/src/git-cherry-pick-upload.txt
365
366
  - vendor/depot_tools/man/src/git-drover.demo.1.sh
366
367
  - vendor/depot_tools/man/src/git-drover.demo.2.sh
368
+ - vendor/depot_tools/man/src/git-drover.demo.3.sh
369
+ - vendor/depot_tools/man/src/git-drover.demo.4.sh
367
370
  - vendor/depot_tools/man/src/git-drover.demo.common.sh
368
371
  - vendor/depot_tools/man/src/git-drover.txt
369
372
  - vendor/depot_tools/man/src/git-footers.demo.1.sh
370
373
  - vendor/depot_tools/man/src/git-footers.txt
371
374
  - vendor/depot_tools/man/src/git-freeze.demo.1.sh
372
375
  - vendor/depot_tools/man/src/git-freeze.txt
376
+ - vendor/depot_tools/man/src/git-hyper-blame.demo.1.sh
377
+ - vendor/depot_tools/man/src/git-hyper-blame.demo.2.sh
378
+ - vendor/depot_tools/man/src/git-hyper-blame.demo.common.sh
379
+ - vendor/depot_tools/man/src/git-hyper-blame.txt
373
380
  - vendor/depot_tools/man/src/git-map-branches.demo.1.sh
374
381
  - vendor/depot_tools/man/src/git-map-branches.txt
375
382
  - vendor/depot_tools/man/src/git-map.demo.1.sh
@@ -407,27 +414,100 @@ files:
407
414
  - vendor/depot_tools/pylint
408
415
  - vendor/depot_tools/pylint.py
409
416
  - vendor/depot_tools/pylintrc
410
- - vendor/depot_tools/python_git_runner.sh
411
- - vendor/depot_tools/recipes/android.py
412
- - vendor/depot_tools/recipes/blink.py
413
- - vendor/depot_tools/recipes/chromium.py
414
- - vendor/depot_tools/recipes/dart.py
415
- - vendor/depot_tools/recipes/dartium.py
416
- - vendor/depot_tools/recipes/depot_tools.py
417
- - vendor/depot_tools/recipes/infra.py
418
- - vendor/depot_tools/recipes/infra_internal.py
419
- - vendor/depot_tools/recipes/ios.py
420
- - vendor/depot_tools/recipes/mojo.py
421
- - vendor/depot_tools/recipes/nacl.py
422
- - vendor/depot_tools/recipes/naclports.py
423
- - vendor/depot_tools/recipes/pdfium.py
424
- - vendor/depot_tools/recipes/recipe_util.py
425
- - vendor/depot_tools/recipes/skia.py
426
- - vendor/depot_tools/recipes/skia_buildbot.py
427
- - vendor/depot_tools/recipes/v8.py
428
- - vendor/depot_tools/recipes/webrtc.py
429
- - vendor/depot_tools/recipes/webrtc_android.py
430
- - vendor/depot_tools/recipes/webrtc_ios.py
417
+ - vendor/depot_tools/python_runner.sh
418
+ - vendor/depot_tools/recipe_modules/bot_update/__init__.py
419
+ - vendor/depot_tools/recipe_modules/bot_update/api.py
420
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/basic.json
421
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_output_manifest.json
422
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_with_branch_heads.json
423
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/clobber.json
424
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/forced.json
425
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/gerrit_no_reset.json
426
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/no_shallow.json
427
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/off.json
428
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/reset_root_solution_revision.json
429
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/svn_mode.json
430
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange.json
431
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2.json
432
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob.json
433
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail.json
434
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json
435
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json
436
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle.json
437
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8.json
438
+ - vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json
439
+ - vendor/depot_tools/recipe_modules/bot_update/example.py
440
+ - vendor/depot_tools/recipe_modules/bot_update/resources/__init__.py
441
+ - vendor/depot_tools/recipe_modules/bot_update/resources/bot_update.py
442
+ - vendor/depot_tools/recipe_modules/bot_update/test_api.py
443
+ - vendor/depot_tools/recipe_modules/depot_tools/__init__.py
444
+ - vendor/depot_tools/recipe_modules/depot_tools/api.py
445
+ - vendor/depot_tools/recipe_modules/gclient/__init__.py
446
+ - vendor/depot_tools/recipe_modules/gclient/api.py
447
+ - vendor/depot_tools/recipe_modules/gclient/config.py
448
+ - vendor/depot_tools/recipe_modules/gclient/example.expected/basic.json
449
+ - vendor/depot_tools/recipe_modules/gclient/example.expected/revision.json
450
+ - vendor/depot_tools/recipe_modules/gclient/example.expected/tryserver.json
451
+ - vendor/depot_tools/recipe_modules/gclient/example.py
452
+ - vendor/depot_tools/recipe_modules/gclient/test_api.py
453
+ - vendor/depot_tools/recipe_modules/git/__init__.py
454
+ - vendor/depot_tools/recipe_modules/git/api.py
455
+ - vendor/depot_tools/recipe_modules/git/example.expected/basic.json
456
+ - vendor/depot_tools/recipe_modules/git/example.expected/basic_branch.json
457
+ - vendor/depot_tools/recipe_modules/git/example.expected/basic_file_name.json
458
+ - vendor/depot_tools/recipe_modules/git/example.expected/basic_hash.json
459
+ - vendor/depot_tools/recipe_modules/git/example.expected/basic_ref.json
460
+ - vendor/depot_tools/recipe_modules/git/example.expected/basic_submodule_update_force.json
461
+ - vendor/depot_tools/recipe_modules/git/example.expected/can_fail_build.json
462
+ - vendor/depot_tools/recipe_modules/git/example.expected/cannot_fail_build.json
463
+ - vendor/depot_tools/recipe_modules/git/example.expected/cat-file_test.json
464
+ - vendor/depot_tools/recipe_modules/git/example.expected/count-objects_delta.json
465
+ - vendor/depot_tools/recipe_modules/git/example.expected/count-objects_failed.json
466
+ - vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output.json
467
+ - vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json
468
+ - vendor/depot_tools/recipe_modules/git/example.expected/curl_trace_file.json
469
+ - vendor/depot_tools/recipe_modules/git/example.expected/platform_win.json
470
+ - vendor/depot_tools/recipe_modules/git/example.expected/rebase_failed.json
471
+ - vendor/depot_tools/recipe_modules/git/example.expected/remote_not_origin.json
472
+ - vendor/depot_tools/recipe_modules/git/example.expected/set_got_revision.json
473
+ - vendor/depot_tools/recipe_modules/git/example.py
474
+ - vendor/depot_tools/recipe_modules/git/resources/git_setup.py
475
+ - vendor/depot_tools/recipe_modules/git/test_api.py
476
+ - vendor/depot_tools/recipe_modules/git_cl/__init__.py
477
+ - vendor/depot_tools/recipe_modules/git_cl/api.py
478
+ - vendor/depot_tools/recipe_modules/git_cl/config.py
479
+ - vendor/depot_tools/recipe_modules/git_cl/example.expected/basic.json
480
+ - vendor/depot_tools/recipe_modules/git_cl/example.py
481
+ - vendor/depot_tools/recipe_modules/infra_paths/__init__.py
482
+ - vendor/depot_tools/recipe_modules/infra_paths/api.py
483
+ - vendor/depot_tools/recipe_modules/infra_paths/example.expected/basic.json
484
+ - vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_linux.json
485
+ - vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_mac.json
486
+ - vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_win.json
487
+ - vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_linux.json
488
+ - vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_mac.json
489
+ - vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_win.json
490
+ - vendor/depot_tools/recipe_modules/infra_paths/example.py
491
+ - vendor/depot_tools/recipe_modules/infra_paths/path_config.py
492
+ - vendor/depot_tools/recipe_modules/presubmit/__init__.py
493
+ - vendor/depot_tools/recipe_modules/presubmit/api.py
494
+ - vendor/depot_tools/recipe_modules/presubmit/example.expected/basic.json
495
+ - vendor/depot_tools/recipe_modules/presubmit/example.py
496
+ - vendor/depot_tools/recipe_modules/rietveld/__init__.py
497
+ - vendor/depot_tools/recipe_modules/rietveld/api.py
498
+ - vendor/depot_tools/recipe_modules/rietveld/example.expected/basic.json
499
+ - vendor/depot_tools/recipe_modules/rietveld/example.py
500
+ - vendor/depot_tools/recipe_modules/tryserver/__init__.py
501
+ - vendor/depot_tools/recipe_modules/tryserver/api.py
502
+ - vendor/depot_tools/recipe_modules/tryserver/example.expected/with_git_patch.json
503
+ - vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch.json
504
+ - vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json
505
+ - vendor/depot_tools/recipe_modules/tryserver/example.expected/with_svn_patch.json
506
+ - vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json
507
+ - vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json
508
+ - vendor/depot_tools/recipe_modules/tryserver/example.py
509
+ - vendor/depot_tools/recipe_modules/tryserver/test_api.py
510
+ - vendor/depot_tools/recipes.py
431
511
  - vendor/depot_tools/repo
432
512
  - vendor/depot_tools/rietveld.py
433
513
  - vendor/depot_tools/roll-dep
@@ -437,6 +517,7 @@ files:
437
517
  - vendor/depot_tools/roll_dep.py
438
518
  - vendor/depot_tools/roll_dep_svn.py
439
519
  - vendor/depot_tools/scm.py
520
+ - vendor/depot_tools/setup_color.py
440
521
  - vendor/depot_tools/subcommand.py
441
522
  - vendor/depot_tools/subprocess2.py
442
523
  - vendor/depot_tools/support/chromite_wrapper
@@ -602,11 +683,11 @@ files:
602
683
  - vendor/depot_tools/third_party/cq_client/OWNERS
603
684
  - vendor/depot_tools/third_party/cq_client/README.md
604
685
  - vendor/depot_tools/third_party/cq_client/__init__.py
686
+ - vendor/depot_tools/third_party/cq_client/cq.pb.go
605
687
  - vendor/depot_tools/third_party/cq_client/cq.proto
606
688
  - vendor/depot_tools/third_party/cq_client/cq_pb2.py
607
- - vendor/depot_tools/third_party/cq_client/test/cq_example.cfg
608
- - vendor/depot_tools/third_party/cq_client/test/validate_config_test.py
609
- - vendor/depot_tools/third_party/cq_client/validate_config.py
689
+ - vendor/depot_tools/third_party/cq_client/testdata/cq_gerrit.cfg
690
+ - vendor/depot_tools/third_party/cq_client/testdata/cq_rietveld.cfg
610
691
  - vendor/depot_tools/third_party/fancy_urllib/README
611
692
  - vendor/depot_tools/third_party/fancy_urllib/__init__.py
612
693
  - vendor/depot_tools/third_party/gsutil/CHECKSUM
@@ -901,7 +982,6 @@ files:
901
982
  - vendor/depot_tools/win_toolchain/README.md
902
983
  - vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py
903
984
  - vendor/depot_tools/win_toolchain/package_from_installed.py
904
- - vendor/depot_tools/win_toolchain/toolchain2013.py
905
985
  - vendor/depot_tools/wtf
906
986
  - vendor/depot_tools/zsh-goodies/README
907
987
  - vendor/depot_tools/zsh-goodies/_gclient
@@ -921,12 +1001,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
921
1001
  version: '0'
922
1002
  required_rubygems_version: !ruby/object:Gem::Requirement
923
1003
  requirements:
924
- - - ">="
1004
+ - - ">"
925
1005
  - !ruby/object:Gem::Version
926
- version: '0'
1006
+ version: 1.3.1
927
1007
  requirements: []
928
1008
  rubyforge_project: libv8
929
- rubygems_version: 2.2.2
1009
+ rubygems_version: 2.6.4
930
1010
  signing_key:
931
1011
  specification_version: 4
932
1012
  summary: Distribution of the V8 JavaScript engine