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

Unified Diff: ui/display/display.gyp

Issue 615133002: Add support for a virtual display on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ash/ dep from content Created 5 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 | « ui/display/chromeos/display_util.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 ad17901e9e49f492643bd12185c68376d177bb96..049cfb36524437e90519cb167f252b80ee91e0b3 100644
--- a/ui/display/display.gyp
+++ b/ui/display/display.gyp
@@ -51,6 +51,8 @@
'chromeos/display_configurator.h',
'chromeos/display_util.cc',
'chromeos/display_util.h',
+ 'chromeos/display_snapshot_virtual.cc',
+ 'chromeos/display_snapshot_virtual.h',
'chromeos/ozone/display_configurator_ozone.cc',
'chromeos/update_display_configuration_task.cc',
'chromeos/update_display_configuration_task.h',
@@ -185,6 +187,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/display_util.cc ('k') | ui/display/types/display_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698