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

Unified Diff: gpu/config/BUILD.gn

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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 | « examples/wm_flow/BUILD.gn ('k') | gpu/config/gpu_info_collector_ozone.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 df7153d72402d7cf8fda9d3820f1bc79323bba61..82d5a1b183400b918d84fc0d5dcbf45506e2ad79 100644
--- a/gpu/config/BUILD.gn
+++ b/gpu/config/BUILD.gn
@@ -30,7 +30,6 @@ source_set("config") {
"gpu_info_collector_linux.cc",
"gpu_info_collector_linux.h",
"gpu_info_collector_mac.mm",
- "gpu_info_collector_ozone.cc",
"gpu_info_collector_win.cc",
"gpu_info_collector_x11.cc",
"gpu_info_collector.cc",
@@ -76,7 +75,7 @@ source_set("config") {
if (use_libpci) {
defines += [ "USE_LIBPCI=1" ]
}
- if (is_linux && use_libpci && (use_x11 || use_ozone)) {
+ if (is_linux && use_libpci && use_x11) {
deps += [ "//build/config/linux:libpci" ]
}
if (is_linux && use_x11) {
@@ -88,7 +87,4 @@ source_set("config") {
} else {
sources -= [ "gpu_info_collector_x11.cc" ]
}
- if (!use_ozone) {
- sources -= [ "gpu_info_collector_ozone.cc" ]
- }
}
« no previous file with comments | « examples/wm_flow/BUILD.gn ('k') | gpu/config/gpu_info_collector_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698