mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
Put in-app purchase files under macOS check
This commit is contained in:
@@ -733,6 +733,15 @@
|
||||
'atom/browser/osr/osr_view_proxy.h',
|
||||
],
|
||||
}], # enable_osr==1
|
||||
['OS=="win"', {
|
||||
'app_sources': [
|
||||
'atom/browser/in_app_purchase.h',
|
||||
'atom/browser/in_app_purchase_mac.mm',
|
||||
'atom/browser/in_app_purchase_observer.h',
|
||||
'atom/browser/in_app_purchase_observer_mac.mm'
|
||||
],
|
||||
}], # OS=="mac"
|
||||
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user