Chromium Code Reviews| Index: gpu/config/BUILD.gn |
| diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn |
| index 6debe2edbc50d62634476d7e063d6443b74da663..baf38e94b8d49f3b2ca421556f2f4bb54beabd30 100644 |
| --- a/gpu/config/BUILD.gn |
| +++ b/gpu/config/BUILD.gn |
| @@ -92,13 +92,7 @@ source_set("config_sources") { |
| ] |
| } |
| } |
| - if (is_linux) { |
| + if (is_linux || is_mac) { |
| deps += [ "//third_party/angle:angle_gpu_info_util" ] |
| } |
| - if (is_mac) { |
| - libs = [ |
| - "IOKit.framework", |
| - "CoreFoundation.framework", |
| - ] |
| - } |
| } |