| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 31863917146ebc914bd35772cf5b40324fee119c..df88d16bec8f27a8a63f1d568e53a2ac941a13c2 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -4744,6 +4744,11 @@
|
| ['exclude', '^browser/speech/'],
|
| ],
|
| }],
|
| + ['notifications==0', {
|
| + 'sources/': [
|
| + ['exclude', '^browser/notifications/'],
|
| + ],
|
| + }],
|
| ['OS=="android"', {
|
| 'sources!': [
|
| 'browser/bookmarks/bookmark_context_menu_controller.cc',
|
| @@ -4752,7 +4757,6 @@
|
| 'browser/ui/webui/certificate_viewer_webui.cc',
|
| ],
|
| 'sources/': [
|
| - ['exclude', '^browser/notifications/'],
|
| ['exclude', '^browser/themes/'],
|
| ['exclude', '^browser/ui/panels/'],
|
| ['exclude', '^browser/ui/tabs/'],
|
|
|