| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 890501eb030b7311011eb7f731a22fabf6fa7083..eb179f0f75930e55a86c706fb32b554fb470b1a1 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -4705,12 +4705,14 @@
|
| ],
|
| 'sources/': [
|
| ['exclude', '^browser/notifications/'],
|
| + ['exclude', '^browser/printing/'],
|
| ['exclude', '^browser/themes/'],
|
| ['exclude', '^browser/ui/panels/'],
|
| ['exclude', '^browser/ui/tabs/'],
|
| ['exclude', '^browser/ui/toolbar/'],
|
| ['exclude', '^browser/ui/webui/options'],
|
| ['exclude', '^browser/ui/webui/options2'],
|
| + ['exclude', '^browser/ui/webui/print_preview/'],
|
| ],
|
| }],
|
| ['OS=="mac"', {
|
|
|