mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
- cefclient: Add background-color
command-line argument (issue #1161).
- Rename cef_url.h to cef_parser.h. - Add new CefParseCSSColor function.
This commit is contained in:
4
cef.gyp
4
cef.gyp
@@ -422,6 +422,7 @@
|
||||
'tests/unittests/message_router_unittest.cc',
|
||||
'tests/unittests/navigation_unittest.cc',
|
||||
'tests/unittests/os_rendering_unittest.cc',
|
||||
'tests/unittests/parser_unittest.cc',
|
||||
'tests/unittests/print_unittest.cc',
|
||||
'tests/unittests/process_message_unittest.cc',
|
||||
'tests/unittests/request_context_unittest.cc',
|
||||
@@ -443,7 +444,6 @@
|
||||
'tests/unittests/test_util.cc',
|
||||
'tests/unittests/test_util.h',
|
||||
'tests/unittests/tracing_unittest.cc',
|
||||
'tests/unittests/url_unittest.cc',
|
||||
'tests/unittests/urlrequest_unittest.cc',
|
||||
'tests/unittests/v8_unittest.cc',
|
||||
'tests/unittests/values_unittest.cc',
|
||||
@@ -1060,6 +1060,7 @@
|
||||
'libcef/common/main_delegate.h',
|
||||
'libcef/common/net_resource_provider.cc',
|
||||
'libcef/common/net_resource_provider.h',
|
||||
'libcef/common/parser_impl.cc',
|
||||
'libcef/common/process_message_impl.cc',
|
||||
'libcef/common/process_message_impl.h',
|
||||
'libcef/common/request_impl.cc',
|
||||
@@ -1083,7 +1084,6 @@
|
||||
'libcef/common/time_util.h',
|
||||
'libcef/common/tracker.cc',
|
||||
'libcef/common/tracker.h',
|
||||
'libcef/common/url_impl.cc',
|
||||
'libcef/common/urlrequest_impl.cc',
|
||||
'libcef/common/value_base.cc',
|
||||
'libcef/common/value_base.h',
|
||||
|
Reference in New Issue
Block a user