cef/libcef_dll/cpptoc/views
Marshall Greenblatt a76670a3ed 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 13:46:40 -05:00
..
box_layout_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
box_layout_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
browser_view_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
browser_view_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
browser_view_delegate_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
browser_view_delegate_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
button_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
button_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
button_delegate_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
button_delegate_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
display_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
display_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
fill_layout_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
fill_layout_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
label_button_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
label_button_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
layout_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
layout_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
menu_button_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
menu_button_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
menu_button_delegate_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
menu_button_delegate_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
panel_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
panel_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
panel_delegate_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
panel_delegate_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
scroll_view_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
scroll_view_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
textfield_cpptoc.cc Update to Chromium revision 9cedf753 (#418732) 2016-10-20 16:54:25 -04:00
textfield_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
textfield_delegate_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
textfield_delegate_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
view_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
view_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
view_delegate_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
view_delegate_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
window_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
window_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00
window_delegate_cpptoc.cc Use DCHECK_IS_ON() instead of !NDEBUG for debug logic (issue #1961) 2016-09-01 14:24:30 +03:00
window_delegate_cpptoc.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 13:46:40 -05:00