@@ -34,8 +34,7 @@ const zlibIgnore = `!/third_party/zlib
34
34
exports . v8Deps = [
35
35
{
36
36
name : 'trace_event' ,
37
- repo : 'v8/base/trace_event/common' ,
38
- path : 'base/trace_event/common' ,
37
+ repo : 'base/trace_event/common' ,
39
38
gitignore : {
40
39
match : '/base\n' ,
41
40
replace : ''
@@ -44,8 +43,7 @@ exports.v8Deps = [
44
43
} ,
45
44
{
46
45
name : 'gtest' ,
47
- repo : 'v8/testing/gtest' ,
48
- path : 'testing/gtest' ,
46
+ repo : 'testing/gtest' ,
49
47
gitignore : {
50
48
match : '/testing/gtest' ,
51
49
replace : gtestReplace
@@ -55,22 +53,19 @@ exports.v8Deps = [
55
53
} ,
56
54
{
57
55
name : 'jinja2' ,
58
- repo : 'v8/third_party/jinja2' ,
59
- path : 'third_party/jinja2' ,
56
+ repo : 'third_party/jinja2' ,
60
57
gitignore : '!/third_party/jinja2' ,
61
58
since : 56
62
59
} ,
63
60
{
64
61
name : 'markupsafe' ,
65
- repo : 'v8/third_party/markupsafe' ,
66
- path : 'third_party/markupsafe' ,
62
+ repo : 'third_party/markupsafe' ,
67
63
gitignore : '!/third_party/markupsafe' ,
68
64
since : 56
69
65
} ,
70
66
{
71
67
name : 'googletest' ,
72
- repo : 'v8/third_party/googletest/src' ,
73
- path : 'third_party/googletest/src' ,
68
+ repo : 'third_party/googletest/src' ,
74
69
gitignore : {
75
70
match : '/third_party/googletest/src' ,
76
71
replace : googleTestReplace
@@ -79,8 +74,7 @@ exports.v8Deps = [
79
74
} ,
80
75
{
81
76
name : 'zlib' ,
82
- repo : 'v8/third_party/zlib' ,
83
- path : 'third_party/zlib' ,
77
+ repo : 'third_party/zlib' ,
84
78
gitignore : zlibIgnore ,
85
79
since : 80
86
80
}
0 commit comments