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

Unified Diff: ui/base/ui_base.gyp

Issue 1892483005: SelectionOwner: add support for TIMESTAMP target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 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
Index: ui/base/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index c8c369d2db081e7145d8d24e00a3a97c2ea69190..872e95a6e7ffe4dedc70cd81e65f704a4476098e 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -71,6 +71,7 @@
'../events/events.gyp:events',
'../events/events.gyp:events_base',
'../events/platform/events_platform.gyp:events_platform',
+ '../events/platform/x11/x11_events_platform.gyp:x11_events_platform',
'../gfx/gfx.gyp:gfx',
'../gfx/gfx.gyp:gfx_geometry',
'../resources/ui_resources.gyp:ui_resources',
@@ -455,7 +456,10 @@
'x/selection_requestor.h',
'x/selection_utils.cc',
'x/selection_utils.h',
- ]
+ ],
+ 'dependencies!': [
+ '../events/platform/x11/x11_events_platform.gyp:x11_events_platform',
+ ],
}],
['use_aura==0 or OS!="linux"', {
'sources!': [

Powered by Google App Engine
This is Rietveld 408576698