diff options
Diffstat (limited to 'www/chromium/files/patch-content_shell_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_shell_BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-content_shell_BUILD.gn b/www/chromium/files/patch-content_shell_BUILD.gn index d9240fd207da..e227b01975b5 100644 --- a/www/chromium/files/patch-content_shell_BUILD.gn +++ b/www/chromium/files/patch-content_shell_BUILD.gn @@ -1,4 +1,4 @@ ---- content/shell/BUILD.gn.orig 2021-09-24 04:26:06 UTC +--- content/shell/BUILD.gn.orig 2021-12-31 00:57:33 UTC +++ content/shell/BUILD.gn @@ -90,7 +90,7 @@ static_library("content_shell_app") { "//content/web_test:web_test_renderer", @@ -9,7 +9,7 @@ deps += [ "//components/crash/core/app", "//components/crash/core/app:test_support", -@@ -275,7 +275,7 @@ static_library("content_shell_lib") { +@@ -277,7 +277,7 @@ static_library("content_shell_lib") { if (is_fuchsia) { deps += [ "//third_party/fuchsia-sdk/sdk/fidl/fuchsia.ui.policy" ] @@ -18,7 +18,7 @@ deps += [ "//components/crash/content/browser", "//components/crash/core/app", -@@ -541,7 +541,7 @@ if (is_android) { +@@ -540,7 +540,7 @@ if (is_android) { if (is_win) { data_deps += [ "//third_party/crashpad/crashpad/handler:crashpad_handler" ] |