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

Unified Diff: ui/display/display.gyp

Issue 1456623002: Add support for virtual displays (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use std::max as suggested by oshima@ Created 5 years 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/update_display_configuration_task.cc ('k') | ui/display/types/display_constants.h » ('j') | 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 c329f75241197848835f21243047192c7b7c8493..fe32ea3bbf743086f1a7fd2cb7627a8774cc5b9b 100644
--- a/ui/display/display.gyp
+++ b/ui/display/display.gyp
@@ -53,6 +53,8 @@
'chromeos/display_configurator.cc',
'chromeos/display_configurator.h',
'chromeos/display_layout_manager.h',
+ 'chromeos/display_snapshot_virtual.cc',
+ 'chromeos/display_snapshot_virtual.h',
'chromeos/display_util.cc',
'chromeos/display_util.h',
'chromeos/ozone/display_configurator_ozone.cc',
@@ -193,6 +195,7 @@
'../../base/base.gyp:run_all_unittests',
'../../testing/gtest.gyp:gtest',
'../../ui/gfx/gfx.gyp:gfx_geometry',
+ '../../ui/gfx/gfx.gyp:gfx_test_support',
'display_util',
],
'include_dirs': [
« no previous file with comments | « ui/display/chromeos/update_display_configuration_task.cc ('k') | ui/display/types/display_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698