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

Unified Diff: services/ui/display/BUILD.gn

Issue 2697693002: Stub out ScreenManagerOzoneExternal (Closed)
Patch Set: . Created 3 years, 10 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 | « no previous file | services/ui/display/screen_manager_ozone_external.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/BUILD.gn
diff --git a/services/ui/display/BUILD.gn b/services/ui/display/BUILD.gn
index c0bd6e7338f1dfab053ea4e977733a309063b965..3c60160c1fab173485715ea3890219d55a3c82f7 100644
--- a/services/ui/display/BUILD.gn
+++ b/services/ui/display/BUILD.gn
@@ -36,8 +36,8 @@ source_set("display") {
]
} else {
sources += [
- "screen_manager_stub_internal.cc",
kylechar 2017/02/13 21:23:38 We still need screen_manager_stub_internal.cc/h if
tonikitoo 2017/02/13 21:37:38 Done.
- "screen_manager_stub_internal.h",
+ "screen_manager_ozone_external.cc",
+ "screen_manager_ozone_external.h",
]
}
}
« no previous file with comments | « no previous file | services/ui/display/screen_manager_ozone_external.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698