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

Unified Diff: ui/gfx/BUILD.gn

Issue 1287103004: Sync ui/events to chromium @ https://codereview.chromium.org/1210203002 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 4 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/events/x/keysym_to_unicode.cc ('k') | ui/gfx/native_widget_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 53198338f205dc50d34100dd404569e50851735e..b66f0ecf25150e0a7382635cdeedf1d3bcff5705 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -65,6 +65,11 @@ component("gfx") {
"hud_font.cc",
"hud_font.h",
"native_widget_types.h",
+ "screen.cc",
+ "screen.h",
+ "screen_android.cc",
+ "screen_stub.cc",
+ "screen_type_delegate.h",
"sequential_id_generator.cc",
"sequential_id_generator.h",
"shadow_value.cc",
@@ -111,6 +116,7 @@ component("gfx") {
sources -= [
"animation/throb_animation.cc",
"display_observer.cc",
+ "screen_stub.cc",
]
# TODO(jdduke): Revisit optimization after gauging benefit, crbug/419051.
« no previous file with comments | « ui/events/x/keysym_to_unicode.cc ('k') | ui/gfx/native_widget_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698