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

Unified Diff: ui/display/display.gyp

Issue 1878903002: Use injection and remove ozone dependency from ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unique_ptr Created 4 years, 8 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/display/chromeos/x11/native_display_delegate_x11.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display.gyp
diff --git a/ui/display/display.gyp b/ui/display/display.gyp
index a5c464489b8f7aedda34bcef83590ef281eb6386..0cb05e3b894a196bfd52d9b681932a8ceb79f9f7 100644
--- a/ui/display/display.gyp
+++ b/ui/display/display.gyp
@@ -57,12 +57,10 @@
'chromeos/display_snapshot_virtual.h',
'chromeos/display_util.cc',
'chromeos/display_util.h',
- 'chromeos/ozone/display_configurator_ozone.cc',
'chromeos/query_content_protection_task.cc',
'chromeos/query_content_protection_task.h',
'chromeos/update_display_configuration_task.cc',
'chromeos/update_display_configuration_task.h',
- 'chromeos/x11/display_configurator_x11.cc',
'chromeos/x11/display_mode_x11.cc',
'chromeos/x11/display_mode_x11.h',
'chromeos/x11/display_snapshot_x11.cc',
@@ -107,11 +105,6 @@
'../gfx/x/gfx_x11.gyp:gfx_x11',
],
}],
- ['use_ozone == 1', {
- 'dependencies': [
- '../../ui/ozone/ozone.gyp:ozone',
- ],
- }],
],
},
{
« no previous file with comments | « ui/display/chromeos/x11/native_display_delegate_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698