形式
Diff
投稿日時
2021-02-02 18:59
公開期間
無期限
  1. diff --git a/BUILD.gn b/BUILD.gn
  2. index ed22479622..c42477c3db 100644
  3. --- a/BUILD.gn
  4. +++ b/BUILD.gn
  5. @@ -100,7 +100,7 @@ config("skia_private") {
  6. # Any code that's linked into Skia-the-library should use this config via += skia_library_configs.
  7. config("skia_library") {
  8. - visibility = [ ":*" ]
  9. + # visibility = [ ":*" ]
  10. defines = [ "SKIA_IMPLEMENTATION=1" ]
  11. }
  12. diff --git a/gn/toolchain/BUILD.gn b/gn/toolchain/BUILD.gn
  13. index 8029086eff..b0ead2e222 100644
  14. --- a/gn/toolchain/BUILD.gn
  15. +++ b/gn/toolchain/BUILD.gn
  16. @@ -86,7 +86,7 @@ toolchain("msvc") {
  17. if (target_cpu == "x86") {
  18. # Toolchain asset includes a script that configures for x86 building.
  19. # We don't support x86 builds with local MSVC installations.
  20. - env_setup = "$shell $win_sdk/bin/SetEnv.cmd /x86 && "
  21. + # env_setup = "$shell $win_sdk/bin/SetEnv.cmd /x86 && "
  22. } else if (target_cpu == "arm64") {
  23. # ARM64 compiler is incomplete - it relies on DLLs located in the host toolchain directory.
  24. env_setup = "$shell set \"PATH=%PATH%;$win_vc\\Tools\\MSVC\\$win_toolchain_version\\bin\\HostX64\\x64\" && "
  25. @@ -379,13 +379,13 @@ template("gcc_like_toolchain") {
  26. tool("copy") {
  27. cp_py = rebase_path("../cp.py")
  28. - command = "python \"$cp_py\" {{source}} {{output}}"
  29. + command = "$shell python \"$cp_py\" {{source}} {{output}}"
  30. description = "copy {{source}} {{output}}"
  31. }
  32. tool("copy_bundle_data") {
  33. cp_py = rebase_path("../cp.py")
  34. - command = "python \"$cp_py\" {{source}} {{output}}"
  35. + command = "$shell python \"$cp_py\" {{source}} {{output}}"
  36. description = "copy_bundle_data {{source}} {{output}}"
  37. }
ダウンロード 印刷用表示

このコピペの URL

JavaScript での埋め込み

iframe での埋め込み

元のテキスト