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

Unified Diff: chrome/chrome_tests.gypi

Issue 11033038: Fix the issue of cursor's device scale factor when using monitors with differnt device scale factor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rewrote CursorDeviceScaleFactorStep without using template Created 8 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: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index b818d5c099efc58cd1ae5351e2da62c231e4abae..4284808cbbc98e9c48034fba1f7888cd1a90e4b4 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -598,6 +598,11 @@
'../ui/views/views.gyp:views_test_support',
],
}],
+ ['use_ash==1', {
+ 'dependencies': [
+ '../ash/ash.gyp:test_support_ash',
+ ],
+ }],
['chromeos==1', {
'sources': [
'browser/chromeos/cros/cros_in_process_browser_test.cc',

Powered by Google App Engine
This is Rietveld 408576698