blob: 698caaac8c56771a5660ea9524148985bc7438f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- content/browser/BUILD.gn.orig 2018-08-01 00:08:43.000000000 +0200
+++ content/browser/BUILD.gn 2018-08-04 21:53:48.299617000 +0200
@@ -1802,11 +1802,6 @@
"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) {
|