diff --git a/lib/update-v8/constants.js b/lib/update-v8/constants.js index 6d46541f..d82c0ee3 100644 --- a/lib/update-v8/constants.js +++ b/lib/update-v8/constants.js @@ -76,5 +76,11 @@ export const v8Deps = [ repo: 'third_party/zlib', gitignore: zlibIgnore, since: 80 + }, + { + name: 'ittapi', + repo: 'third_party/ittapi', + gitignore: '!/third_party/ittapi', + since: 81 } ];