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

Unified Diff: ui/aura/aura.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 | « content/content_tests.gypi ('k') | ui/compositor/compositor.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index 9e5200e3e6584b685e54a1643c9e70b07894c9c7..4ab7161757385b42df3891746accb028b9b22e48 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -211,7 +211,7 @@
'conditions': [
['use_x11==1', {
'dependencies': [
- '../gfx/gfx.gyp:gfx_x11',
+ '../gfx/x/gfx_x11.gyp:gfx_x11',
],
}],
]
@@ -244,7 +244,7 @@
'conditions': [
['use_x11==1', {
'dependencies': [
- '../gfx/gfx.gyp:gfx_x11',
+ '../gfx/x/gfx_x11.gyp:gfx_x11',
],
}],
]
« no previous file with comments | « content/content_tests.gypi ('k') | ui/compositor/compositor.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698