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

Unified Diff: chrome/chrome_browser_chromeos.gypi

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 | « no previous file | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index f4a2db7eaf6d48fdba8e427a2567541433a9e592..b6f7f66af2db1b0c3e7457a8973b0e2aeea7ca1d 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -88,6 +88,7 @@
'../ui/base/ui_base.gyp:ui_base',
'../ui/display/display.gyp:display',
'../ui/events/events.gyp:dom4_keycode_converter',
+ '../ui/events/platform/events_platform.gyp:events_platform',
'../ui/resources/ui_resources.gyp:ui_resources',
'../ui/surface/surface.gyp:surface',
'../ui/views/controls/webview/webview.gyp:webview',
@@ -1074,6 +1075,7 @@
['use_aura==1 and use_x11==1', {
'dependencies': [
'../build/linux/system.gyp:x11',
+ '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platform',
'../ui/gfx/x/gfx_x11.gyp:gfx_x11',
],
}],
« no previous file with comments | « no previous file | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698