| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 4f998ec8e63038ca23d0cee02ad84f542dd87bb4..5e0caa4b6df5ea5076bfc77725f6966de4887390 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -67,8 +67,6 @@
|
| 'common/localized_error.h',
|
| 'common/logging_chrome.cc',
|
| 'common/logging_chrome.h',
|
| - 'common/mac/app_mode_common.h',
|
| - 'common/mac/app_mode_common.mm',
|
| 'common/mac/app_shim_launch.h',
|
| 'common/mac/app_shim_messages.h',
|
| 'common/mac/cfbundle_blocker.h',
|
| @@ -378,6 +376,7 @@
|
| }],
|
| ['OS=="mac"', {
|
| 'sources': [ '<@(chrome_common_mac_sources)' ],
|
| + 'dependencies': [ 'app_mode_app_support' ],
|
| }],
|
| ['OS != "ios"', {
|
| 'dependencies': [
|
|
|