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

Unified Diff: ui/gfx/BUILD.gn

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/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 1cec94eaf3e36152ca1b7737b0900a42175cf87a..cb90adb17e1069d939f66efcaff9a0e359728abd 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -31,8 +31,6 @@ component("gfx") {
"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",
@@ -177,7 +175,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",
@@ -293,10 +290,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