libv8 5.2.361.43.1 → 5.3.332.38.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 +1 -0
- data/CHANGELOG.md +4 -0
- data/README.md +1 -0
- data/Rakefile +4 -4
- data/ext/libv8/paths.rb +1 -1
- data/lib/libv8/version.rb +1 -1
- data/libv8.gemspec +1 -1
- data/patches/0001-Build-a-standalone-static-library.patch +4 -4
- data/patches/0002-Don-t-compile-unnecessary-stuff.patch +4 -4
- data/patches/0003-Use-the-fPIC-flag-for-the-static-library.patch +4 -4
- data/patches/0004-Reinterpret-thread-hash-for-FreeBSD-too.patch +8 -8
- data/spec/location_spec.rb +1 -1
- data/vendor/depot_tools/README.gclient.md +67 -0
- data/vendor/depot_tools/README.git-cl.md +112 -0
- data/vendor/depot_tools/README.md +50 -36
- data/vendor/depot_tools/bootstrap/win/README.md +5 -5
- data/vendor/depot_tools/bootstrap/win/git_bootstrap.py +203 -0
- data/vendor/depot_tools/bootstrap/win/git_version.txt +1 -0
- data/vendor/depot_tools/bootstrap/win/git_version_bleeding_edge.txt +1 -0
- data/vendor/depot_tools/bootstrap/win/win_tools.bat +1 -148
- data/vendor/depot_tools/cit.py +27 -21
- data/vendor/depot_tools/codereview.settings +1 -1
- data/vendor/depot_tools/cpplint.py +1 -1
- data/vendor/depot_tools/fix_encoding.py +1 -1
- data/vendor/depot_tools/gclient.py +4 -3
- data/vendor/depot_tools/gclient_scm.py +20 -9
- data/vendor/depot_tools/gclient_utils.py +84 -13
- data/vendor/depot_tools/gerrit_util.py +1 -1
- data/vendor/depot_tools/git_cl.py +374 -218
- data/vendor/depot_tools/git_cl_completion.sh +34 -0
- data/vendor/depot_tools/git_common.py +11 -7
- data/vendor/depot_tools/infra/config/OWNERS +1 -0
- data/vendor/depot_tools/infra/config/cq.cfg +3 -12
- data/vendor/depot_tools/infra/config/recipes.cfg +1 -1
- data/vendor/depot_tools/presubmit_canned_checks.py +4 -2
- data/vendor/depot_tools/presubmit_support.py +26 -40
- data/vendor/depot_tools/recipe_modules/bot_update/api.py +31 -11
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/apply_gerrit_ref.json +26 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_output_manifest.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_with_branch_heads.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/clobber.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/forced.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/gerrit_no_rebase_patch_ref.json +44 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/gerrit_no_reset.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/no_shallow.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/off.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/reset_root_solution_revision.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json +3 -3
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json +1 -1
- data/vendor/depot_tools/recipe_modules/bot_update/example.py +35 -18
- data/vendor/depot_tools/recipe_modules/bot_update/resources/apply_gerrit.py +33 -0
- data/vendor/depot_tools/recipe_modules/bot_update/resources/bot_update.py +45 -76
- data/vendor/depot_tools/recipe_modules/bot_update/test_api.py +13 -18
- data/vendor/depot_tools/recipe_modules/cipd/__init__.py +10 -0
- data/vendor/depot_tools/recipe_modules/cipd/api.py +244 -0
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/basic.json +445 -0
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/describe-failed.json +128 -0
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/describe-many-instances.json +453 -0
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/install-failed.json +31 -0
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/mac64.json +445 -0
- data/vendor/depot_tools/recipe_modules/cipd/example.expected/win64.json +445 -0
- data/vendor/depot_tools/recipe_modules/cipd/example.py +115 -0
- data/vendor/depot_tools/recipe_modules/cipd/resources/bootstrap.py +218 -0
- data/vendor/depot_tools/recipe_modules/cipd/test_api.py +102 -0
- data/vendor/depot_tools/recipe_modules/gclient/api.py +34 -53
- data/vendor/depot_tools/recipe_modules/gclient/config.py +22 -128
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/basic.json +44 -6
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/revision.json +44 -6
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/tryserver.json +44 -17
- data/vendor/depot_tools/recipe_modules/gclient/example.py +1 -1
- data/vendor/depot_tools/recipe_modules/gclient/test_api.py +4 -9
- data/vendor/depot_tools/recipe_modules/git/api.py +25 -7
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic.json +3 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_branch.json +3 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_file_name.json +3 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_hash.json +3 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_ref.json +3 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_submodule_update_force.json +3 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/can_fail_build.json +3 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/cannot_fail_build.json +3 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/cat-file_test.json +3 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_delta.json +3 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_failed.json +3 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output.json +3 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json +3 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/curl_trace_file.json +2 -1
- data/vendor/depot_tools/recipe_modules/git/example.expected/git-cache-checkout.json +41 -3
- data/vendor/depot_tools/recipe_modules/git/example.expected/platform_win.json +7 -1
- data/vendor/depot_tools/recipe_modules/git/example.expected/rebase_failed.json +3 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/remote_not_origin.json +3 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/set_got_revision.json +3 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json +4 -1
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json +4 -1
- data/vendor/depot_tools/recipes.py +8 -2
- data/vendor/depot_tools/roll-dep-svn.bat +10 -10
- data/vendor/depot_tools/roll_dep.py +0 -1
- data/vendor/depot_tools/third_party/upload.py +1 -25
- data/vendor/depot_tools/upload_to_google_storage.py +1 -1
- metadata +24 -32
- data/release/armhf-linux/Vagrantfile +0 -97
- data/release/armhf-linux/initrd.img +0 -0
- data/release/armhf-linux/vmlinuz +0 -0
- data/release/x86-linux/Vagrantfile +0 -85
- data/release/x86_64-freebsd-10/Vagrantfile +0 -88
- data/release/x86_64-linux/Vagrantfile +0 -85
- data/vendor/depot_tools/README.codereview +0 -99
- data/vendor/depot_tools/README.gclient +0 -82
- data/vendor/depot_tools/README.git-cl +0 -52
- data/vendor/depot_tools/chrome-update-create-task.bat +0 -52
- data/vendor/depot_tools/chrome-update.bat +0 -5
- data/vendor/depot_tools/chrome-update.py +0 -91
- data/vendor/depot_tools/create-chromium-git-src +0 -200
- data/vendor/depot_tools/drover +0 -25
- data/vendor/depot_tools/drover.bat +0 -9
- data/vendor/depot_tools/drover.py +0 -648
- data/vendor/depot_tools/gcl +0 -8
- data/vendor/depot_tools/gcl.bat +0 -6
- data/vendor/depot_tools/gcl.py +0 -1523
- data/vendor/depot_tools/git-try +0 -9
- data/vendor/depot_tools/git_try.py +0 -76
- data/vendor/depot_tools/luci_hacks/README.md +0 -35
- data/vendor/depot_tools/luci_hacks/__init__.py +0 -0
- data/vendor/depot_tools/luci_hacks/luci_recipe_run.isolate +0 -12
- data/vendor/depot_tools/luci_hacks/luci_recipe_run.py +0 -81
- data/vendor/depot_tools/luci_hacks/trigger_luci_job.py +0 -128
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/svn_mode.json +0 -59
- data/vendor/depot_tools/trychange.py +0 -1265
@@ -16,12 +16,47 @@
|
|
16
16
|
"git",
|
17
17
|
"retry",
|
18
18
|
"cache",
|
19
|
-
"
|
19
|
+
"populate",
|
20
20
|
"-c",
|
21
|
-
"[GIT_CACHE]"
|
21
|
+
"[GIT_CACHE]",
|
22
|
+
"https://chromium.googlesource.com/chromium/src.git"
|
23
|
+
],
|
24
|
+
"cwd": "[SLAVE_BUILD]/src",
|
25
|
+
"env": {
|
26
|
+
"PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
|
27
|
+
},
|
28
|
+
"name": "populate cache"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"cmd": [
|
32
|
+
"git",
|
33
|
+
"cache",
|
34
|
+
"exists",
|
35
|
+
"--quiet",
|
36
|
+
"--cache-dir",
|
37
|
+
"[GIT_CACHE]",
|
38
|
+
"https://chromium.googlesource.com/chromium/src.git"
|
39
|
+
],
|
40
|
+
"cwd": "[SLAVE_BUILD]/src",
|
41
|
+
"env": {
|
42
|
+
"PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
|
43
|
+
},
|
44
|
+
"name": "git cache",
|
45
|
+
"stdout": "/path/to/tmp/"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"cmd": [
|
49
|
+
"git",
|
50
|
+
"remote",
|
51
|
+
"set-url",
|
52
|
+
"origin",
|
53
|
+
"mirror_dir"
|
22
54
|
],
|
23
55
|
"cwd": "[SLAVE_BUILD]/src",
|
24
|
-
"
|
56
|
+
"env": {
|
57
|
+
"PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
|
58
|
+
},
|
59
|
+
"name": "git remote"
|
25
60
|
},
|
26
61
|
{
|
27
62
|
"cmd": [
|
@@ -33,6 +68,9 @@
|
|
33
68
|
"--recurse-submodules"
|
34
69
|
],
|
35
70
|
"cwd": "[SLAVE_BUILD]/src",
|
71
|
+
"env": {
|
72
|
+
"PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
|
73
|
+
},
|
36
74
|
"name": "git fetch"
|
37
75
|
},
|
38
76
|
{
|
@@ -1,7 +1,10 @@
|
|
1
1
|
[
|
2
2
|
{
|
3
3
|
"cmd": [
|
4
|
-
"
|
4
|
+
"python",
|
5
|
+
"-u",
|
6
|
+
"RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
|
7
|
+
"--verbose"
|
5
8
|
],
|
6
9
|
"cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
|
7
10
|
"name": "ensure git tooling on windows",
|
@@ -31,6 +34,9 @@
|
|
31
34
|
"--recurse-submodules"
|
32
35
|
],
|
33
36
|
"cwd": "[SLAVE_BUILD]\\src",
|
37
|
+
"env": {
|
38
|
+
"PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s"
|
39
|
+
},
|
34
40
|
"name": "git fetch"
|
35
41
|
},
|
36
42
|
{
|
@@ -1,7 +1,10 @@
|
|
1
1
|
[
|
2
2
|
{
|
3
3
|
"cmd": [
|
4
|
-
"
|
4
|
+
"python",
|
5
|
+
"-u",
|
6
|
+
"RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
|
7
|
+
"--verbose"
|
5
8
|
],
|
6
9
|
"cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
|
7
10
|
"name": "ensure git tooling on windows",
|
@@ -1,7 +1,10 @@
|
|
1
1
|
[
|
2
2
|
{
|
3
3
|
"cmd": [
|
4
|
-
"
|
4
|
+
"python",
|
5
|
+
"-u",
|
6
|
+
"RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py",
|
7
|
+
"--verbose"
|
5
8
|
],
|
6
9
|
"cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
|
7
10
|
"name": "ensure git tooling on windows",
|
@@ -51,11 +51,17 @@ def parse_protobuf(fh):
|
|
51
51
|
Returns:
|
52
52
|
A recursive dictionary of lists.
|
53
53
|
"""
|
54
|
-
def parse_atom(text):
|
54
|
+
def parse_atom(field, text):
|
55
55
|
if text == 'true':
|
56
56
|
return True
|
57
57
|
if text == 'false':
|
58
58
|
return False
|
59
|
+
|
60
|
+
# repo_type is an enum. Since it does not have quotes,
|
61
|
+
# invoking literal_eval would fail.
|
62
|
+
if field == 'repo_type':
|
63
|
+
return text
|
64
|
+
|
59
65
|
return ast.literal_eval(text)
|
60
66
|
|
61
67
|
ret = {}
|
@@ -63,7 +69,7 @@ def parse_protobuf(fh):
|
|
63
69
|
line = line.strip()
|
64
70
|
m = re.match(r'(\w+)\s*:\s*(.*)', line)
|
65
71
|
if m:
|
66
|
-
ret.setdefault(m.group(1), []).append(parse_atom(m.group(2)))
|
72
|
+
ret.setdefault(m.group(1), []).append(parse_atom(m.group(1), m.group(2)))
|
67
73
|
continue
|
68
74
|
|
69
75
|
m = re.match(r'(\w+)\s*{', line)
|
@@ -1,10 +1,10 @@
|
|
1
|
-
@echo off
|
2
|
-
:: Copyright (c) 2012 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 is required with cygwin only.
|
7
|
-
PATH=%~dp0;%PATH%
|
8
|
-
|
9
|
-
:: Defer control.
|
10
|
-
%~dp0python "%~dp0\roll_dep_svn.py" %*
|
1
|
+
@echo off
|
2
|
+
:: Copyright (c) 2012 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 is required with cygwin only.
|
7
|
+
PATH=%~dp0;%PATH%
|
8
|
+
|
9
|
+
:: Defer control.
|
10
|
+
%~dp0python "%~dp0\roll_dep_svn.py" %*
|
@@ -632,10 +632,6 @@ group = parser.add_option_group("Patch options")
|
|
632
632
|
group.add_option("-i", "--issue", type="int", action="store",
|
633
633
|
metavar="ISSUE", default=None,
|
634
634
|
help="Issue number to which to add. Defaults to new issue.")
|
635
|
-
group.add_option("--base_url", action="store", dest="base_url", default=None,
|
636
|
-
help="Base URL path for files (listed as \"Base URL\" when "
|
637
|
-
"viewing issue). If omitted, will be guessed automatically "
|
638
|
-
"for SVN repos and left blank for others.")
|
639
635
|
group.add_option("--target_ref", action="store", dest="target_ref",
|
640
636
|
default=None,
|
641
637
|
help="The target ref that is transitively tracked by the "
|
@@ -2373,19 +2369,7 @@ def RealMain(argv, data=None):
|
|
2373
2369
|
|
2374
2370
|
vcs = GuessVCS(options)
|
2375
2371
|
|
2376
|
-
|
2377
|
-
if isinstance(vcs, SubversionVCS):
|
2378
|
-
# Guessing the base field is only supported for Subversion.
|
2379
|
-
# Note: Fetching base files may become deprecated in future releases.
|
2380
|
-
guessed_base = vcs.GuessBase(options.download_base)
|
2381
|
-
if base:
|
2382
|
-
if guessed_base and base != guessed_base:
|
2383
|
-
print("Using base URL \"%s\" from --base_url instead of \"%s\"" %
|
2384
|
-
(base, guessed_base))
|
2385
|
-
else:
|
2386
|
-
base = guessed_base
|
2387
|
-
|
2388
|
-
if not base and options.download_base:
|
2372
|
+
if options.download_base:
|
2389
2373
|
options.download_base = True
|
2390
2374
|
LOGGER.info("Enabled upload of base file")
|
2391
2375
|
if not options.assume_yes:
|
@@ -2408,14 +2392,6 @@ def RealMain(argv, data=None):
|
|
2408
2392
|
repo_guid = vcs.GetGUID()
|
2409
2393
|
if repo_guid:
|
2410
2394
|
form_fields.append(("repo_guid", repo_guid))
|
2411
|
-
if base:
|
2412
|
-
b = urlparse.urlparse(base)
|
2413
|
-
username, netloc = urllib.splituser(b.netloc)
|
2414
|
-
if username:
|
2415
|
-
LOGGER.info("Removed username from base URL")
|
2416
|
-
base = urlparse.urlunparse((b.scheme, netloc, b.path, b.params,
|
2417
|
-
b.query, b.fragment))
|
2418
|
-
form_fields.append(("base", base))
|
2419
2395
|
if options.issue:
|
2420
2396
|
form_fields.append(("issue", str(options.issue)))
|
2421
2397
|
if options.email:
|
@@ -123,7 +123,7 @@ def get_targets(args, parser, use_null_terminator):
|
|
123
123
|
parser.error('Missing target.')
|
124
124
|
|
125
125
|
if len(args) == 1 and args[0] == '-':
|
126
|
-
# Take stdin as a newline or null
|
126
|
+
# Take stdin as a newline or null separated list of files.
|
127
127
|
if use_null_terminator:
|
128
128
|
return sys.stdin.read().split('\0')
|
129
129
|
else:
|
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: 5.
|
4
|
+
version: 5.3.332.38.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: 2016-
|
11
|
+
date: 2016-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -90,12 +90,6 @@ files:
|
|
90
90
|
- patches/0003-Use-the-fPIC-flag-for-the-static-library.patch
|
91
91
|
- patches/0004-Reinterpret-thread-hash-for-FreeBSD-too.patch
|
92
92
|
- patches/mingw-generate-makefiles.sh
|
93
|
-
- release/armhf-linux/Vagrantfile
|
94
|
-
- release/armhf-linux/initrd.img
|
95
|
-
- release/armhf-linux/vmlinuz
|
96
|
-
- release/x86-linux/Vagrantfile
|
97
|
-
- release/x86_64-freebsd-10/Vagrantfile
|
98
|
-
- release/x86_64-linux/Vagrantfile
|
99
93
|
- spec/compiler/apple_llvm_spec.rb
|
100
94
|
- spec/compiler/clang_spec.rb
|
101
95
|
- spec/compiler/gcc_spec.rb
|
@@ -110,9 +104,8 @@ files:
|
|
110
104
|
- vendor/depot_tools/LICENSE
|
111
105
|
- vendor/depot_tools/OWNERS
|
112
106
|
- vendor/depot_tools/PRESUBMIT.py
|
113
|
-
- vendor/depot_tools/README.
|
114
|
-
- vendor/depot_tools/README.
|
115
|
-
- vendor/depot_tools/README.git-cl
|
107
|
+
- vendor/depot_tools/README.gclient.md
|
108
|
+
- vendor/depot_tools/README.git-cl.md
|
116
109
|
- vendor/depot_tools/README.md
|
117
110
|
- vendor/depot_tools/README.testing
|
118
111
|
- vendor/depot_tools/WATCHLISTS
|
@@ -126,6 +119,9 @@ files:
|
|
126
119
|
- vendor/depot_tools/bootstrap/win/get_file.js
|
127
120
|
- vendor/depot_tools/bootstrap/win/git-bash.template.sh
|
128
121
|
- vendor/depot_tools/bootstrap/win/git.template.bat
|
122
|
+
- vendor/depot_tools/bootstrap/win/git_bootstrap.py
|
123
|
+
- vendor/depot_tools/bootstrap/win/git_version.txt
|
124
|
+
- vendor/depot_tools/bootstrap/win/git_version_bleeding_edge.txt
|
129
125
|
- vendor/depot_tools/bootstrap/win/profile.d.python.sh
|
130
126
|
- vendor/depot_tools/bootstrap/win/pylint.new.bat
|
131
127
|
- vendor/depot_tools/bootstrap/win/python276.new.bat
|
@@ -137,9 +133,6 @@ files:
|
|
137
133
|
- vendor/depot_tools/buildbucket.py
|
138
134
|
- vendor/depot_tools/cbuildbot
|
139
135
|
- vendor/depot_tools/checkout.py
|
140
|
-
- vendor/depot_tools/chrome-update-create-task.bat
|
141
|
-
- vendor/depot_tools/chrome-update.bat
|
142
|
-
- vendor/depot_tools/chrome-update.py
|
143
136
|
- vendor/depot_tools/chrome_set_ver
|
144
137
|
- vendor/depot_tools/cit
|
145
138
|
- vendor/depot_tools/cit.bat
|
@@ -154,7 +147,6 @@ files:
|
|
154
147
|
- vendor/depot_tools/cpplint.bat
|
155
148
|
- vendor/depot_tools/cpplint.py
|
156
149
|
- vendor/depot_tools/cpplint_chromium.py
|
157
|
-
- vendor/depot_tools/create-chromium-git-src
|
158
150
|
- vendor/depot_tools/create-ntfs-junction.c
|
159
151
|
- vendor/depot_tools/create-ntfs-junction.exe
|
160
152
|
- vendor/depot_tools/cros
|
@@ -166,9 +158,6 @@ files:
|
|
166
158
|
- vendor/depot_tools/download_from_google_storage
|
167
159
|
- vendor/depot_tools/download_from_google_storage.bat
|
168
160
|
- vendor/depot_tools/download_from_google_storage.py
|
169
|
-
- vendor/depot_tools/drover
|
170
|
-
- vendor/depot_tools/drover.bat
|
171
|
-
- vendor/depot_tools/drover.py
|
172
161
|
- vendor/depot_tools/fetch
|
173
162
|
- vendor/depot_tools/fetch.bat
|
174
163
|
- vendor/depot_tools/fetch.py
|
@@ -198,9 +187,6 @@ files:
|
|
198
187
|
- vendor/depot_tools/fetch_configs/webrtc_android.py
|
199
188
|
- vendor/depot_tools/fetch_configs/webrtc_ios.py
|
200
189
|
- vendor/depot_tools/fix_encoding.py
|
201
|
-
- vendor/depot_tools/gcl
|
202
|
-
- vendor/depot_tools/gcl.bat
|
203
|
-
- vendor/depot_tools/gcl.py
|
204
190
|
- vendor/depot_tools/gclient
|
205
191
|
- vendor/depot_tools/gclient-new-workdir.py
|
206
192
|
- vendor/depot_tools/gclient.bat
|
@@ -248,12 +234,12 @@ files:
|
|
248
234
|
- vendor/depot_tools/git-templates/hooks/prepare-commit-msg
|
249
235
|
- vendor/depot_tools/git-templates/info/exclude
|
250
236
|
- vendor/depot_tools/git-thaw
|
251
|
-
- vendor/depot_tools/git-try
|
252
237
|
- vendor/depot_tools/git-upstream-diff
|
253
238
|
- vendor/depot_tools/git_auto_svn.py
|
254
239
|
- vendor/depot_tools/git_cache.py
|
255
240
|
- vendor/depot_tools/git_cherry_pick_upload.py
|
256
241
|
- vendor/depot_tools/git_cl.py
|
242
|
+
- vendor/depot_tools/git_cl_completion.sh
|
257
243
|
- vendor/depot_tools/git_common.py
|
258
244
|
- vendor/depot_tools/git_dates.py
|
259
245
|
- vendor/depot_tools/git_drover.py
|
@@ -272,7 +258,6 @@ files:
|
|
272
258
|
- vendor/depot_tools/git_reparent_branch.py
|
273
259
|
- vendor/depot_tools/git_retry.py
|
274
260
|
- vendor/depot_tools/git_squash_branch.py
|
275
|
-
- vendor/depot_tools/git_try.py
|
276
261
|
- vendor/depot_tools/git_upstream_diff.py
|
277
262
|
- vendor/depot_tools/gn
|
278
263
|
- vendor/depot_tools/gn.bat
|
@@ -283,11 +268,6 @@ files:
|
|
283
268
|
- vendor/depot_tools/infra/config/README.md
|
284
269
|
- vendor/depot_tools/infra/config/cq.cfg
|
285
270
|
- vendor/depot_tools/infra/config/recipes.cfg
|
286
|
-
- vendor/depot_tools/luci_hacks/README.md
|
287
|
-
- vendor/depot_tools/luci_hacks/__init__.py
|
288
|
-
- vendor/depot_tools/luci_hacks/luci_recipe_run.isolate
|
289
|
-
- vendor/depot_tools/luci_hacks/luci_recipe_run.py
|
290
|
-
- vendor/depot_tools/luci_hacks/trigger_luci_job.py
|
291
271
|
- vendor/depot_tools/man/html/depot_tools.html
|
292
272
|
- vendor/depot_tools/man/html/depot_tools_tutorial.html
|
293
273
|
- vendor/depot_tools/man/html/git-auto-svn.html
|
@@ -418,16 +398,17 @@ files:
|
|
418
398
|
- vendor/depot_tools/python_runner.sh
|
419
399
|
- vendor/depot_tools/recipe_modules/bot_update/__init__.py
|
420
400
|
- vendor/depot_tools/recipe_modules/bot_update/api.py
|
401
|
+
- vendor/depot_tools/recipe_modules/bot_update/example.expected/apply_gerrit_ref.json
|
421
402
|
- vendor/depot_tools/recipe_modules/bot_update/example.expected/basic.json
|
422
403
|
- vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_output_manifest.json
|
423
404
|
- vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_with_branch_heads.json
|
424
405
|
- vendor/depot_tools/recipe_modules/bot_update/example.expected/clobber.json
|
425
406
|
- vendor/depot_tools/recipe_modules/bot_update/example.expected/forced.json
|
407
|
+
- vendor/depot_tools/recipe_modules/bot_update/example.expected/gerrit_no_rebase_patch_ref.json
|
426
408
|
- vendor/depot_tools/recipe_modules/bot_update/example.expected/gerrit_no_reset.json
|
427
409
|
- vendor/depot_tools/recipe_modules/bot_update/example.expected/no_shallow.json
|
428
410
|
- vendor/depot_tools/recipe_modules/bot_update/example.expected/off.json
|
429
411
|
- vendor/depot_tools/recipe_modules/bot_update/example.expected/reset_root_solution_revision.json
|
430
|
-
- vendor/depot_tools/recipe_modules/bot_update/example.expected/svn_mode.json
|
431
412
|
- vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange.json
|
432
413
|
- vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2.json
|
433
414
|
- vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob.json
|
@@ -439,8 +420,20 @@ files:
|
|
439
420
|
- vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json
|
440
421
|
- vendor/depot_tools/recipe_modules/bot_update/example.py
|
441
422
|
- vendor/depot_tools/recipe_modules/bot_update/resources/__init__.py
|
423
|
+
- vendor/depot_tools/recipe_modules/bot_update/resources/apply_gerrit.py
|
442
424
|
- vendor/depot_tools/recipe_modules/bot_update/resources/bot_update.py
|
443
425
|
- vendor/depot_tools/recipe_modules/bot_update/test_api.py
|
426
|
+
- vendor/depot_tools/recipe_modules/cipd/__init__.py
|
427
|
+
- vendor/depot_tools/recipe_modules/cipd/api.py
|
428
|
+
- vendor/depot_tools/recipe_modules/cipd/example.expected/basic.json
|
429
|
+
- vendor/depot_tools/recipe_modules/cipd/example.expected/describe-failed.json
|
430
|
+
- vendor/depot_tools/recipe_modules/cipd/example.expected/describe-many-instances.json
|
431
|
+
- vendor/depot_tools/recipe_modules/cipd/example.expected/install-failed.json
|
432
|
+
- vendor/depot_tools/recipe_modules/cipd/example.expected/mac64.json
|
433
|
+
- vendor/depot_tools/recipe_modules/cipd/example.expected/win64.json
|
434
|
+
- vendor/depot_tools/recipe_modules/cipd/example.py
|
435
|
+
- vendor/depot_tools/recipe_modules/cipd/resources/bootstrap.py
|
436
|
+
- vendor/depot_tools/recipe_modules/cipd/test_api.py
|
444
437
|
- vendor/depot_tools/recipe_modules/depot_tools/__init__.py
|
445
438
|
- vendor/depot_tools/recipe_modules/depot_tools/api.py
|
446
439
|
- vendor/depot_tools/recipe_modules/depot_tools/example.expected/basic.json
|
@@ -978,7 +971,6 @@ files:
|
|
978
971
|
- vendor/depot_tools/third_party/six/README.chromium
|
979
972
|
- vendor/depot_tools/third_party/six/__init__.py
|
980
973
|
- vendor/depot_tools/third_party/upload.py
|
981
|
-
- vendor/depot_tools/trychange.py
|
982
974
|
- vendor/depot_tools/update_depot_tools
|
983
975
|
- vendor/depot_tools/update_depot_tools.bat
|
984
976
|
- vendor/depot_tools/upload_to_google_storage.py
|
@@ -1010,9 +1002,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1010
1002
|
version: '0'
|
1011
1003
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1012
1004
|
requirements:
|
1013
|
-
- - "
|
1005
|
+
- - ">"
|
1014
1006
|
- !ruby/object:Gem::Version
|
1015
|
-
version:
|
1007
|
+
version: 1.3.1
|
1016
1008
|
requirements: []
|
1017
1009
|
rubyforge_project: libv8
|
1018
1010
|
rubygems_version: 2.5.1
|