diff options
Diffstat (limited to 'www/chromium/files/patch-content_shell_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_shell_BUILD.gn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-content_shell_BUILD.gn b/www/chromium/files/patch-content_shell_BUILD.gn index f27f00c59ffe..3c10deb11099 100644 --- a/www/chromium/files/patch-content_shell_BUILD.gn +++ b/www/chromium/files/patch-content_shell_BUILD.gn @@ -1,6 +1,6 @@ ---- content/shell/BUILD.gn.orig 2021-01-18 21:28:58 UTC +--- content/shell/BUILD.gn.orig 2021-03-12 23:57:24 UTC +++ content/shell/BUILD.gn -@@ -86,7 +86,7 @@ static_library("content_shell_app") { +@@ -87,7 +87,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", -@@ -266,7 +266,7 @@ static_library("content_shell_lib") { +@@ -267,7 +267,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", -@@ -517,7 +517,7 @@ if (is_android) { +@@ -521,7 +521,7 @@ if (is_android) { } } @@ -27,7 +27,7 @@ data_deps += [ "//third_party/crashpad/crashpad/handler:crashpad_handler" ] } -@@ -801,7 +801,7 @@ group("content_shell_crash_test") { +@@ -805,7 +805,7 @@ group("content_shell_crash_test") { mac_bin_path + "otool", ] } @@ -36,7 +36,7 @@ data += [ "//components/crash/content/tools/generate_breakpad_symbols.py", "//components/crash/content/tools/dmp2minidump.py", -@@ -810,7 +810,7 @@ group("content_shell_crash_test") { +@@ -814,7 +814,7 @@ group("content_shell_crash_test") { if (is_win) { data_deps += [ "//build/win:copy_cdb_to_output" ] } |