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

Unified Diff: ui/gfx/gfx.gyp

Issue 1144333004: Make WebView work for external displays (over Presentations). Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor fixes according to boliu/jdduke's comments Created 5 years, 5 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 4a329b9a9afadaa96ed8ce252d91785cfd9e977f..7badfa38d1c16fe1cc919af5352ba95b962d98f7 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -103,8 +103,6 @@
'android/gfx_jni_registrar.h',
'android/java_bitmap.cc',
'android/java_bitmap.h',
- 'android/shared_device_display_info.cc',
- 'android/shared_device_display_info.h',
'android/view_configuration.cc',
'android/view_configuration.h',
'animation/animation.cc',
@@ -259,7 +257,6 @@
'scoped_ui_graphics_push_context_ios.mm',
'screen.cc',
'screen.h',
- 'screen_android.cc',
'screen_aura.cc',
'screen_ios.mm',
'screen_mac.mm',
@@ -390,11 +387,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