| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 511a55c40d4ebf33728e75b3b2e35458363556fb..64195821eeff27a82903d9963c414bf2ad11b36e 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -148,7 +148,7 @@ source_set("common") {
|
| include_dirs += [ "//third_party/khronos" ]
|
| configs += [ "//build/config/linux:xcomposite" ]
|
|
|
| - if (cpu_arch != "arm" || !is_chromos) {
|
| + if (cpu_arch != "arm" || !is_chromeos) {
|
| sources +=[
|
| "gpu/x_util.cc",
|
| "gpu/x_util.h",
|
|
|