cef/tests/unittests
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
..
resources Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
views Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
CMakeLists.txt.in Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
browser_info_map_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
client_app_delegates.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
command_line_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
cookie_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
dialog_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
display_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
dom_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
download_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
draggable_regions_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
file_util.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
file_util.h Add CefScopedTempDir and file utility functions for unit tests (issue #1632) 2016-11-15 13:47:44 -05:00
file_util_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
frame_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
geolocation_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
image_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
image_util.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
image_util.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
jsdialog_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
life_span_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
message_router_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
navigation_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
os_rendering_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
os_rendering_unittest_mac.h Remove usage of ui::KeyboardCode in unit tests (issue #1632) 2016-11-15 17:50:33 -05:00
os_rendering_unittest_mac.mm Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
parser_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
plugin_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
preference_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
print_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
process_message_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
request_context_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
request_handler_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
request_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
resource.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
resource_manager_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
resource_util_linux.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
resource_util_win_idmap.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
routing_test_handler.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
routing_test_handler.h Update to Chromium revision 40af916d (#303546). 2014-11-12 19:25:15 +00:00
run_all_unittests.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
run_all_unittests_mac.mm Update to Chromium revision 0bfd25d4 (#381305) 2016-03-17 13:01:21 -04:00
scheme_handler_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
scoped_temp_dir_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
stream_resource_handler_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
stream_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
string_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
task_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
test_handler.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
test_handler.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
test_suite.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
test_suite.h Remove Chromium target dependencies for unit tests (issue #1632) 2016-11-16 12:51:44 -08:00
test_util.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
test_util.h Fix duplicate entries in CefRequest header map (issue #1840) 2016-03-01 19:11:08 -05:00
thread_helper.cc Add CefWaitableEvent interface for unit tests (issue #1632) 2016-11-15 16:18:41 -05:00
thread_helper.h Add CefWaitableEvent interface for unit tests (issue #1632) 2016-11-15 16:18:41 -05:00
thread_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
tracing_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
translator_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
urlrequest_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
v8_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
values_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
version_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
waitable_event_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
webui_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
xml_reader_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
zip_reader_unittest.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00