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

Unified Diff: ui/ui_unittests.gyp

Issue 284743009: events: Create a separate platforms target. (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 | « ui/events/platform/x11/x11_events_platform.gyp ('k') | ui/views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gyp
diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp
index 41102920103783bd9de8014a5c761ce6098695f9..f2ea0621af859a51037db31f9b0d675cb86bde3a 100644
--- a/ui/ui_unittests.gyp
+++ b/ui/ui_unittests.gyp
@@ -159,6 +159,7 @@
['use_x11==1', {
'dependencies': [
'../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
+ 'events/platform/x11/x11_events_platform.gyp:x11_events_platform',
],
}],
['OS=="android" or OS=="ios"', {
@@ -191,6 +192,7 @@
'events/events.gyp:events',
'events/events.gyp:events_base',
'events/events.gyp:events_test_support',
+ 'events/platform/events_platform.gyp:events_platform',
],
}],
['use_aura==1', {
« no previous file with comments | « ui/events/platform/x11/x11_events_platform.gyp ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698