| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 6c6b8a3478d39de640ddd5660b2dee67e7ac70e9..5e8383e19efa42345d9ac448f90d9382714f7918 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -715,7 +715,6 @@
|
| 'test/ui_controls_factory_ash.h',
|
| ],
|
| 'ash_shell_lib_sources': [
|
| - '../content/app/startup_helper_win.cc',
|
| '../ui/views/test/test_views_delegate_aura.cc',
|
| 'shell/app_list.cc',
|
| 'shell/bubble.cc',
|
| @@ -1199,6 +1198,13 @@
|
| 'sources': [
|
| '<@(ash_shell_lib_sources)',
|
| ],
|
| + 'conditions': [
|
| + ['OS=="win"', {
|
| + 'dependencies': [
|
| + '../content/content.gyp:content_startup_helper_win',
|
| + ],
|
| + }],
|
| + ],
|
| },
|
| {
|
| # GN version: //ash:ash_shell
|
|
|