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

Unified Diff: ui/display/BUILD.gn

Issue 2416403002: Reland of Android: support multiple displays on C++ side (Closed)
Patch Set: Moved SetScreenInstance call to PreMainMessageLoopRun 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
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index 6ecdbc6d9658f9744156cfef9734701a2e877800..9834c350996240fd0fe33363fff28d48bffa1fae 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -7,7 +7,6 @@ import("//testing/test.gni")
component("display") {
sources = [
- "android/screen_android.cc",
"chromeos/apply_content_protection_task.cc",
"chromeos/apply_content_protection_task.h",
"chromeos/configure_displays_task.cc",
@@ -117,9 +116,7 @@ component("display") {
if (!use_aura) {
sources -= [ "screen_aura.cc" ]
}
- if (is_android && use_aura) {
- sources -= [ "android/screen_android.cc" ]
- }
+
if (is_mac) {
libs = [
"AppKit.framework",

Powered by Google App Engine
This is Rietveld 408576698