From e3b47eb8b9b553d49f44b4156dbe371240c66ef4 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Fri, 5 Nov 2010 11:23:17 -0700 Subject: Build the .proto with the build system rules. and use the lite version of libprotobuff. Change-Id: Ie1f57d2c486408a610d546f388e121fa28734b00 --- net/socket/ssl_host_info.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'net') diff --git a/net/socket/ssl_host_info.cc b/net/socket/ssl_host_info.cc index 4b5bb02..cc29545 100644 --- a/net/socket/ssl_host_info.cc +++ b/net/socket/ssl_host_info.cc @@ -5,7 +5,13 @@ #include "net/socket/ssl_host_info.h" #include "net/socket/ssl_client_socket.h" +#ifdef ANDROID +// the android platform build system use a fixed include path relative to the +// top directory (root of the source tree). +#include "external/chromium/net/socket/ssl_host_info.pb.h" +#else #include "net/socket/ssl_host_info.pb.h" +#endif namespace net { -- cgit v1.1