| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 0ce057562580729c11a2e999429b6f82aced1512..67a764894be9db920285f286aedd4666ccf636d0 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -3488,8 +3488,6 @@
|
| ['chromeos==0', {
|
| 'sources/': [
|
| ['exclude', '^browser/chromeos'],
|
| - ['exclude', '^browser/extensions/extension_input_ui_api.cc'],
|
| - ['exclude', '^browser/extensions/extension_input_ui_api.h'],
|
| ['exclude', '^browser/ui/webui/chromeos'],
|
| ['exclude', '^browser/ui/webui/options/chromeos'],
|
| ['exclude', 'browser/extensions/extension_file_browser_private_api.cc'],
|
| @@ -4266,7 +4264,7 @@
|
| }],
|
| # Exclude extension_input_ui_api again
|
| # (Required because of the '^browser/extensions/' include abrove)
|
| - ['OS=="linux" and ( touchui==0 or chromeos==0 )', {
|
| + ['OS=="linux" and touchui==0', {
|
| 'sources/': [
|
| ['exclude', '^browser/extensions/extension_input_ui_api.cc'],
|
| ['exclude', '^browser/extensions/extension_input_ui_api.h'],
|
|
|