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.
- checksums.yaml +4 -4
- data/.travis.yml +45 -19
- data/CHANGELOG.md +14 -0
- data/README.md +30 -15
- data/Rakefile +7 -6
- data/ext/libv8/arch.rb +5 -4
- data/ext/libv8/builder.rb +25 -19
- data/ext/libv8/compiler.rb +6 -33
- data/ext/libv8/location.rb +7 -8
- data/lib/libv8/version.rb +1 -1
- data/libv8.gemspec +1 -1
- data/patches/build-standalone-static-library.patch +14 -0
- data/patches/disable-building-tests.patch +48 -10
- data/patches/fPIC-for-static.patch +3 -3
- data/release/x86-linux/Vagrantfile +8 -4
- data/release/x86_64-freebsd10/Vagrantfile +86 -0
- data/release/x86_64-linux/Vagrantfile +8 -4
- data/spec/compiler_spec.rb +5 -29
- data/spec/support/compiler_helpers.rb +2 -4
- data/vendor/depot_tools/.gitignore +15 -3
- data/vendor/depot_tools/OWNERS +2 -2
- data/vendor/depot_tools/PRESUBMIT.py +4 -2
- data/vendor/depot_tools/WATCHLISTS +6 -0
- data/vendor/depot_tools/apply_issue.py +70 -38
- data/vendor/depot_tools/bootstrap/win/README.md +66 -0
- data/vendor/depot_tools/bootstrap/win/git-bash.template.sh +12 -0
- data/vendor/depot_tools/bootstrap/win/git.template.bat +5 -0
- data/vendor/depot_tools/bootstrap/win/profile.d.python.sh +20 -0
- data/vendor/depot_tools/bootstrap/win/win_tools.bat +96 -45
- data/vendor/depot_tools/breakpad.py +6 -141
- data/vendor/depot_tools/buildbucket.py +45 -31
- data/vendor/depot_tools/cbuildbot +1 -0
- data/vendor/depot_tools/checkout.py +2 -1
- data/vendor/depot_tools/chrome_set_ver +1 -0
- data/vendor/depot_tools/cit +8 -0
- data/vendor/depot_tools/cit.bat +11 -0
- data/vendor/depot_tools/cit.py +120 -0
- data/vendor/depot_tools/codereview.settings +0 -2
- data/vendor/depot_tools/commit_queue +1 -5
- data/vendor/depot_tools/commit_queue.bat +1 -4
- data/vendor/depot_tools/commit_queue.py +78 -29
- data/vendor/depot_tools/cpplint.py +22 -14
- data/vendor/depot_tools/cros +1 -0
- data/vendor/depot_tools/cros_sdk +1 -0
- data/vendor/depot_tools/depot-tools-auth.py +3 -3
- data/vendor/depot_tools/download_from_google_storage.py +101 -21
- data/vendor/depot_tools/drover.py +2 -3
- data/vendor/depot_tools/fetch.py +31 -27
- data/vendor/depot_tools/{recipes → fetch_configs}/android.py +4 -4
- data/vendor/depot_tools/fetch_configs/breakpad.py +45 -0
- data/vendor/depot_tools/{recipes → fetch_configs}/chromium.py +3 -3
- data/vendor/depot_tools/{recipes/recipe_util.py → fetch_configs/config_util.py} +3 -3
- data/vendor/depot_tools/fetch_configs/crashpad.py +41 -0
- data/vendor/depot_tools/{recipes → fetch_configs}/dart.py +3 -3
- data/vendor/depot_tools/{recipes/pdfium.py → fetch_configs/dartino.py} +14 -13
- data/vendor/depot_tools/{recipes → fetch_configs}/dartium.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/depot_tools.py +3 -3
- data/vendor/depot_tools/fetch_configs/gyp.py +42 -0
- data/vendor/depot_tools/{recipes → fetch_configs}/infra.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/infra_internal.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/ios.py +4 -4
- data/vendor/depot_tools/{recipes → fetch_configs}/mojo.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/nacl.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/naclports.py +3 -3
- data/vendor/depot_tools/fetch_configs/pdfium.py +40 -0
- data/vendor/depot_tools/{recipes → fetch_configs}/skia.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/skia_buildbot.py +3 -3
- data/vendor/depot_tools/fetch_configs/syzygy.py +41 -0
- data/vendor/depot_tools/{recipes → fetch_configs}/v8.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/webrtc.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/webrtc_android.py +4 -4
- data/vendor/depot_tools/{recipes → fetch_configs}/webrtc_ios.py +4 -4
- data/vendor/depot_tools/fix_encoding.py +6 -6
- data/vendor/depot_tools/gcl.py +11 -21
- data/vendor/depot_tools/gclient +10 -0
- data/vendor/depot_tools/gclient-new-workdir.py +7 -38
- data/vendor/depot_tools/gclient.bat +2 -2
- data/vendor/depot_tools/gclient.py +85 -65
- data/vendor/depot_tools/gclient_scm.py +83 -10
- data/vendor/depot_tools/gclient_utils.py +5 -1
- data/vendor/depot_tools/gerrit_util.py +243 -26
- data/vendor/depot_tools/git-auto-svn +1 -1
- data/vendor/depot_tools/git-cache +1 -1
- data/vendor/depot_tools/git-cherry-pick-upload +1 -1
- data/vendor/depot_tools/git-cl +1 -1
- data/vendor/depot_tools/git-drover +6 -0
- data/vendor/depot_tools/git-find-releases +6 -0
- data/vendor/depot_tools/git-footers +1 -1
- data/vendor/depot_tools/git-freeze +1 -1
- data/vendor/depot_tools/git-gs +1 -1
- data/vendor/depot_tools/git-hyper-blame +6 -0
- data/vendor/depot_tools/git-map +1 -1
- data/vendor/depot_tools/git-map-branches +1 -1
- data/vendor/depot_tools/git-mark-merge-base +1 -1
- data/vendor/depot_tools/git-nav-downstream +1 -1
- data/vendor/depot_tools/git-new-branch +1 -1
- data/vendor/depot_tools/git-number +1 -1
- data/vendor/depot_tools/git-rebase-update +1 -1
- data/vendor/depot_tools/git-rename-branch +1 -1
- data/vendor/depot_tools/git-reparent-branch +1 -1
- data/vendor/depot_tools/git-retry +1 -1
- data/vendor/depot_tools/git-squash-branch +1 -1
- data/vendor/depot_tools/git-thaw +1 -1
- data/vendor/depot_tools/git-try +1 -1
- data/vendor/depot_tools/git-upstream-diff +1 -1
- data/vendor/depot_tools/git_auto_svn.py +24 -6
- data/vendor/depot_tools/git_cache.py +74 -27
- data/vendor/depot_tools/git_cl.py +2118 -747
- data/vendor/depot_tools/git_common.py +100 -6
- data/vendor/depot_tools/git_dates.py +62 -0
- data/vendor/depot_tools/git_drover.py +424 -0
- data/vendor/depot_tools/git_find_releases.py +65 -0
- data/vendor/depot_tools/git_footers.py +42 -0
- data/vendor/depot_tools/git_hyper_blame.py +391 -0
- data/vendor/depot_tools/git_map_branches.py +8 -6
- data/vendor/depot_tools/git_new_branch.py +6 -1
- data/vendor/depot_tools/git_rebase_update.py +56 -16
- data/vendor/depot_tools/git_reparent_branch.py +13 -0
- data/vendor/depot_tools/git_try.py +0 -2
- data/vendor/depot_tools/gsutil.py +51 -20
- data/vendor/depot_tools/infra/config/OWNERS +3 -1
- data/vendor/depot_tools/infra/config/cq.cfg +7 -3
- data/vendor/depot_tools/infra/config/recipes.cfg +9 -0
- data/vendor/depot_tools/luci_hacks/README.md +35 -0
- data/vendor/depot_tools/{bootstrap/virtualenv/tests → luci_hacks}/__init__.py +0 -0
- data/vendor/depot_tools/luci_hacks/luci_recipe_run.isolate +12 -0
- data/vendor/depot_tools/luci_hacks/luci_recipe_run.py +81 -0
- data/vendor/depot_tools/luci_hacks/trigger_luci_job.py +128 -0
- data/vendor/depot_tools/man/html/depot_tools.html +9 -1
- data/vendor/depot_tools/man/html/depot_tools_tutorial.html +4 -4
- data/vendor/depot_tools/man/html/git-drover.html +191 -35
- data/vendor/depot_tools/man/html/git-hyper-blame.html +878 -0
- data/vendor/depot_tools/man/html/git-rebase-update.html +9 -4
- data/vendor/depot_tools/man/man1/git-drover.1 +189 -36
- data/vendor/depot_tools/man/man1/git-hyper-blame.1 +128 -0
- data/vendor/depot_tools/man/man1/git-rebase-update.1 +8 -6
- data/vendor/depot_tools/man/man7/depot_tools.7 +9 -4
- data/vendor/depot_tools/man/src/_git-hyper-blame_desc.helper.txt +1 -0
- data/vendor/depot_tools/man/src/common_demo_functions.sh +5 -0
- data/vendor/depot_tools/man/src/depot_tools_tutorial.txt +1 -1
- data/vendor/depot_tools/man/src/git-drover.demo.1.sh +11 -16
- data/vendor/depot_tools/man/src/git-drover.demo.3.sh +27 -0
- data/vendor/depot_tools/man/src/git-drover.demo.4.sh +39 -0
- data/vendor/depot_tools/man/src/git-drover.txt +49 -3
- data/vendor/depot_tools/man/src/git-hyper-blame.demo.1.sh +3 -0
- data/vendor/depot_tools/man/src/git-hyper-blame.demo.2.sh +4 -0
- data/vendor/depot_tools/man/src/git-hyper-blame.demo.common.sh +57 -0
- data/vendor/depot_tools/man/src/git-hyper-blame.txt +85 -0
- data/vendor/depot_tools/man/src/git-rebase-update.txt +5 -1
- data/vendor/depot_tools/my_activity.py +6 -21
- data/vendor/depot_tools/ninja +2 -2
- data/vendor/depot_tools/ninja-linux32 +0 -0
- data/vendor/depot_tools/ninja-linux64 +0 -0
- data/vendor/depot_tools/ninja-mac +0 -0
- data/vendor/depot_tools/ninja.exe +0 -0
- data/vendor/depot_tools/presubmit_canned_checks.py +83 -69
- data/vendor/depot_tools/presubmit_support.py +126 -42
- data/vendor/depot_tools/pylint.py +5 -1
- data/vendor/depot_tools/python_runner.sh +55 -0
- data/vendor/depot_tools/recipe_modules/bot_update/__init__.py +32 -0
- data/vendor/depot_tools/recipe_modules/bot_update/api.py +283 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic.json +56 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_output_manifest.json +63 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_with_branch_heads.json +57 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/clobber.json +44 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/forced.json +57 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/gerrit_no_reset.json +44 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/no_shallow.json +44 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/off.json +43 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/reset_root_solution_revision.json +43 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/svn_mode.json +59 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange.json +58 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2.json +60 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob.json +58 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail.json +60 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json +81 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json +81 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle.json +49 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8.json +61 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json +51 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.py +172 -0
- data/vendor/depot_tools/{bootstrap/virtualenv/virtualenv_support → recipe_modules/bot_update/resources}/__init__.py +0 -0
- data/vendor/depot_tools/recipe_modules/bot_update/resources/bot_update.py +1764 -0
- data/vendor/depot_tools/recipe_modules/bot_update/test_api.py +86 -0
- data/vendor/depot_tools/recipe_modules/depot_tools/__init__.py +3 -0
- data/vendor/depot_tools/recipe_modules/depot_tools/api.py +27 -0
- data/vendor/depot_tools/recipe_modules/gclient/__init__.py +10 -0
- data/vendor/depot_tools/recipe_modules/gclient/api.py +378 -0
- data/vendor/depot_tools/recipe_modules/gclient/config.py +671 -0
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/basic.json +172 -0
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/revision.json +174 -0
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/tryserver.json +185 -0
- data/vendor/depot_tools/recipe_modules/gclient/example.py +100 -0
- data/vendor/depot_tools/recipe_modules/gclient/test_api.py +37 -0
- data/vendor/depot_tools/recipe_modules/git/__init__.py +9 -0
- data/vendor/depot_tools/recipe_modules/git/api.py +377 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic.json +177 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_branch.json +177 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_file_name.json +179 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_hash.json +176 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_ref.json +177 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_submodule_update_force.json +178 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/can_fail_build.json +153 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/cannot_fail_build.json +181 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/cat-file_test.json +199 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_delta.json +250 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_failed.json +181 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output.json +182 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json +102 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/curl_trace_file.json +181 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/platform_win.json +186 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/rebase_failed.json +179 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/remote_not_origin.json +179 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/set_got_revision.json +178 -0
- data/vendor/depot_tools/recipe_modules/git/example.py +147 -0
- data/vendor/depot_tools/recipe_modules/git/resources/git_setup.py +61 -0
- data/vendor/depot_tools/recipe_modules/git/test_api.py +18 -0
- data/vendor/depot_tools/recipe_modules/git_cl/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/git_cl/api.py +25 -0
- data/vendor/depot_tools/recipe_modules/git_cl/config.py +22 -0
- data/vendor/depot_tools/recipe_modules/git_cl/example.expected/basic.json +66 -0
- data/vendor/depot_tools/recipe_modules/git_cl/example.py +41 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/api.py +12 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/basic.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_linux.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_mac.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_win.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_linux.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_mac.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_win.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.py +28 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/path_config.py +45 -0
- data/vendor/depot_tools/recipe_modules/presubmit/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/presubmit/api.py +20 -0
- data/vendor/depot_tools/recipe_modules/presubmit/example.expected/basic.json +18 -0
- data/vendor/depot_tools/recipe_modules/presubmit/example.py +15 -0
- data/vendor/depot_tools/recipe_modules/rietveld/__init__.py +5 -0
- data/vendor/depot_tools/recipe_modules/rietveld/api.py +94 -0
- data/vendor/depot_tools/recipe_modules/rietveld/example.expected/basic.json +30 -0
- data/vendor/depot_tools/recipe_modules/rietveld/example.py +24 -0
- data/vendor/depot_tools/recipe_modules/tryserver/__init__.py +15 -0
- data/vendor/depot_tools/recipe_modules/tryserver/api.py +280 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_git_patch.json +104 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch.json +58 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json +58 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_svn_patch.json +68 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json +43 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json +43 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.py +53 -0
- data/vendor/depot_tools/recipe_modules/tryserver/test_api.py +7 -0
- data/vendor/depot_tools/recipes.py +136 -0
- data/vendor/depot_tools/repo +1 -1
- data/vendor/depot_tools/rietveld.py +46 -15
- data/vendor/depot_tools/roll_dep.py +97 -36
- data/vendor/depot_tools/scm.py +3 -3
- data/vendor/depot_tools/setup_color.py +94 -0
- data/vendor/depot_tools/subprocess2.py +10 -1
- data/vendor/depot_tools/third_party/cq_client/OWNERS +0 -1
- data/vendor/depot_tools/third_party/cq_client/README.md +47 -9
- data/vendor/depot_tools/third_party/cq_client/cq.pb.go +617 -0
- data/vendor/depot_tools/third_party/cq_client/cq.proto +75 -17
- data/vendor/depot_tools/third_party/cq_client/cq_pb2.py +168 -41
- data/vendor/depot_tools/third_party/cq_client/testdata/cq_gerrit.cfg +55 -0
- data/vendor/depot_tools/third_party/cq_client/{test/cq_example.cfg → testdata/cq_rietveld.cfg} +14 -6
- data/vendor/depot_tools/third_party/fancy_urllib/README +5 -4
- data/vendor/depot_tools/third_party/fancy_urllib/__init__.py +114 -52
- data/vendor/depot_tools/third_party/protobuf26/README.chromium +9 -6
- data/vendor/depot_tools/third_party/upload.py +17 -31
- data/vendor/depot_tools/trychange.py +0 -2
- data/vendor/depot_tools/update_depot_tools +29 -11
- data/vendor/depot_tools/update_depot_tools.bat +4 -9
- data/vendor/depot_tools/upload_to_google_storage.py +42 -5
- data/vendor/depot_tools/win_toolchain/OWNERS +1 -0
- data/vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py +227 -52
- data/vendor/depot_tools/win_toolchain/package_from_installed.py +203 -88
- metadata +161 -81
- data/patches/arm/do-not-imply-vfp3-and-armv7.patch +0 -16
- data/patches/arm/do-not-use-vfp2.patch +0 -13
- data/patches/clang51/no-unused-variable.patch +0 -12
- data/vendor/depot_tools/bootstrap/.gitignore +0 -2
- data/vendor/depot_tools/bootstrap/bootstrap.py +0 -234
- data/vendor/depot_tools/bootstrap/deps.pyl +0 -15
- data/vendor/depot_tools/bootstrap/util.py +0 -87
- data/vendor/depot_tools/bootstrap/virtualenv/.gitignore +0 -10
- data/vendor/depot_tools/bootstrap/virtualenv/.travis.yml +0 -28
- data/vendor/depot_tools/bootstrap/virtualenv/AUTHORS.txt +0 -91
- data/vendor/depot_tools/bootstrap/virtualenv/CONTRIBUTING.rst +0 -21
- data/vendor/depot_tools/bootstrap/virtualenv/LICENSE.txt +0 -22
- data/vendor/depot_tools/bootstrap/virtualenv/MANIFEST.in +0 -11
- data/vendor/depot_tools/bootstrap/virtualenv/README.rst +0 -10
- data/vendor/depot_tools/bootstrap/virtualenv/bin/rebuild-script.py +0 -71
- data/vendor/depot_tools/bootstrap/virtualenv/docs/changes.rst +0 -747
- data/vendor/depot_tools/bootstrap/virtualenv/docs/conf.py +0 -149
- data/vendor/depot_tools/bootstrap/virtualenv/docs/development.rst +0 -61
- data/vendor/depot_tools/bootstrap/virtualenv/docs/index.rst +0 -137
- data/vendor/depot_tools/bootstrap/virtualenv/docs/installation.rst +0 -58
- data/vendor/depot_tools/bootstrap/virtualenv/docs/make.bat +0 -170
- data/vendor/depot_tools/bootstrap/virtualenv/docs/reference.rst +0 -256
- data/vendor/depot_tools/bootstrap/virtualenv/docs/userguide.rst +0 -249
- data/vendor/depot_tools/bootstrap/virtualenv/scripts/virtualenv +0 -3
- data/vendor/depot_tools/bootstrap/virtualenv/setup.py +0 -111
- data/vendor/depot_tools/bootstrap/virtualenv/tests/test_activate.sh +0 -94
- data/vendor/depot_tools/bootstrap/virtualenv/tests/test_activate_expected.output +0 -2
- data/vendor/depot_tools/bootstrap/virtualenv/tests/test_virtualenv.py +0 -139
- data/vendor/depot_tools/bootstrap/virtualenv/tests/tox.ini +0 -12
- data/vendor/depot_tools/bootstrap/virtualenv/tox.ini +0 -17
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv.py +0 -2367
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.bat +0 -26
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.csh +0 -42
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.fish +0 -74
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.ps1 +0 -150
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.sh +0 -80
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate_this.py +0 -34
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/deactivate.bat +0 -20
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/distutils-init.py +0 -101
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/distutils.cfg +0 -6
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/site.py +0 -758
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_support/pip-6.0-py2.py3-none-any.whl +0 -0
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_support/setuptools-8.2.1-py2.py3-none-any.whl +0 -0
- data/vendor/depot_tools/bootstrap/win/README.google +0 -16
- data/vendor/depot_tools/cbuildbot +0 -96
- data/vendor/depot_tools/chrome_set_ver +0 -96
- data/vendor/depot_tools/cros +0 -96
- data/vendor/depot_tools/cros_sdk +0 -96
- data/vendor/depot_tools/git-cl-upload-hook +0 -52
- data/vendor/depot_tools/git-crup +0 -45
- data/vendor/depot_tools/python_git_runner.sh +0 -36
- data/vendor/depot_tools/recipes/blink.py +0 -59
- data/vendor/depot_tools/third_party/cq_client/test/validate_config_test.py +0 -52
- data/vendor/depot_tools/third_party/cq_client/validate_config.py +0 -108
- data/vendor/depot_tools/win_toolchain/toolchain2013.py +0 -494
@@ -0,0 +1,147 @@
|
|
1
|
+
# Copyright 2013 The Chromium Authors. All rights reserved.
|
2
|
+
# Use of this source code is governed by a BSD-style license that can be
|
3
|
+
# found in the LICENSE file.
|
4
|
+
|
5
|
+
DEPS = [
|
6
|
+
'git',
|
7
|
+
'recipe_engine/path',
|
8
|
+
'recipe_engine/platform',
|
9
|
+
'recipe_engine/properties',
|
10
|
+
'recipe_engine/raw_io',
|
11
|
+
'recipe_engine/step',
|
12
|
+
]
|
13
|
+
|
14
|
+
|
15
|
+
def RunSteps(api):
|
16
|
+
url = 'https://chromium.googlesource.com/chromium/src.git'
|
17
|
+
|
18
|
+
# git.checkout can optionally dump GIT_CURL_VERBOSE traces to a log file,
|
19
|
+
# useful for debugging git access issues that are reproducible only on bots.
|
20
|
+
curl_trace_file = None
|
21
|
+
if api.properties.get('use_curl_trace'):
|
22
|
+
curl_trace_file = api.path['slave_build'].join('curl_trace.log')
|
23
|
+
|
24
|
+
submodule_update_force = api.properties.get('submodule_update_force', False)
|
25
|
+
submodule_update_recursive = api.properties.get('submodule_update_recursive',
|
26
|
+
True)
|
27
|
+
|
28
|
+
# You can use api.git.checkout to perform all the steps of a safe checkout.
|
29
|
+
retVal = api.git.checkout(
|
30
|
+
url,
|
31
|
+
ref=api.properties.get('revision'),
|
32
|
+
recursive=True,
|
33
|
+
submodule_update_force=submodule_update_force,
|
34
|
+
set_got_revision=api.properties.get('set_got_revision'),
|
35
|
+
curl_trace_file=curl_trace_file,
|
36
|
+
remote_name=api.properties.get('remote_name'),
|
37
|
+
display_fetch_size=api.properties.get('display_fetch_size'),
|
38
|
+
file_name=api.properties.get('checkout_file_name'),
|
39
|
+
submodule_update_recursive=submodule_update_recursive)
|
40
|
+
|
41
|
+
assert retVal == "deadbeef", (
|
42
|
+
"expected retVal to be %r but was %r" % ("deadbeef", retVal))
|
43
|
+
|
44
|
+
# count_objects shows number and size of objects in .git dir.
|
45
|
+
api.git.count_objects(
|
46
|
+
name='count-objects',
|
47
|
+
can_fail_build=api.properties.get('count_objects_can_fail_build'),
|
48
|
+
git_config_options={'foo': 'bar'})
|
49
|
+
|
50
|
+
# Get the remote URL.
|
51
|
+
api.git.get_remote_url(
|
52
|
+
step_test_data=lambda: api.raw_io.test_api.stream_output('foo'))
|
53
|
+
|
54
|
+
api.git.get_timestamp(test_data='foo')
|
55
|
+
|
56
|
+
# You can use api.git.fetch_tags to fetch all tags from the remote
|
57
|
+
api.git.fetch_tags(api.properties.get('remote_name'))
|
58
|
+
|
59
|
+
# If you need to run more arbitrary git commands, you can use api.git itself,
|
60
|
+
# which behaves like api.step(), but automatically sets the name of the step.
|
61
|
+
api.git('status', cwd=api.path['checkout'])
|
62
|
+
|
63
|
+
api.git('status', name='git status can_fail_build',
|
64
|
+
can_fail_build=True)
|
65
|
+
|
66
|
+
api.git('status', name='git status cannot_fail_build',
|
67
|
+
can_fail_build=False)
|
68
|
+
|
69
|
+
# You can use api.git.rebase to rebase the current branch onto another one
|
70
|
+
api.git.rebase(name_prefix='my repo', branch='origin/master',
|
71
|
+
dir_path=api.path['checkout'],
|
72
|
+
remote_name=api.properties.get('remote_name'))
|
73
|
+
|
74
|
+
if api.properties.get('cat_file', None):
|
75
|
+
step_result = api.git.cat_file_at_commit(api.properties['cat_file'],
|
76
|
+
api.properties['revision'],
|
77
|
+
stdout=api.raw_io.output())
|
78
|
+
if 'TestOutput' in step_result.stdout:
|
79
|
+
pass # Success!
|
80
|
+
|
81
|
+
# Bundle the repository.
|
82
|
+
api.git.bundle_create(
|
83
|
+
api.path['slave_build'].join('all.bundle'))
|
84
|
+
|
85
|
+
|
86
|
+
def GenTests(api):
|
87
|
+
yield api.test('basic')
|
88
|
+
yield api.test('basic_ref') + api.properties(revision='refs/foo/bar')
|
89
|
+
yield api.test('basic_branch') + api.properties(revision='refs/heads/testing')
|
90
|
+
yield api.test('basic_hash') + api.properties(
|
91
|
+
revision='abcdef0123456789abcdef0123456789abcdef01')
|
92
|
+
yield api.test('basic_file_name') + api.properties(checkout_file_name='DEPS')
|
93
|
+
yield api.test('basic_submodule_update_force') + api.properties(
|
94
|
+
submodule_update_force=True)
|
95
|
+
|
96
|
+
yield api.test('platform_win') + api.platform.name('win')
|
97
|
+
|
98
|
+
yield api.test('curl_trace_file') + api.properties(
|
99
|
+
revision='refs/foo/bar', use_curl_trace=True)
|
100
|
+
|
101
|
+
yield (
|
102
|
+
api.test('can_fail_build') +
|
103
|
+
api.step_data('git status can_fail_build', retcode=1)
|
104
|
+
)
|
105
|
+
|
106
|
+
yield (
|
107
|
+
api.test('cannot_fail_build') +
|
108
|
+
api.step_data('git status cannot_fail_build', retcode=1)
|
109
|
+
)
|
110
|
+
|
111
|
+
yield (
|
112
|
+
api.test('set_got_revision') +
|
113
|
+
api.properties(set_got_revision=True)
|
114
|
+
)
|
115
|
+
|
116
|
+
yield (
|
117
|
+
api.test('rebase_failed') +
|
118
|
+
api.step_data('my repo rebase', retcode=1)
|
119
|
+
)
|
120
|
+
|
121
|
+
yield api.test('remote_not_origin') + api.properties(remote_name='not_origin')
|
122
|
+
|
123
|
+
yield (
|
124
|
+
api.test('count-objects_delta') +
|
125
|
+
api.properties(display_fetch_size=True))
|
126
|
+
|
127
|
+
yield (
|
128
|
+
api.test('count-objects_failed') +
|
129
|
+
api.step_data('count-objects', retcode=1))
|
130
|
+
|
131
|
+
yield (
|
132
|
+
api.test('count-objects_with_bad_output') +
|
133
|
+
api.step_data(
|
134
|
+
'count-objects',
|
135
|
+
stdout=api.raw_io.output(api.git.count_objects_output('xxx'))))
|
136
|
+
|
137
|
+
yield (
|
138
|
+
api.test('count-objects_with_bad_output_fails_build') +
|
139
|
+
api.step_data(
|
140
|
+
'count-objects',
|
141
|
+
stdout=api.raw_io.output(api.git.count_objects_output('xxx'))) +
|
142
|
+
api.properties(count_objects_can_fail_build=True))
|
143
|
+
yield (
|
144
|
+
api.test('cat-file_test') +
|
145
|
+
api.step_data('git cat-file abcdef12345:TestFile',
|
146
|
+
stdout=api.raw_io.output('TestOutput')) +
|
147
|
+
api.properties(revision='abcdef12345', cat_file='TestFile'))
|
@@ -0,0 +1,61 @@
|
|
1
|
+
#!/usr/bin/env python
|
2
|
+
# Copyright 2013 The Chromium Authors. All rights reserved.
|
3
|
+
# Use of this source code is governed by a BSD-style license that can be
|
4
|
+
# found in the LICENSE file.
|
5
|
+
|
6
|
+
"""This script ensures that a given directory is an initialized git repo."""
|
7
|
+
|
8
|
+
import argparse
|
9
|
+
import logging
|
10
|
+
import os
|
11
|
+
import subprocess
|
12
|
+
import sys
|
13
|
+
|
14
|
+
|
15
|
+
def run_git(git_cmd, *args, **kwargs):
|
16
|
+
"""Runs git with given arguments.
|
17
|
+
|
18
|
+
kwargs are passed through to subprocess.
|
19
|
+
|
20
|
+
If the kwarg 'throw' is provided, this behaves as check_call, otherwise will
|
21
|
+
return git's return value.
|
22
|
+
"""
|
23
|
+
logging.info('Running: %s %s %s', git_cmd, args, kwargs)
|
24
|
+
func = subprocess.check_call if kwargs.pop('throw', True) else subprocess.call
|
25
|
+
return func((git_cmd,)+args, **kwargs)
|
26
|
+
|
27
|
+
|
28
|
+
def main():
|
29
|
+
parser = argparse.ArgumentParser()
|
30
|
+
parser.add_argument('--path', help='Path to prospective git repo.',
|
31
|
+
required=True)
|
32
|
+
parser.add_argument('--url', help='URL of remote to make origin.',
|
33
|
+
required=True)
|
34
|
+
parser.add_argument('--git_cmd_path',
|
35
|
+
help='Path to the git command to run.',
|
36
|
+
default='git')
|
37
|
+
parser.add_argument('--remote', help='Name of the git remote.',
|
38
|
+
default='origin')
|
39
|
+
parser.add_argument('-v', '--verbose', action='store_true')
|
40
|
+
opts = parser.parse_args()
|
41
|
+
|
42
|
+
path = opts.path
|
43
|
+
remote = opts.remote
|
44
|
+
url = opts.url
|
45
|
+
|
46
|
+
logging.getLogger().setLevel(logging.DEBUG if opts.verbose else logging.WARN)
|
47
|
+
|
48
|
+
if not os.path.exists(path):
|
49
|
+
os.makedirs(path)
|
50
|
+
|
51
|
+
if os.path.exists(os.path.join(path, '.git')):
|
52
|
+
run_git(opts.git_cmd_path, 'config', '--remove-section',
|
53
|
+
'remote.%s' % remote, cwd=path)
|
54
|
+
else:
|
55
|
+
run_git(opts.git_cmd_path, 'init', cwd=path)
|
56
|
+
run_git(opts.git_cmd_path, 'remote', 'add', remote, url, cwd=path)
|
57
|
+
return 0
|
58
|
+
|
59
|
+
|
60
|
+
if __name__ == '__main__':
|
61
|
+
sys.exit(main())
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# Copyright 2015 The Chromium Authors. All rights reserved.
|
2
|
+
# Use of this source code is governed by a BSD-style license that can be
|
3
|
+
# found in the LICENSE file.
|
4
|
+
|
5
|
+
from recipe_engine import recipe_test_api
|
6
|
+
|
7
|
+
class GitTestApi(recipe_test_api.RecipeTestApi):
|
8
|
+
def count_objects_output(self, value):
|
9
|
+
return (
|
10
|
+
'count: %s\n'
|
11
|
+
'size: %s\n'
|
12
|
+
'in_pack: %s\n'
|
13
|
+
'packs: %s\n'
|
14
|
+
'size-pack: %s\n'
|
15
|
+
'prune-packable: %s\n'
|
16
|
+
'garbage: %s\n'
|
17
|
+
'size-garbage: %s\n'
|
18
|
+
) % tuple([value] * 8)
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# Copyright 2016 The Chromium Authors. All rights reserved.
|
2
|
+
# Use of this source code is governed by a BSD-style license that can be
|
3
|
+
# found in the LICENSE file.
|
4
|
+
|
5
|
+
from recipe_engine import recipe_api
|
6
|
+
|
7
|
+
class GitClApi(recipe_api.RecipeApi):
|
8
|
+
def __call__(self, subcmd, args, name=None, **kwargs):
|
9
|
+
if not name:
|
10
|
+
name = 'git_cl ' + subcmd
|
11
|
+
if 'cwd' not in kwargs:
|
12
|
+
kwargs['cwd'] = (self.c and self.c.repo_location) or None
|
13
|
+
|
14
|
+
return self.m.step(
|
15
|
+
name, [self.package_repo_resource('git_cl.py')] + args, **kwargs)
|
16
|
+
|
17
|
+
def get_description(self, **kwargs):
|
18
|
+
return self('description', ['-d'], stdout=self.m.raw_io.output(), **kwargs)
|
19
|
+
|
20
|
+
def set_description(self, description, **kwargs):
|
21
|
+
return self(
|
22
|
+
'description', ['-n', '-'],
|
23
|
+
stdout=self.m.raw_io.output(),
|
24
|
+
stdin=self.m.raw_io.input(data=description),
|
25
|
+
name='git_cl set description', **kwargs)
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# Copyright 2013 The Chromium Authors. All rights reserved.
|
2
|
+
# Use of this source code is governed by a BSD-style license that can be
|
3
|
+
# found in the LICENSE file.
|
4
|
+
|
5
|
+
import types
|
6
|
+
|
7
|
+
from recipe_engine.config import config_item_context, ConfigGroup, BadConf
|
8
|
+
from recipe_engine.config import Single
|
9
|
+
from recipe_engine.config_types import Path
|
10
|
+
|
11
|
+
def BaseConfig(**_kwargs):
|
12
|
+
return ConfigGroup(
|
13
|
+
repo_location=Single(Path)
|
14
|
+
)
|
15
|
+
|
16
|
+
config_ctx = config_item_context(BaseConfig)
|
17
|
+
|
18
|
+
@config_ctx()
|
19
|
+
def basic(c):
|
20
|
+
pass
|
21
|
+
|
22
|
+
|
@@ -0,0 +1,66 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"cmd": [
|
4
|
+
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
|
5
|
+
"-d"
|
6
|
+
],
|
7
|
+
"cwd": "[TMP_BASE]/fakee_tmp_1",
|
8
|
+
"name": "git_cl description",
|
9
|
+
"stdout": "/path/to/tmp/"
|
10
|
+
},
|
11
|
+
{
|
12
|
+
"cmd": [
|
13
|
+
"echo",
|
14
|
+
"hi"
|
15
|
+
],
|
16
|
+
"name": "echo"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"cmd": [
|
20
|
+
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
|
21
|
+
"-d"
|
22
|
+
],
|
23
|
+
"cwd": "[TMP_BASE]/fakerepo_tmp_2",
|
24
|
+
"name": "git_cl description (2)",
|
25
|
+
"stdout": "/path/to/tmp/"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"cmd": [
|
29
|
+
"echo",
|
30
|
+
"hey"
|
31
|
+
],
|
32
|
+
"name": "echo (2)"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"cmd": [
|
36
|
+
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
|
37
|
+
"-n",
|
38
|
+
"-"
|
39
|
+
],
|
40
|
+
"cwd": "[TMP_BASE]/fakerepo_tmp_2",
|
41
|
+
"name": "git_cl set description",
|
42
|
+
"stdin": "new description woo",
|
43
|
+
"stdout": "/path/to/tmp/"
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"cmd": [
|
47
|
+
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
|
48
|
+
"-d"
|
49
|
+
],
|
50
|
+
"cwd": "[TMP_BASE]/fakerepo_tmp_2",
|
51
|
+
"name": "git_cl description (3)",
|
52
|
+
"stdout": "/path/to/tmp/"
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"cmd": [
|
56
|
+
"echo",
|
57
|
+
"new description woo"
|
58
|
+
],
|
59
|
+
"name": "echo (3)"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"name": "$result",
|
63
|
+
"recipe_result": null,
|
64
|
+
"status_code": 0
|
65
|
+
}
|
66
|
+
]
|
@@ -0,0 +1,41 @@
|
|
1
|
+
# Copyright 2016 The Chromium Authors. All rights reserved.
|
2
|
+
# Use of this source code is governed by a BSD-style license that can be
|
3
|
+
# found in the LICENSE file.
|
4
|
+
|
5
|
+
from recipe_engine.config_types import Path
|
6
|
+
|
7
|
+
|
8
|
+
DEPS = [
|
9
|
+
'git_cl',
|
10
|
+
'recipe_engine/path',
|
11
|
+
'recipe_engine/raw_io',
|
12
|
+
'recipe_engine/step',
|
13
|
+
]
|
14
|
+
|
15
|
+
|
16
|
+
def RunSteps(api):
|
17
|
+
res = api.git_cl.get_description(cwd=api.path.mkdtemp('fakee'))
|
18
|
+
# Look ma, no hands! (Can pass in the cwd without configuring git_cl).
|
19
|
+
api.step('echo', ['echo', res.stdout])
|
20
|
+
|
21
|
+
api.git_cl.set_config('basic')
|
22
|
+
api.git_cl.c.repo_location = api.path.mkdtemp('fakerepo')
|
23
|
+
|
24
|
+
api.step('echo', ['echo', api.git_cl.get_description().stdout])
|
25
|
+
|
26
|
+
api.git_cl.set_description("new description woo")
|
27
|
+
|
28
|
+
api.step('echo', ['echo', api.git_cl.get_description().stdout])
|
29
|
+
|
30
|
+
def GenTests(api):
|
31
|
+
yield (
|
32
|
+
api.test('basic') +
|
33
|
+
api.override_step_data(
|
34
|
+
'git_cl description', stdout=api.raw_io.output('hi')) +
|
35
|
+
api.override_step_data(
|
36
|
+
'git_cl description (2)', stdout=api.raw_io.output('hey')) +
|
37
|
+
api.override_step_data(
|
38
|
+
'git_cl description (3)', stdout=api.raw_io.output(
|
39
|
+
'new description woo'))
|
40
|
+
)
|
41
|
+
|
@@ -0,0 +1,12 @@
|
|
1
|
+
# Copyright 2016 The Chromium Authors. All rights reserved.
|
2
|
+
# Use of this source code is governed by a BSD-style license that can be
|
3
|
+
# found in the LICENSE file.
|
4
|
+
|
5
|
+
from recipe_engine import recipe_api
|
6
|
+
|
7
|
+
|
8
|
+
class InfraPathsApi(recipe_api.RecipeApi):
|
9
|
+
def initialize(self):
|
10
|
+
# TODO(phajdan.jr): remove dupes from the engine and delete infra_ prefix.
|
11
|
+
self.m.path.set_config(
|
12
|
+
'infra_' + self.m.properties.get('path_config', 'buildbot'))
|