Compare commits
7 Commits
v99.0.4844
...
v101.0.495
Author | SHA1 | Date | |
---|---|---|---|
|
729ad9b695 | ||
|
ffc028a0e9 | ||
|
20f617fd4a | ||
|
dce1324300 | ||
|
dacc20b60d | ||
|
fe2587d942 | ||
|
bafaa5f167 |
@@ -41,7 +41,7 @@ for current_file in $(cat $PATCH_LIST); do
|
|||||||
if [[ $current_file =~ ^changed/.* ]]; then
|
if [[ $current_file =~ ^changed/.* ]]; then
|
||||||
mv ~/bromite/build/patches-new/$(basename $current_file) ~/bromite/build/patches-new/changed
|
mv ~/bromite/build/patches-new/$(basename $current_file) ~/bromite/build/patches-new/changed
|
||||||
elif [[ $current_file =~ ^contrib/.* ]]; then
|
elif [[ $current_file =~ ^contrib/.* ]]; then
|
||||||
mv ~/bromite/build/patches-new/$(basename $current_file) ~/bromite/build/patches-new/contrib
|
mv ~/bromite/build/patches-new/$(basename $current_file) ~/bromite/build/patches-new/contrib || true
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
@@ -14,7 +14,7 @@ if(getenv("TARGET_CPU") != "") {
|
|||||||
# print("Target " + target_cpu)
|
# print("Target " + target_cpu)
|
||||||
|
|
||||||
enable_kythe_annotations = true
|
enable_kythe_annotations = true
|
||||||
clang_use_chrome_plugins = false
|
# clang_use_chrome_plugins = false
|
||||||
chrome_public_manifest_package = "org.bromite.bromite.dev"
|
chrome_public_manifest_package = "org.bromite.bromite.dev"
|
||||||
|
|
||||||
if(_is_debug_build == "true") {
|
if(_is_debug_build == "true") {
|
||||||
|
@@ -4,6 +4,13 @@
|
|||||||
.githubusercontent.com
|
.githubusercontent.com
|
||||||
.ubuntu.com
|
.ubuntu.com
|
||||||
|
|
||||||
|
# for .net
|
||||||
|
.dot.net
|
||||||
|
dotnet.microsoft.com
|
||||||
|
dotnetcli.azureedge.net
|
||||||
|
aka.ms
|
||||||
|
packages.microsoft.com
|
||||||
|
|
||||||
# for buildeps
|
# for buildeps
|
||||||
#chromium.googlesource.com
|
#chromium.googlesource.com
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user