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

Unified Diff: ui/base/BUILD.gn

Issue 843583006: GN: Add -Wl,-z defs on linux and fix errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 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 | « ui/aura/BUILD.gn ('k') | ui/display/util/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 d3f64b6145880533f7c59d5ff5b61a5462cb66ca..3e592312dd8dac6cef4f563fa97b910096df72ec 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -310,6 +310,7 @@ component("base") {
"//base:i18n",
"//net",
"//third_party/icu",
+ "//ui/events",
"//ui/events/devices",
"//ui/resources",
"//ui/strings",
@@ -317,10 +318,6 @@ component("base") {
]
if (build_ime) {
- if (!is_android) {
- deps += [ "//ui/events" ]
- }
-
sources += [
"ime/candidate_window.cc",
"ime/candidate_window.h",
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/display/util/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698