标签:
(1) Blink cannot run alone, and (2) porting to other platforms happens at a different layer
Instead of adding platform-specific code to Blink, you should use Chromium’s content layer, which provides an implementation of this virtual platform on a wide variety of operating systems including Windows, Linux, Mac OS X, and Android. A separate project called the Chromium Embedded Framework is probably the easiest way to use Chromium (and thus Blink) on your platform.
标签:
原文地址:http://www.cnblogs.com/JosephLiao/p/4414731.html