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

Unified Diff: ui/display/BUILD.gn

Issue 2416403002: Reland of Android: support multiple displays on C++ side (Closed)
Patch Set: Rebased and fixed webkit_tests 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 bce7b159412e29dd5eb3e114e5ba873a492cc226..7e50776e925ae5372bd6c002ce1575a8ea3dc65a 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",
« 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