Index: chrome/chrome_tests_unit.gypi |
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi |
index 80332cbcb22c3fc1847c15eec97844fb64cb16c8..d78a7e338a3dcf698877b493e14ef6f6497886ee 100644 |
--- a/chrome/chrome_tests_unit.gypi |
+++ b/chrome/chrome_tests_unit.gypi |
@@ -2486,6 +2486,9 @@ |
], |
}], |
['enable_rlz==0', { |
+ 'dependencies!': [ |
+ '../rlz/rlz.gyp:test_support_rlz', |
Nico
2014/07/16 17:33:25
Isn't it better to only add the dependency if it's
grt (UTC plus 2)
2014/07/16 18:08:01
I have no idea. I see other places in this file th
|
+ ], |
'sources!': [ |
'browser/rlz/rlz_unittest.cc', |
], |