@@ -34,8 +34,7 @@ const zlibIgnore = `!/third_party/zlib
3434exports . v8Deps  =  [ 
3535  { 
3636    name : 'trace_event' , 
37-     repo : 'v8/base/trace_event/common' , 
38-     path : 'base/trace_event/common' , 
37+     repo : 'base/trace_event/common' , 
3938    gitignore : { 
4039      match : '/base\n' , 
4140      replace : '' 
@@ -44,8 +43,7 @@ exports.v8Deps = [
4443  } , 
4544  { 
4645    name : 'gtest' , 
47-     repo : 'v8/testing/gtest' , 
48-     path : 'testing/gtest' , 
46+     repo : 'testing/gtest' , 
4947    gitignore : { 
5048      match : '/testing/gtest' , 
5149      replace : gtestReplace 
@@ -55,22 +53,19 @@ exports.v8Deps = [
5553  } , 
5654  { 
5755    name : 'jinja2' , 
58-     repo : 'v8/third_party/jinja2' , 
59-     path : 'third_party/jinja2' , 
56+     repo : 'third_party/jinja2' , 
6057    gitignore : '!/third_party/jinja2' , 
6158    since : 56 
6259  } , 
6360  { 
6461    name : 'markupsafe' , 
65-     repo : 'v8/third_party/markupsafe' , 
66-     path : 'third_party/markupsafe' , 
62+     repo : 'third_party/markupsafe' , 
6763    gitignore : '!/third_party/markupsafe' , 
6864    since : 56 
6965  } , 
7066  { 
7167    name : 'googletest' , 
72-     repo : 'v8/third_party/googletest/src' , 
73-     path : 'third_party/googletest/src' , 
68+     repo : 'third_party/googletest/src' , 
7469    gitignore : { 
7570      match : '/third_party/googletest/src' , 
7671      replace : googleTestReplace 
@@ -79,8 +74,7 @@ exports.v8Deps = [
7974  } , 
8075  { 
8176    name : 'zlib' , 
82-     repo : 'v8/third_party/zlib' , 
83-     path : 'third_party/zlib' , 
77+     repo : 'third_party/zlib' , 
8478    gitignore : zlibIgnore , 
8579    since : 80 
8680  } 
0 commit comments