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

Unified Diff: ui/display/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 | « ui/compositor/transform_animation_curve_adapter_unittest.cc ('k') | ui/display/chromeos/ozone/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index d8d8c7c0de8dc4793c26ab413a412b704d123914..722841a6a6a50c0c675243fabffcd36e196d1b33 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -8,7 +8,6 @@ component("display") {
sources = [
"chromeos/display_configurator.cc",
"chromeos/display_configurator.h",
- "chromeos/ozone/display_configurator_ozone.cc",
"chromeos/x11/display_configurator_x11.cc",
"chromeos/x11/display_mode_x11.cc",
"chromeos/x11/display_mode_x11.h",
@@ -42,31 +41,11 @@ component("display") {
"//build/config/linux:xrandr",
]
deps += [ "//ui/events/platform" ]
- if (is_chromeos) {
- sources -= [ "chromeos/ozone/display_configurator_ozone.cc" ]
- }
}
if (is_chromeos) {
deps += [ "//ui/display/types" ]
}
-
- if (use_ozone) {
- deps += [ "//ui/ozone" ]
- sources -= [
- "chromeos/x11/display_configurator_x11.cc",
- "chromeos/x11/display_mode_x11.cc",
- "chromeos/x11/display_mode_x11.h",
- "chromeos/x11/display_snapshot_x11.cc",
- "chromeos/x11/display_snapshot_x11.h",
- "chromeos/x11/display_util_x11.cc",
- "chromeos/x11/display_util_x11.h",
- "chromeos/x11/native_display_delegate_x11.cc",
- "chromeos/x11/native_display_delegate_x11.h",
- "chromeos/x11/native_display_event_dispatcher_x11.cc",
- "chromeos/x11/native_display_event_dispatcher_x11.h",
- ]
- }
}
component("test_util") {
« no previous file with comments | « ui/compositor/transform_animation_curve_adapter_unittest.cc ('k') | ui/display/chromeos/ozone/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698