diff options
Diffstat (limited to 'devel/electron4/files/patch-content_browser_BUILD.gn')
-rw-r--r-- | devel/electron4/files/patch-content_browser_BUILD.gn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/electron4/files/patch-content_browser_BUILD.gn b/devel/electron4/files/patch-content_browser_BUILD.gn new file mode 100644 index 000000000000..441879f3d2de --- /dev/null +++ b/devel/electron4/files/patch-content_browser_BUILD.gn @@ -0,0 +1,14 @@ +--- content/browser/BUILD.gn.orig 2019-03-15 06:37:19 UTC ++++ content/browser/BUILD.gn +@@ -1817,11 +1817,6 @@ jumbo_source_set("browser") { + "tracing/cros_tracing_agent.cc", + "tracing/cros_tracing_agent.h", + ] +- } else { +- sources += [ +- "memory/memory_monitor_linux.cc", +- "memory/memory_monitor_linux.h", +- ] + } + + if (is_chromeos || is_android || is_chromecast) { |