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:
Cheng Zhao 2013-04-29 20:41:11 +08:00
parent c5ef255c4b
commit fbad5bc822
3 changed files with 161 additions and 0 deletions

View file

@ -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',