| Index: media/BUILD.gn
|
| diff --git a/media/BUILD.gn b/media/BUILD.gn
|
| index 18e1830fc4d540d20d7bda54a5e7714f2d783e54..e029f6eaa841ae5c4ce1cc0959c3d37ec3720585 100644
|
| --- a/media/BUILD.gn
|
| +++ b/media/BUILD.gn
|
| @@ -425,7 +425,7 @@ component("media") {
|
| ]
|
| }
|
|
|
| - if (current_cpu != "arm" && is_chromeos) {
|
| + if (current_cpu != "arm" && is_linux) {
|
| sources += [
|
| "filters/h264_bitstream_buffer.cc",
|
| "filters/h264_bitstream_buffer.h",
|
| @@ -760,7 +760,7 @@ test("media_unittests") {
|
| }
|
| }
|
|
|
| - if (current_cpu != "arm" && is_chromeos) {
|
| + if (current_cpu != "arm" && is_linux) {
|
| sources += [ "filters/h264_bitstream_buffer_unittest.cc" ]
|
| }
|
|
|
|
|