diff --git a/package.json b/package.json index 83d0751b1b..2016f91956 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,8 @@ "cibuild-windows": "rm -Rf node_mdules && python ./script/cibuild --target_arch=x64", "cibuild-windows-ia32": "rm -Rf node_mdules && python ./script/cibuild --target_arch=ia32", "test": "python ./script/test.py", - "browser-build": "npm run build && rsync -avz --delete out/D/Brave.app ../browser-laptop/node_modules/electron-prebuilt/dist/" + "browser-build": "npm run build && rsync -avz --delete out/D/Brave.app ../browser-laptop/node_modules/electron-prebuilt/dist/", + "libchromium-build": "../libchromiumcontent/script/bootstrap && ../libchromiumcontent/script/update && ../libchromiumcontent/script/build && ../libchromiumcontent/script/create-dist", + "libchromium-bootstrap": "./script/bootstrap.py -v --libcc_source_path ../libchromiumcontent/dist/main/src --libcc_shared_library_path ../libchromiumcontent/dist/main/shared_library --libcc_static_library_path ../libchromiumcontent/dist/main/static_library" } }