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

Unified Diff: ui/display/BUILD.gn

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 | « content/public/browser/desktop_media_id.cc ('k') | ui/display/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 9b5f2ba2d026a92944b377cdfb947bf6a0b3d2c5..7d996053b6ee643b52059a878003d35829cd2fbf 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -11,6 +11,8 @@ component("display") {
"chromeos/configure_displays_task.h",
"chromeos/display_configurator.cc",
"chromeos/display_configurator.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",
@@ -144,6 +146,7 @@ test("display_unittests") {
"//testing/gtest",
"//ui/display/util",
"//ui/gfx/geometry",
+ "//ui/gfx/gfx_test_support",
]
if (is_chromeos) {
« no previous file with comments | « content/public/browser/desktop_media_id.cc ('k') | ui/display/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698