Gary Chine <[email protected]> writes: [...]
> ../../components/visitedlink/browser/visitedlink_master.cc:68: error: > undefined reference to 'base::OpenFile(base::FilePath const&, char > const*)' [...] > If I just need a arm arch build,the simplest way to change that I > think is:don't build the 'host' targeted in build commands or change > some codes in some gypi file with specified arguments,is that > correct?Currently,I use the ninja -C out/Release xwalk_core_library - > j8,which default builds both 'host' and 'target'(defined the value of _ > toolset) > > Another way is:keep the 'host' part the original,and move my change to > a separate target_condition,I think it's too difficult for me. It is still hard to figure out what you are trying to do and why; basically if you are replacing existing functionality in a layer as low as base/ you are in uncharted territory. From what I can understand you basically need option 2 above, as hard as it may be. _______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
