| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index c19dd675d276245fea66722589980455676051ba..cff200d451f4b002708178eb21b4ddf3653d5b5d 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -6,8 +6,6 @@
|
| 'variables': {
|
| # File lists shared with GN build.
|
| 'chrome_common_sources': [
|
| - '../apps/app_shim/app_shim_launch.h',
|
| - '../apps/app_shim/app_shim_messages.h',
|
| 'common/all_messages.h',
|
| 'common/attrition_experiments.h',
|
| 'common/auto_start_linux.cc',
|
| @@ -128,6 +126,8 @@
|
| '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',
|
| 'common/mac/cfbundle_blocker.mm',
|
| 'common/mac/launchd.h',
|
|
|