Index: chrome/chrome_tests_unit.gypi |
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi |
index 9262043fa9f3dd2cabe98c147002d6e1ba2ae3fb..8fdf3f22590e14ee52cc6661273bf843a40ca91f 100644 |
--- a/chrome/chrome_tests_unit.gypi |
+++ b/chrome/chrome_tests_unit.gypi |
@@ -365,6 +365,13 @@ |
'include_dirs': [ |
'<(DEPTH)/third_party/wtl/include', |
], |
+ 'conditions': [ |
+ ['use_aura==1', { |
+ 'dependencies': [ |
+ '../win8/win8.gyp:test_support_win8', |
+ ], |
+ }], |
+ ], |
}], |
], |
}, |