cef/libcef_dll
Marshall Greenblatt 8fee8ed05d Add unittests target to the binary distribution (issue #1632)
- Move all tests from the top-level directory to tests/.
- Move files shared by cefclient and unittests to tests/shared/.
- Add a fused (single header/source file) version of gtest in
  tests/gtest/ with associated CMake configuration.
- Test-only headers are now exposed in include/test/. Unit test
  targets must define UNIT_TEST in order to access them.
- Replace usage of USING_CEF_SHARED with WRAPPING_CEF_SHARED for
  clarity (only the libcef_dll_wrapper target should define it).
- Remove the RENAME_DIRECTORY CMake macro which is no longer used.
- Remove C++11 usage from unittests sources for compatibility with
  the binary distribution configuration.
- Windows: Fix build errors due to chrome_elf.dll and imm32.lib
  missing from the CMake configuration.
2016-11-18 03:19:17 -05:00
..
base Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
cpptoc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
ctocpp Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
sandbox Update to Chromium revision 2b3ae3b8 (#394939) 2016-05-25 08:10:01 -07:00
wrapper Remove Chromium target dependencies for unit tests (issue #1632) 2016-11-16 12:51:44 -08:00
CMakeLists.txt.in Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
libcef.dll.manifest Update to Chromium revision 217791. 2013-08-15 19:38:55 +00:00
libcef.lst Linux: Add version script to restrict exported symbols (issue #1765) 2016-06-06 12:31:24 -04:00
libcef_dll.cc Add CefWaitableEvent interface for unit tests (issue #1632) 2016-11-15 16:18:41 -05:00
libcef_dll.rc Change CEF version number format to remove SVN dependency (issue #1580). 2015-03-16 19:34:35 -04:00
libcef_dll2.cc Change CEF version number format to remove SVN dependency (issue #1580). 2015-03-16 19:34:35 -04:00
resource.h Add support for JavaScript alert, confirm, prompt and onbeforeunload dialogs (issue #507). 2012-04-16 21:15:27 +00:00
transfer_util.cc Change index parameter type from int to size_t (issue #1491) 2016-11-04 15:26:35 -04:00
transfer_util.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
views_stub.cc Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
wrapper_types.h Add CefWaitableEvent interface for unit tests (issue #1632) 2016-11-15 16:18:41 -05:00