Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Make OSX compile again.
Browse files Browse the repository at this point in the history
(At least for me)
  • Loading branch information
ficristo authored and ficristo committed Aug 24, 2016
1 parent 742f2a2 commit b5144f0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions appshell_paths.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
'appshell/browser/resource.h',
'appshell/browser/resource_util.h',
],
'appshell_sources_common': [
'appshell_sources_common_helper': [
'appshell/common/client_switches.cc',
'appshell/common/client_switches.h',
'appshell/appshell_extensions.cpp',
Expand All @@ -156,8 +156,6 @@
'appshell/appshell_node_process.cpp',
'appshell/command_callbacks.h',
'appshell/config.h',
'appshell/cefclient.cpp',
'appshell/cefclient.h',
'appshell/client_app.cpp',
'appshell/client_app.h',
'appshell/client_app_delegates.cpp',
Expand All @@ -166,6 +164,11 @@
'appshell/native_menu_model.cpp',
'appshell/native_menu_model.h',
],
'appshell_sources_common': [
'appshell/cefclient.cpp',
'appshell/cefclient.h',
'<@(appshell_sources_common_helper)',
],
'appshell_sources_renderer': [
],
'appshell_sources_resources': [
Expand Down Expand Up @@ -258,7 +261,7 @@
'appshell/client_app_mac.mm',
'appshell/client_handler_mac.mm',
'appshell/process_helper_mac.cpp',
'<@(appshell_sources_common)',
'<@(appshell_sources_common_helper)',
'<@(appshell_sources_renderer)',
],
'appshell_bundle_resources_mac': [
Expand Down

0 comments on commit b5144f0

Please sign in to comment.