Some header files in the native/ directory have include guards like:
#ifndef CEF_TESTS_CEFCLIENT_JNI_UTIL_H_
#define CEF_TESTS_CEFCLIENT_JNI_UTIL_H_
...
#endif // CEF_TESTS_CEFCLIENT_JNI_UTIL_H_
This should be changed to something like "JCEF_NATIVE_JNI_UTIL_H_" that is
consistent with the JCEF directory structure.
Original issue reported on code.google.com by magreenb...@gmail.com on 24 Oct 2014 at 5:28
Original issue reported on code.google.com by
magreenb...@gmail.com
on 24 Oct 2014 at 5:28