cef/libcef_dll/ctocpp/views
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
..
box_layout_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
box_layout_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
browser_view_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
browser_view_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
browser_view_delegate_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
browser_view_delegate_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
button_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
button_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
button_delegate_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
button_delegate_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
display_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
display_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
fill_layout_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
fill_layout_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
label_button_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
label_button_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
layout_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
layout_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
menu_button_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
menu_button_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
menu_button_delegate_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
menu_button_delegate_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
panel_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
panel_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
panel_delegate_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
panel_delegate_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
scroll_view_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
scroll_view_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
textfield_ctocpp.cc Update to Chromium revision 9cedf753 (#418732) 2016-10-20 16:54:25 -04:00
textfield_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
textfield_delegate_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
textfield_delegate_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
view_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
view_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
view_delegate_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
view_delegate_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
window_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
window_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
window_delegate_ctocpp.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
window_delegate_ctocpp.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00