diff options
Diffstat (limited to 'www/chromium/files/patch-content_browser_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-content_browser_BUILD.gn | 41 |
1 files changed, 9 insertions, 32 deletions
diff --git a/www/chromium/files/patch-content_browser_BUILD.gn b/www/chromium/files/patch-content_browser_BUILD.gn index 3a46edf862b1..e8e0cbfdbd31 100644 --- a/www/chromium/files/patch-content_browser_BUILD.gn +++ b/www/chromium/files/patch-content_browser_BUILD.gn @@ -1,8 +1,8 @@ ---- content/browser/BUILD.gn.orig 2017-09-05 21:05:18.000000000 +0200 -+++ content/browser/BUILD.gn 2017-09-06 19:35:15.088548000 +0200 -@@ -1599,11 +1599,6 @@ - "memory/memory_monitor_chromeos.cc", - "memory/memory_monitor_chromeos.h", +--- content/browser/BUILD.gn.orig 2017-12-15 02:04:16.000000000 +0100 ++++ content/browser/BUILD.gn 2017-12-30 02:42:45.654369000 +0100 +@@ -1674,11 +1674,6 @@ + "tracing/cros_tracing_agent.cc", + "tracing/cros_tracing_agent.h", ] - } else { - sources += [ @@ -11,20 +11,12 @@ - ] } - if (!is_win) { -@@ -1672,7 +1667,7 @@ - - # Desktop screen capture implementations, conditionally built depending on - # the available implementations for each platform. -- if (is_linux || is_mac || is_win) { -+ if (is_linux || is_bsd || is_mac || is_win) { - defines += [ "ENABLE_SCREEN_CAPTURE=1" ] - sources += [ - "media/capture/cursor_renderer.cc", -@@ -2039,6 +2034,17 @@ + if (is_fuchsia) { +@@ -2123,6 +2118,17 @@ + deps += [ "//chromeos", "//chromeos:power_manager_proto", - ] ++ ] + } else if (is_bsd) { + sources -= [ + "zygote_host/zygote_communication_linux.cc", @@ -35,21 +27,6 @@ + "../zygote/zygote_linux.cc", + "../zygote/zygote_linux.h", + "../zygote/zygote_main_linux.cc", -+ ] - } - - if (use_aura) { -@@ -2148,11 +2154,11 @@ ] } -- if (is_linux && use_dbus) { -+ if ((is_linux || is_bsd) && use_dbus) { - deps += [ "//dbus" ] - } - -- if (is_linux) { -+ if (is_linux || is_bsd) { - deps += [ "//third_party/boringssl" ] - } - |