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

Unified Diff: ui/ui_unittests.gypi

Issue 7977025: aura: Make 'ui' buildable without gtk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 3 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/ui.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gypi
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index b6fa721dd4e6c0bde9b277720d3e34eb399b84ef..1f2ea7ff062bc6875e0a95d9449e6c252829d82f 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -138,12 +138,9 @@
'gfx/interpolated_transform_unittest.cc',
],
}],
- ['toolkit_uses_gtk == 1', {
- 'sources': [
- 'base/dragdrop/gtk_dnd_util_unittest.cc',
- ],
+ ['use_glib == 1', {
'dependencies': [
- '../build/linux/system.gyp:gtk',
+ '../build/linux/system.gyp:pangocairo',
'../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
'base/strings/ui_strings.gyp:ui_unittest_strings',
],
@@ -160,6 +157,14 @@
}],
],
}],
+ ['toolkit_uses_gtk == 1', {
+ 'sources': [
+ 'base/dragdrop/gtk_dnd_util_unittest.cc',
+ ],
+ 'dependencies': [
+ '../build/linux/system.gyp:gtk',
+ ],
+ }],
['toolkit_views==1', {
'sources': [
'gfx/render_text_unittest.cc',
« no previous file with comments | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698