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

Unified Diff: ui/gfx/BUILD.gn

Issue 1409833004: Add DeviceDisplayInfo getter in WindowAndroid. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pass display area instead of NativeWindow to GLHelperHolder. Created 5 years, 2 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/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 81234e31686426ceea6ff995535f43083f4b598e..90fd0197e8577b631ab5ba28cf2f366f3d8a2ccb 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -165,7 +165,6 @@ component("gfx") {
"scoped_ui_graphics_push_context_ios.mm",
"screen.cc",
"screen.h",
- "screen_android.cc",
"screen_aura.cc",
"screen_ios.mm",
"screen_mac.mm",
@@ -315,10 +314,7 @@ component("gfx") {
# Android.
if (is_android) {
if (use_aura) {
- sources -= [
- "canvas_notimplemented.cc",
- "screen_android.cc",
- ]
+ sources -= [ "canvas_notimplemented.cc" ]
sources += [ "font_fallback_android.cc" ]
} else {
sources -= [

Powered by Google App Engine
This is Rietveld 408576698