This repository was archived by the owner on Sep 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 533
533
'$(SDKROOT)/System/Library/Frameworks/ScriptingBridge.framework' ,
534
534
'$(SDKROOT)/System/Library/Frameworks/Security.framework' ,
535
535
'$(CONFIGURATION)/<(framework_name).framework/<(framework_name)' ,
536
+ 'deps/icu/lib/libicuuc.a' ,
537
+ 'deps/icu/lib/libicui18n.a' ,
538
+ 'deps/icu/lib/libicudata.a' ,
536
539
],
537
540
},
538
541
'sources' : [
Original file line number Diff line number Diff line change 194
194
'appshell/client_handler.h' ,
195
195
'appshell/native_menu_model.cpp' ,
196
196
'appshell/native_menu_model.h' ,
197
+ 'appshell/update.h' ,
198
+ 'appshell/update.cpp' ,
197
199
],
198
200
'appshell_sources_common' : [
199
201
'appshell/cefclient.cpp' ,
200
202
'appshell/cefclient.h' ,
201
- 'appshell/update.h' ,
202
- 'appshell/update.cpp' ,
203
203
'<@(appshell_sources_common_helper)' ,
204
204
],
205
205
'appshell_sources_common_linux' : [
310
310
'appshell/appshell_helpers_mac.mm' ,
311
311
'appshell/client_handler_mac.mm' ,
312
312
'appshell/process_helper_mac.cpp' ,
313
+ 'appshell/update_mac.mm' ,
313
314
'<@(appshell_sources_common_helper)' ,
314
315
'<@(appshell_sources_renderer)' ,
315
316
],
You can’t perform that action at this time.
0 commit comments