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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 393903002: Fix RLZ test support dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: PrefHashCalculatorHelperTest fix Created 6 years, 5 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
« no previous file with comments | « chrome/browser/prefs/tracked/pref_hash_calculator_helper_win_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « chrome/browser/prefs/tracked/pref_hash_calculator_helper_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698