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

Unified Diff: ui/gfx/gfx.gyp

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/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 8067bee5cfa7b470a79719834810bd4a5c74b47a..a1ccf944da86bc4b06dd519e2babed72ce9b8a05 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -264,7 +264,6 @@
'scoped_ui_graphics_push_context_ios.mm',
'screen.cc',
'screen.h',
- 'screen_android.cc',
'screen_aura.cc',
'screen_ios.mm',
'screen_mac.mm',
@@ -412,11 +411,6 @@
'path.cc',
],
}],
- ['OS=="android" and use_aura==1', {
- 'sources!': [
- 'screen_android.cc',
- ],
- }],
['OS=="android" or OS=="ios"', {
'sources!': [
'harfbuzz_font_skia.cc',

Powered by Google App Engine
This is Rietveld 408576698