[TOOLS] gclient: exclude everything but not "microsoft_dxheaders"
This commit is contained in:
@@ -39,6 +39,28 @@ echo >>../.gclient " \"url\" : '$CHR_SOURCE@$VERSION_SHA',"
|
||||
echo >>../.gclient " \"deps_file\" : 'DEPS',"
|
||||
echo >>../.gclient " \"managed\" : True,"
|
||||
echo >>../.gclient " \"custom_deps\" : {"
|
||||
|
||||
# for windows
|
||||
# exclude everything but not "microsoft_dxheaders"
|
||||
echo >>../.gclient " \"src/third_party/apache-windows-arm64\": None,"
|
||||
echo >>../.gclient " \"src/third_party/updater/chrome_win_x86\": None,"
|
||||
echo >>../.gclient " \"src/third_party/updater/chrome_win_x86_64\": None,"
|
||||
echo >>../.gclient " \"src/third_party/updater/chromium_win_x86\": None,"
|
||||
echo >>../.gclient " \"src/third_party/updater/chromium_win_x86_64\": None,"
|
||||
echo >>../.gclient " \"src/third_party/gperf\": None,"
|
||||
echo >>../.gclient " \"src/third_party/lighttpd\": None,"
|
||||
echo >>../.gclient " \"src/third_party/lzma_sdk/bin/host_platform\": None,"
|
||||
echo >>../.gclient " \"src/third_party/lzma_sdk/bin/win64\": None,"
|
||||
echo >>../.gclient " \"src/third_party/perl\": None,"
|
||||
echo >>../.gclient " \"src/tools/skia_goldctl/win\": None,"
|
||||
echo >>../.gclient " \"src/third_party/screen-ai/windows_amd64\": None,"
|
||||
echo >>../.gclient " \"src/third_party/screen-ai/windows_386\": None,"
|
||||
echo >>../.gclient " \"ciopfs_linux\": None,"
|
||||
echo >>../.gclient " \"win_toolchain\": None,"
|
||||
echo >>../.gclient " \"rc_win\": None,"
|
||||
echo >>../.gclient " \"rc_linux\": None,"
|
||||
echo >>../.gclient " \"apache_win32\": None,"
|
||||
|
||||
echo >>../.gclient " },"
|
||||
echo >>../.gclient " \"custom_vars\": {"
|
||||
echo >>../.gclient " \"checkout_android_prebuilts_build_tools\": True,"
|
||||
@@ -47,7 +69,7 @@ echo >>../.gclient " \"codesearch\": 'Debug',"
|
||||
echo >>../.gclient " },"
|
||||
echo >>../.gclient " },"
|
||||
echo >>../.gclient "]"
|
||||
echo >>../.gclient "target_os=['android']"
|
||||
echo >>../.gclient "target_os=['android','win']"
|
||||
|
||||
git submodule foreach git config -f ./.git/config submodule.$name.ignore all
|
||||
git config --add remote.origin.fetch '+refs/tags/*:refs/tags/*'
|
||||
|
||||
Reference in New Issue
Block a user