|
140 | 140 | '<@(autogen_client_side)', |
141 | 141 | ], |
142 | 142 | 'appshell_sources_browser': [ |
| 143 | + 'appshell/browser/client_types.h', |
143 | 144 | 'appshell/browser/resource.h', |
144 | 145 | 'appshell/browser/resource_util.h', |
145 | 146 | ], |
146 | | - 'appshell_sources_common': [ |
| 147 | + 'appshell_sources_common_helper': [ |
147 | 148 | 'appshell/common/client_switches.cc', |
148 | 149 | 'appshell/common/client_switches.h', |
149 | 150 | 'appshell/appshell_extensions.cpp', |
|
155 | 156 | 'appshell/appshell_node_process.cpp', |
156 | 157 | 'appshell/command_callbacks.h', |
157 | 158 | 'appshell/config.h', |
158 | | - 'appshell/cefclient.cpp', |
159 | | - 'appshell/cefclient.h', |
160 | 159 | 'appshell/client_app.cpp', |
161 | 160 | 'appshell/client_app.h', |
162 | 161 | 'appshell/client_app_delegates.cpp', |
|
165 | 164 | 'appshell/native_menu_model.cpp', |
166 | 165 | 'appshell/native_menu_model.h', |
167 | 166 | ], |
| 167 | + 'appshell_sources_common': [ |
| 168 | + 'appshell/cefclient.cpp', |
| 169 | + 'appshell/cefclient.h', |
| 170 | + '<@(appshell_sources_common_helper)', |
| 171 | + ], |
168 | 172 | 'appshell_sources_renderer': [ |
169 | 173 | ], |
170 | 174 | 'appshell_sources_resources': [ |
|
257 | 261 | 'appshell/client_app_mac.mm', |
258 | 262 | 'appshell/client_handler_mac.mm', |
259 | 263 | 'appshell/process_helper_mac.cpp', |
260 | | - '<@(appshell_sources_common)', |
| 264 | + '<@(appshell_sources_common_helper)', |
261 | 265 | '<@(appshell_sources_renderer)', |
262 | 266 | ], |
263 | 267 | 'appshell_bundle_resources_mac': [ |
|
328 | 332 | '<@(appshell_sources_renderer)', |
329 | 333 | ], |
330 | 334 | 'appshell_bundle_resources_linux': [ |
331 | | - 'Resources/locales', |
332 | 335 | 'appshell/res/appshell32.png', |
333 | 336 | 'appshell/res/appshell48.png', |
334 | 337 | 'appshell/res/appshell128.png', |
335 | 338 | 'appshell/res/appshell256.png', |
336 | | - 'Resources/cef.pak', |
337 | | - 'Resources/devtools_resources.pak', |
338 | 339 | '<@(appshell_sources_resources)', |
339 | 340 | ], |
340 | | - 'appshell_bundle_libraries_linux': [ |
341 | | - '$(BUILDTYPE)/libcef.so', |
342 | | - ], |
343 | 341 | }, |
344 | 342 | } |
0 commit comments