blob: e8628074f2a0e503f441132d3b6860d7fadb6359 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chromecast/browser/BUILD.gn.orig 2016-08-03 22:02:15.000000000 +0300
+++ chromecast/browser/BUILD.gn 2016-09-03 01:39:34.973425000 +0300
@@ -114,7 +114,7 @@
"//ui/gl",
]
- if (is_linux) {
+ if (is_linux || is_bsd) {
sources += [
"cast_memory_pressure_monitor.cc",
"cast_memory_pressure_monitor.h",
|