cef/tests/cefsimple
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
..
mac Update platform and build requirements. 2016-04-29 13:16:28 -04:00
res Add the cefsimple sample application which demonstrates the minimal functionality required to create a browser window. 2013-11-26 22:02:14 +00:00
CMakeLists.txt.in Mac: Set rpath instead of using install_name_tool from CMake (issue #1403) 2016-09-02 16:59:39 +03:00
cefsimple.exe.manifest Add the cefsimple sample application which demonstrates the minimal functionality required to create a browser window. 2013-11-26 22:02:14 +00:00
cefsimple.rc Add the cefsimple sample application which demonstrates the minimal functionality required to create a browser window. 2013-11-26 22:02:14 +00:00
cefsimple_linux.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
cefsimple_mac.mm Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
cefsimple_win.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
process_helper_mac.cc Rename .cpp file extensions to .cc for consistency (issue #1500). 2015-01-22 01:55:39 +00:00
resource.h Add the cefsimple sample application which demonstrates the minimal functionality required to create a browser window. 2013-11-26 22:02:14 +00:00
simple_app.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
simple_app.h cefsimple: Only instantiate SimpleApp in the browser process (issue #1776) 2015-12-03 17:27:32 -05:00
simple_handler.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
simple_handler.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
simple_handler_linux.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
simple_handler_mac.mm Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
simple_handler_win.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00