mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
Add a stub application_info_win.cc
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
'browser/url_request_context_getter.h',
|
||||
'common/application_info.h',
|
||||
'common/application_info_mac.mm',
|
||||
'common/application_info_win.cc',
|
||||
'common/content_client.cc',
|
||||
'common/content_client.h',
|
||||
'common/mac/foundation_util.h',
|
||||
|
||||
13
brightray/common/application_info_win.cc
Normal file
13
brightray/common/application_info_win.cc
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "common/application_info.h"
|
||||
|
||||
namespace brightray {
|
||||
|
||||
std::string GetApplicationName() {
|
||||
return std::string();
|
||||
}
|
||||
|
||||
std::string GetApplicationVersion() {
|
||||
return std::string();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user