[Crosswalk-dev] Reducing 3rd party dependencies on Tizen

2014-02-19 Thread corentin.lecou...@open.eurogiciel.org
Hi, I'm working on Crosswalk integration on Tizen IVI. I've made a quick study about crosswalk memory footprint. I've tried to use the maximum of Tizen available dependencies instead of 3rd party ones. Atm I'm able to use the below Tizen depedencies thanks to the use_system_xxx build flags

Re: [Crosswalk-dev] Reducing 3rd party dependencies on Tizen

2014-02-19 Thread Kenneth Rohde Christiansen
Please be aware that some of the Chromium distributed libraries have patches on top for performance and memory improvement as well as security. Kenneth On Wed, Feb 19, 2014 at 11:54 AM, corentin.lecou...@open.eurogiciel.org corentin.lecou...@open.eurogiciel.org wrote: Hi, I'm working on

Re: [Crosswalk-dev] Reducing 3rd party dependencies on Tizen

2014-02-19 Thread Kenneth Rohde Christiansen
I would go for using the Chromium libraries (the runtime is the corner stone of Tizen IVI anyway) if there are no apparent reason not to. If there are we should look at applying the patches to the system libraries. Kenneth On Wed, Feb 19, 2014 at 12:40 PM, Kenneth Rohde Christiansen

Re: [Crosswalk-dev] Reducing 3rd party dependencies on Tizen

2014-02-19 Thread Alexis Menard
Hi, We really should use the librairies of Chromium. This is the *only* combination tested and validated. Unless we start running all the upstream tests and all blink layout tests I don't think we can say how safe it is to use alternatives to Chromium third_party directory. As I see it today