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

Unified Diff: ui/base/BUILD.gn

Issue 297793004: Work on the Android GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« no previous file with comments | « net/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index add6bfd773c2113276fc28ae49095d34f004880e..18b7bd136e777b81455efaac9f96604dc63c524a 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -302,6 +302,7 @@ component("ui_base") {
sources -= [
"cursor/cursor.cc",
"cursor/cursor.h",
+ "dragdrop/drag_utils_aura.cc",
"x/selection_owner.cc",
"x/selection_owner.h",
"x/selection_requestor.cc",
@@ -310,6 +311,13 @@ component("ui_base") {
"x/selection_utils.h",
]
}
+ if (!use_x11) {
+ sources -= [
+ "x/x11_util.cc",
+ "x/x11_util.h",
+ "x/x11_util_internal.h",
+ ]
+ }
if (!use_aura || !is_linux) {
sources -= [
« no previous file with comments | « net/BUILD.gn ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698