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

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: 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 b79a9de3b6ba816cdaf5cb98ad7fbea19252a699..357c38cf3801951a0d04f66e52da796dc20f03a1 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -598,6 +598,11 @@
'../ui/views/views.gyp:test_support_views',
],
}],
+ ['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