|
69 | 69 | 'include/wrapper/cef_closure_task.h', |
70 | 70 | 'include/wrapper/cef_helpers.h', |
71 | 71 | 'include/wrapper/cef_message_router.h', |
| 72 | + 'include/wrapper/cef_resource_manager.h', |
72 | 73 | 'include/wrapper/cef_stream_resource_handler.h', |
73 | 74 | 'include/wrapper/cef_xml_object.h', |
74 | 75 | 'include/wrapper/cef_zip_archive.h', |
75 | | - |
76 | 76 | ], |
77 | 77 | 'includes_win': [ |
78 | 78 | 'include/base/internal/cef_atomicops_x86_msvc.h', |
|
96 | 96 | ], |
97 | 97 | 'libcef_sources_common': [ |
98 | 98 | 'libcef_dll/cpptoc/cpptoc.h', |
| 99 | + 'libcef_dll/ctocpp/base_ctocpp.cc', |
| 100 | + 'libcef_dll/ctocpp/base_ctocpp.h', |
99 | 101 | 'libcef_dll/ctocpp/ctocpp.h', |
100 | 102 | 'libcef_dll/libcef_dll.cc', |
101 | 103 | 'libcef_dll/libcef_dll2.cc', |
102 | 104 | 'libcef_dll/resource.h', |
103 | | - 'libcef_dll/transfer_util.cpp', |
| 105 | + 'libcef_dll/transfer_util.cc', |
104 | 106 | 'libcef_dll/transfer_util.h', |
| 107 | + 'libcef_dll/wrapper_types.h', |
105 | 108 | '<@(autogen_library_side)', |
106 | 109 | ], |
107 | 110 | 'libcef_dll_wrapper_sources_common': [ |
|
117 | 120 | 'libcef_dll/base/cef_thread_checker_impl.cc', |
118 | 121 | 'libcef_dll/base/cef_thread_collision_warner.cc', |
119 | 122 | 'libcef_dll/base/cef_weak_ptr.cc', |
| 123 | + 'libcef_dll/cpptoc/base_cpptoc.cc', |
120 | 124 | 'libcef_dll/cpptoc/base_cpptoc.h', |
121 | 125 | 'libcef_dll/cpptoc/cpptoc.h', |
122 | | - 'libcef_dll/ctocpp/base_ctocpp.h', |
123 | 126 | 'libcef_dll/ctocpp/ctocpp.h', |
124 | | - 'libcef_dll/transfer_util.cpp', |
| 127 | + 'libcef_dll/transfer_util.cc', |
125 | 128 | 'libcef_dll/transfer_util.h', |
| 129 | + 'libcef_dll/wrapper_types.h', |
126 | 130 | 'libcef_dll/wrapper/cef_browser_info_map.h', |
127 | 131 | 'libcef_dll/wrapper/cef_byte_read_handler.cc', |
128 | 132 | 'libcef_dll/wrapper/cef_closure_task.cc', |
129 | 133 | 'libcef_dll/wrapper/cef_message_router.cc', |
| 134 | + 'libcef_dll/wrapper/cef_resource_manager.cc', |
130 | 135 | 'libcef_dll/wrapper/cef_stream_resource_handler.cc', |
131 | 136 | 'libcef_dll/wrapper/cef_xml_object.cc', |
132 | 137 | 'libcef_dll/wrapper/cef_zip_archive.cc', |
|
0 commit comments