summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-03 15:43:48 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-03 15:43:48 +0000
commitf338487cfe5a82ebd96f088436ca2f0062adde58 (patch)
tree306f051c04b6f72f0ed82c70af88e5e5ceeeaf59 /ui
parentd57ce6a35dcdab8e8335db4fc4b9d8829d6227bd (diff)
downloadchromium_src-f338487cfe5a82ebd96f088436ca2f0062adde58.zip
chromium_src-f338487cfe5a82ebd96f088436ca2f0062adde58.tar.gz
chromium_src-f338487cfe5a82ebd96f088436ca2f0062adde58.tar.bz2
ui/events: GN Build fix.
This should fix the following error: ../../third_party/binutils/Linux_x64/Release/bin/ld: error: obj/ui/events/platform/x11/x11.x11_event_source.o: multiple definition of 'ui::X11EventSource::X11EventSource(_XDisplay*)' ../../third_party/binutils/Linux_x64/Release/bin/ld: obj/ui/events/platform/x11/events.x11_event_source.o: previous definition here http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_gn_rel/builds/22568/steps/compile/logs/stdio That was found while doing: https://codereview.chromium.org/361373002/ BUG=None TEST=None TBR=brettw@chromium.org,sadrul@chromium.org Review URL: https://codereview.chromium.org/363313003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281277 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/events/BUILD.gn4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 64860d5..40a4ade 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -115,8 +115,6 @@ component("events") {
"gestures/unified_gesture_detector_enabled.h",
"gestures/velocity_calculator.cc",
"gestures/velocity_calculator.h",
- "platform/x11/x11_event_source.cc",
- "platform/x11/x11_event_source.h",
"win/events_win.cc",
"x/events_x.cc",
]
@@ -128,8 +126,6 @@ component("events") {
]
} else {
sources -= [
- "platform/x11/x11_event_source.cc",
- "platform/x11/x11_event_source.h",
"x/events_x.cc",
]
}