diff options
Diffstat (limited to 'devel/electron36/files/patch-content_app_BUILD.gn')
-rw-r--r-- | devel/electron36/files/patch-content_app_BUILD.gn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/electron36/files/patch-content_app_BUILD.gn b/devel/electron36/files/patch-content_app_BUILD.gn new file mode 100644 index 000000000000..fb56016767dc --- /dev/null +++ b/devel/electron36/files/patch-content_app_BUILD.gn @@ -0,0 +1,15 @@ +--- content/app/BUILD.gn.orig 2025-04-22 20:15:27 UTC ++++ content/app/BUILD.gn +@@ -90,9 +90,9 @@ source_set("content_main_runner_app") { + "//third_party/tflite:buildflags", + "//tools/v8_context_snapshot:buildflags", + ] +- if (build_tflite_with_xnnpack) { +- deps += [ "//third_party/cpuinfo" ] +- } ++# if (build_tflite_with_xnnpack) { ++# deps += [ "//third_party/cpuinfo" ] ++# } + } + + source_set("app") { |