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

Unified Diff: ui/ui_unittests.gypi

Issue 27156003: linux_aura: Enable HIDPI support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Took Daniel comments into consideration Created 7 years, 2 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/ui_unittests.gypi
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index 8317d5a149095a3ac28e381dad8c5f8639c6e4a6..11bab843ef8049d68cb03dfa87c66c2cb820c4a3 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -291,6 +291,9 @@
],
}],
['use_x11==1', {
+ 'sources': [
+ 'base/x/x11_util_unittest.cc',
Daniel Erat 2013/10/29 16:27:03 i think that the usual pattern i've seen is to lis
+ ],
'dependencies': [
'../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
],

Powered by Google App Engine
This is Rietveld 408576698