diff options
Diffstat (limited to 'www/chromium/files/patch-content_app_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_app_BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-content_app_BUILD.gn b/www/chromium/files/patch-content_app_BUILD.gn index e2919490114d..aedfaaae5770 100644 --- a/www/chromium/files/patch-content_app_BUILD.gn +++ b/www/chromium/files/patch-content_app_BUILD.gn @@ -1,6 +1,6 @@ ---- content/app/BUILD.gn.orig 2025-05-05 10:57:53 UTC +--- content/app/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ content/app/BUILD.gn -@@ -90,9 +90,9 @@ source_set("content_main_runner_app") { +@@ -91,9 +91,9 @@ source_set("content_main_runner_app") { "//third_party/tflite:buildflags", "//tools/v8_context_snapshot:buildflags", ] @@ -12,4 +12,4 @@ +# } } - source_set("app") { + if (is_android && enable_javaless_renderers) { |