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

Unified Diff: ui/gfx/gfx.gyp

Issue 255823009: [WIP] ui/window: Master CL. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 2c393b9904b94656a4a55b41dd00dbf154d41e50..6dd4f3431bce94cba4e77539b1dfce58aa20b196 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -378,7 +378,7 @@
}],
['use_x11==1', {
'dependencies': [
- 'gfx_x11',
+ 'x/gfx_x11.gyp:gfx_x11',
],
}],
['use_pango==1', {
@@ -529,31 +529,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',
- ],
- },
- ]
- }],
],
}

Powered by Google App Engine
This is Rietveld 408576698