Chromium Code Reviews| Index: gpu/config/BUILD.gn |
| diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn |
| index 1e6551c1c26715e6ba6adf03909755e5a503350b..d75e1433adbe271335f89161feb32fdf382cf794 100644 |
| --- a/gpu/config/BUILD.gn |
| +++ b/gpu/config/BUILD.gn |
| @@ -96,6 +96,12 @@ source_set("config_sources") { |
| ] |
| } |
| } |
| + if (is_mac) { |
| + libs = [ |
| + "IOKit.framework", |
| + "CoreFoundation.framework", |
| + ] |
| + } |
| if (use_libpci) { |
| defines = [ "USE_LIBPCI=1" ] |
| deps += [ "//build/linux/libpci" ] |