Add platform_util from Chrome.
The platform_util files just come from chrome/browser/ with slight modifications so it doesn't depend on grit/generate_resources.h, which is not availabe in libchromiumcontent because it's generated by chrome's chrome/app/generated_resources.grd.
This commit is contained in:
parent
c5ef255c4b
commit
fbad5bc822
3 changed files with 161 additions and 0 deletions
2
atom.gyp
2
atom.gyp
|
@ -60,6 +60,8 @@
|
|||
'common/node_bindings_mac.mm',
|
||||
'common/options_switches.cc',
|
||||
'common/options_switches.h',
|
||||
'common/platform_util_mac.mm',
|
||||
'common/platform_util.h',
|
||||
'common/v8_value_converter_impl.cc',
|
||||
'common/v8_value_converter_impl.h',
|
||||
'renderer/api/atom_api_renderer_ipc.cc',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue