diff options
Diffstat (limited to 'www/chromium/files/patch-content_app_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_app_BUILD.gn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/chromium/files/patch-content_app_BUILD.gn b/www/chromium/files/patch-content_app_BUILD.gn new file mode 100644 index 000000000000..58053dfa8f76 --- /dev/null +++ b/www/chromium/files/patch-content_app_BUILD.gn @@ -0,0 +1,15 @@ +--- content/app/BUILD.gn.orig 2024-07-30 11:12:21 UTC ++++ content/app/BUILD.gn +@@ -96,9 +96,9 @@ source_set("content_main_runner_app") { + "//chromeos/startup:constants", + ] + } +- if (build_tflite_with_xnnpack) { +- deps += [ "//third_party/cpuinfo" ] +- } ++# if (build_tflite_with_xnnpack) { ++# deps += [ "//third_party/cpuinfo" ] ++# } + } + + source_set("app") { |