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

Unified Diff: ui/views/mus/BUILD.gn

Issue 2314203002: Move DisplayList to display; add ScreenBase. (Closed)
Patch Set: Created 4 years, 3 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
Index: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index 701aed1295e62615bb5cee87a8e56c0f9561ad62..2d1a65dea3972f64a89ea14bfeeb880159f071b3 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -17,8 +17,6 @@ component("mus") {
"aura_init.h",
"clipboard_mus.cc",
"clipboard_mus.h",
- "display_list.cc",
- "display_list.h",
"input_method_mus.cc",
"input_method_mus.h",
"mus_export.h",
@@ -150,7 +148,6 @@ test("views_mus_unittests") {
testonly = true
sources = [
- "display_list_unittest.cc",
"input_method_mus_unittest.cc",
"native_widget_mus_unittest.cc",
"os_exchange_data_provider_mus_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698