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

Unified Diff: ui/display/BUILD.gn

Issue 2514633002: Revert of Android: support multiple displays on C++ side (Closed)
Patch Set: Created 4 years, 1 month 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/android/window_android.cc ('k') | ui/display/android/screen_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index 9834c350996240fd0fe33363fff28d48bffa1fae..6ecdbc6d9658f9744156cfef9734701a2e877800 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -7,6 +7,7 @@
component("display") {
sources = [
+ "android/screen_android.cc",
"chromeos/apply_content_protection_task.cc",
"chromeos/apply_content_protection_task.h",
"chromeos/configure_displays_task.cc",
@@ -116,7 +117,9 @@
if (!use_aura) {
sources -= [ "screen_aura.cc" ]
}
-
+ if (is_android && use_aura) {
+ sources -= [ "android/screen_android.cc" ]
+ }
if (is_mac) {
libs = [
"AppKit.framework",
« no previous file with comments | « ui/android/window_android.cc ('k') | ui/display/android/screen_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698