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

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: gypi tweak 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..6fab388f547b29dd10d35d2c6667fa61979c92e8 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -491,7 +491,6 @@
'../content/content.gyp:content_app_both',
'../net/net.gyp:net',
'../net/net.gyp:net_test_support',
- '../rlz/rlz.gyp:test_support_rlz',
'../sync/sync.gyp:test_support_sync_api',
'../sync/sync.gyp:test_support_sync_core',
'../sync/sync.gyp:test_support_sync_internal_api',
@@ -2485,7 +2484,11 @@
'utility/media_galleries/iphoto_library_parser_unittest.cc',
],
}],
- ['enable_rlz==0', {
+ ['enable_rlz!=0', {
+ 'dependencies': [
+ '../rlz/rlz.gyp:test_support_rlz',
+ ],
+ }, { # enable_rlz==0
'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