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

Unified Diff: content/content_shell.gypi

Issue 1908473002: Split //ui/events/devices into two targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More deps on new target. 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index cb15a5fa9950106f23a13f070aee80f244b8cd1b..7d024c311a138f5f4f1f3ba0cd8de32f1d86769f 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -269,6 +269,7 @@
['use_x11 == 1', {
'dependencies': [
'../ui/events/devices/events_devices.gyp:events_devices',
+ '../ui/events/devices/x11/events_devices_x11.gyp:events_devices_x11',
'../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
],
}],
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698