mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add CefScopedTempDir and file utility functions for unit tests (issue #1632)
This commit is contained in:
7
BUILD.gn
7
BUILD.gn
@@ -429,6 +429,7 @@ static_library("libcef_static") {
|
||||
"libcef/common/extensions/extensions_client.h",
|
||||
"libcef/common/extensions/extensions_util.cc",
|
||||
"libcef/common/extensions/extensions_util.h",
|
||||
"libcef/common/file_util_impl.cc",
|
||||
"libcef/common/json_impl.cc",
|
||||
"libcef/common/main_delegate.cc",
|
||||
"libcef/common/main_delegate.h",
|
||||
@@ -1373,6 +1374,9 @@ cef_unittests_sources = [
|
||||
"tests/unittests/dom_unittest.cc",
|
||||
"tests/unittests/download_unittest.cc",
|
||||
"tests/unittests/draggable_regions_unittest.cc",
|
||||
"tests/unittests/file_util.cc",
|
||||
"tests/unittests/file_util.h",
|
||||
"tests/unittests/file_util_unittest.cc",
|
||||
"tests/unittests/frame_unittest.cc",
|
||||
"tests/unittests/geolocation_unittest.cc",
|
||||
"tests/unittests/image_unittest.cc",
|
||||
@@ -1396,6 +1400,7 @@ cef_unittests_sources = [
|
||||
"tests/unittests/routing_test_handler.h",
|
||||
"tests/unittests/run_all_unittests.cc",
|
||||
"tests/unittests/scheme_handler_unittest.cc",
|
||||
"tests/unittests/scoped_temp_dir_unittest.cc",
|
||||
"tests/unittests/stream_unittest.cc",
|
||||
"tests/unittests/stream_resource_handler_unittest.cc",
|
||||
"tests/unittests/string_unittest.cc",
|
||||
@@ -1695,6 +1700,8 @@ if (is_mac) {
|
||||
"tests/unittests/client_app_delegates.cc",
|
||||
"tests/unittests/cookie_unittest.cc",
|
||||
"tests/unittests/dom_unittest.cc",
|
||||
"tests/unittests/file_util.cc",
|
||||
"tests/unittests/file_util.h",
|
||||
"tests/unittests/frame_unittest.cc",
|
||||
"tests/unittests/message_router_unittest.cc",
|
||||
"tests/unittests/navigation_unittest.cc",
|
||||
|
Reference in New Issue
Block a user