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

Unified Diff: content/browser/BUILD.gn

Issue 587193004: [X11] Removing dependency from GN file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 46f8498f66867c6928cc67e77f60e373719e3e9a..88f7fd748a697a10a689980df81e9ebff55ba63e 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -249,8 +249,6 @@ source_set("browser") {
if (use_x11) {
configs += [ "//build/config/linux:x11" ]
- } else {
- sources -= [ "renderer_host/web_input_event_aurax11.cc" ]
}
# Dealing with power_save_blocker_{x11,ozone}.cc is a little complicated
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698