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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 16022003: Base for Ash browser_tests on Win8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 years, 7 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_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',
+ ],
+ }],
+ ],
}],
],
},

Powered by Google App Engine
This is Rietveld 408576698