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

Unified Diff: ui/events/events.gyp

Issue 275273002: x11: Split the gfx_x11 target into its own gyp file. (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/compositor/compositor.gyp ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index faf21eeb65c65a96e6b30a9b2d8b711172dda992..6f69e8f3976de8581cbe6855bc2a006f54a380cd 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -63,7 +63,7 @@
['use_x11==1', {
'dependencies': [
'../../build/linux/system.gyp:x11',
- '../gfx/gfx.gyp:gfx_x11',
+ '../gfx/x/gfx_x11.gyp:gfx_x11',
],
}],
],
@@ -192,7 +192,7 @@
],
'dependencies': [
'../../build/linux/system.gyp:x11',
- '../gfx/gfx.gyp:gfx_x11',
+ '../gfx/x/gfx_x11.gyp:gfx_x11',
],
}],
['use_glib==1', {
@@ -317,7 +317,7 @@
['use_x11==1', {
'dependencies': [
'../../build/linux/system.gyp:x11',
- '../gfx/gfx.gyp:gfx_x11',
+ '../gfx/x/gfx_x11.gyp:gfx_x11',
],
}],
['OS=="ios"', {
« no previous file with comments | « ui/compositor/compositor.gyp ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698