Chromium Code Reviews| Index: content/common/BUILD.gn |
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
| index ab9e9a631340eba1db17b502cb9ed2d87c9854d1..b18551d9e845c1fa6e0650d14d38a4ea877ce2c2 100644 |
| --- a/content/common/BUILD.gn |
| +++ b/content/common/BUILD.gn |
| @@ -283,10 +283,7 @@ source_set("common") { |
| configs += [ "//build/config/linux:xcomposite" ] |
| if (current_cpu != "arm" || !is_chromeos) { |
| - sources += [ |
| - "gpu/x_util.cc", |
| - "gpu/x_util.h", |
| - ] |
| + sources += [ "gpu/x_util.h" ] |
| } |
| } |