| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index da7ff33ba59b31841b1ddd1e04ad06a279b43a20..43db334a324d56b80055f086c034ba40dfb3a347 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2164,6 +2164,11 @@
|
| '../webkit/quota/mock_storage_client.h',
|
| ],
|
| 'conditions': [
|
| + ['enable_background==0', {
|
| + 'sources/': [
|
| + ['exclude', '^browser/background/'],
|
| + ],
|
| + }],
|
| ['enable_one_click_signin==0', {
|
| 'sources!': [
|
| 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm',
|
|
|