| Index: media/BUILD.gn
|
| diff --git a/media/BUILD.gn b/media/BUILD.gn
|
| index abb4803d8173b3a6ae7aa1c47350af637b683dff..7a8157b677677af47b4de2c0d16671a4fa82929a 100644
|
| --- a/media/BUILD.gn
|
| +++ b/media/BUILD.gn
|
| @@ -367,7 +367,7 @@ component("media") {
|
| ]
|
| }
|
|
|
| - if (current_cpu != "arm" && is_chromeos) {
|
| + if (current_cpu != "arm" && is_chromeos_ui) {
|
| sources += [
|
| "filters/h264_bitstream_buffer.cc",
|
| "filters/h264_bitstream_buffer.h",
|
| @@ -642,7 +642,7 @@ test("media_unittests") {
|
| ]
|
| }
|
|
|
| - if (current_cpu != "arm" && is_chromeos) {
|
| + if (current_cpu != "arm" && is_chromeos_ui) {
|
| sources += [ "filters/h264_bitstream_buffer_unittest.cc" ]
|
| }
|
|
|
|
|