| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 6ba293c0d547f9ba5d97359637d8e5e9432bfa78..0880d392591f352c3511360af65be2cc00928cab 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2194,6 +2194,12 @@
|
| ['exclude', '^browser/notifications/'],
|
| ],
|
| }],
|
| + ['enable_web_intents==0', {
|
| + 'sources/': [
|
| + ['exclude', '^browser/intents'],
|
| + ['exclude', '^browser/ui/intents'],
|
| + ],
|
| + }],
|
| ['safe_browsing==1', {
|
| 'defines': [
|
| 'ENABLE_SAFE_BROWSING',
|
|
|