Move cef_* header files that should not be directly included by the client to the "include/internal" folder.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@237 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2011-05-20 20:52:47 +00:00
parent a42e73848d
commit f5f2189c63
30 changed files with 42 additions and 50 deletions

View File

@ -88,11 +88,11 @@ def make_capi_header(header):
extern "C" {
#endif
#include "cef_export.h"
#include "cef_string.h"
#include "cef_string_list.h"
#include "cef_string_map.h"
#include "cef_types.h"
#include "internal/cef_export.h"
#include "internal/cef_string.h"
#include "internal/cef_string_list.h"
#include "internal/cef_string_map.h"
#include "internal/cef_types.h"
"""