Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: gpu/config/BUILD.gn

Issue 2765593002: gpu/config: Use angle::GetSystemInfo on Mac (Closed)
Patch Set: gpu/config: Use angle::GetSystemInfo on Mac Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/config/gpu_info_collector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
- ]
- }
}
« no previous file with comments | « no previous file | gpu/config/gpu_info_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698