| 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',
|
| ],
|
|
|