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

Unified Diff: ui/gfx/gfx.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/events/events.gyp ('k') | ui/gfx/x/gfx_x11.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index f46a0c11ca7b75722af53665f559e61b91ca6304..2a4d72ca8fa412145116ec4710dbe0c730d1634f 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -380,7 +380,7 @@
}],
['use_x11==1', {
'dependencies': [
- 'gfx_x11',
+ 'x/gfx_x11.gyp:gfx_x11',
],
}],
['use_pango==1', {
@@ -565,31 +565,5 @@
},
],
}],
- ['use_x11 == 1', {
- 'targets': [
- {
- 'target_name': 'gfx_x11',
- 'type': '<(component)',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../build/linux/system.gyp:x11',
- 'gfx_geometry',
- ],
- 'defines': [
- 'GFX_IMPLEMENTATION',
- ],
- 'sources': [
- 'x/x11_atom_cache.cc',
- 'x/x11_atom_cache.h',
- 'x/x11_connection.cc',
- 'x/x11_connection.h',
- 'x/x11_error_tracker.cc',
- 'x/x11_error_tracker.h',
- 'x/x11_types.cc',
- 'x/x11_types.h',
- ],
- },
- ]
- }],
],
}
« no previous file with comments | « ui/events/events.gyp ('k') | ui/gfx/x/gfx_x11.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698