Advertisement
Xaymar

v2987 Log

Jan 31st, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.15 KB | None | 0 0
  1.  
  2. D:\Projects\Cpp\cef>SET "CEFBRANCH=2987"
  3.  
  4. D:\Projects\Cpp\cef>call .2.update.bat
  5. --> Download Directory: D:\Projects\Cpp\cef\v2987
  6. --> Depot Tools Directory: D:\Projects\Cpp\cef\depot_tools
  7. --> Updating depot_tools
  8. -------- Running "update_depot_tools.bat" in "D:\Projects\Cpp\cef\depot_tools"...
  9. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat config --get remote.origin.url" in "D:\Projects\Cpp\cef\v2987\cef"...
  10. --> CEF Branch: trunk
  11. --> CEF URL: https://bitbucket.org/chromiumembedded/cef.git
  12. --> CEF Source Directory: D:\Projects\Cpp\cef\v2987\cef
  13. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat rev-parse HEAD" in "D:\Projects\Cpp\cef\v2987\cef"...
  14. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat fetch" in "D:\Projects\Cpp\cef\v2987\cef"...
  15. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat rev-parse 2987" in "D:\Projects\Cpp\cef\v2987\cef"...
  16. --> CEF Current Checkout: f035232c082f837d2b85bd7821a93a54fc742775
  17. --> CEF Desired Checkout: f035232c082f837d2b85bd7821a93a54fc742775 (2987)
  18. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat checkout 2987" in "D:\Projects\Cpp\cef\v2987\cef"...
  19. Already on '2987'
  20. Your branch is up to date with 'origin/2987'.
  21. --> CEF Output Directory: D:\Projects\Cpp\cef\v2987\out_trunk
  22. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat config --get remote.origin.url" in "D:\Projects\Cpp\cef\v2987\chromium\src"...
  23. --> Chromium URL: https://chromium.googlesource.com/chromium/src.git
  24. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat rev-parse HEAD" in "D:\Projects\Cpp\cef\v2987\chromium\src"...
  25. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat rev-parse refs/tags/57.0.2987.133" in "D:\Projects\Cpp\cef\v2987\chromium\src"...
  26. --> Chromium Current Checkout: 8a67263f2d4e0fcbf1675e08b7e24672046463d2
  27. --> Chromium Desired Checkout: 8a67263f2d4e0fcbf1675e08b7e24672046463d2 (refs/tags/57.0.2987.133)
  28. --> Removing directory D:\Projects\Cpp\cef\v2987\chromium\src\cef
  29. --> Moving directory D:\Projects\Cpp\cef\v2987\chromium\src\out to D:\Projects\Cpp\cef\v2987\out_trunk
  30. -------- Running "gclient revert --nohooks" in "D:\Projects\Cpp\cef\v2987\chromium"...
  31. Syncing projects: 100% (81/81), done.
  32. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat fetch" in "D:\Projects\Cpp\cef\v2987\chromium\src"...
  33. remote: Counting objects: 234711, done
  34. remote: Finding sources: 100% (53/53)
  35. remote: Total 53 (delta 2), reused 47 (delta 2)
  36. Unpacking objects: 100% (53/53), done.
  37. From https://chromium.googlesource.com/chromium/src
  38. 56f8847b9a5e..d3dad387a217 master -> origin/master
  39. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat fetch --tags" in "D:\Projects\Cpp\cef\v2987\chromium\src"...
  40. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat checkout refs/tags/57.0.2987.133" in "D:\Projects\Cpp\cef\v2987\chromium\src"...
  41. Previous HEAD position was 56f8847b9a5e... Roll src/third_party/webrtc/ 3c706972b..bbf46c275 (4 commits)
  42. HEAD is now at 8a67263f2d4e... Publish DEPS for Chromium 57.0.2987.133
  43. --> Chromium DEPS file: D:\Projects\Cpp\cef\v2987\chromium\src\DEPS
  44. -------- Running "D:\Projects\Cpp\cef\depot_tools\python.bat D:\Projects\Cpp\cef\v2987\cef\tools\patcher.py --patch-file "D:\Projects\Cpp\cef\v2987\cef\patch\patches\DEPS" --patch-dir "D:\Projects\Cpp\cef\v2987\chromium\src"" in "D:\Projects\Cpp\cef\v2987\chromium\src"...
  45. Traceback (most recent call last):
  46. File "D:\Projects\Cpp\cef\v2987\cef\tools\patcher.py", line 84, in <module>
  47. patch_file(options.patchfile, options.patchdir)
  48. File "D:\Projects\Cpp\cef\v2987\cef\tools\patcher.py", line 29, in patch_file
  49. raise Exception('Patch file %s does not exist.' % patch_file)
  50. Exception: Patch file D:\Projects\Cpp\cef\v2987\cef\patch\patches\DEPS does not exist.
  51. Traceback (most recent call last):
  52. File "automate\automate-git.py", line 977, in <module>
  53. apply_deps_patch()
  54. File "automate\automate-git.py", line 277, in apply_deps_patch
  55. chromium_src_dir), chromium_src_dir, depot_tools_dir)
  56. File "automate\automate-git.py", line 55, in run
  57. args, cwd=working_dir, env=env, shell=(sys.platform == 'win32'))
  58. File "D:\Projects\Cpp\cef\depot_tools\win_tools-2_7_6_bin\python\bin\lib\subprocess.py", line 540, in check_call
  59. raise CalledProcessError(retcode, cmd)
  60. subprocess.CalledProcessError: Command '['D:\\Projects\\Cpp\\cef\\depot_tools\\python.bat', 'D:\\Projects\\Cpp\\cef\\v2987\\cef\\tools\\patcher.py', '--patch-file', 'D:\\Projects\\Cpp\\cef\\v2987\\cef\\patch\\patches\\DEPS', '--patch-dir', 'D:\\Projects\\Cpp\\cef\\v2987\\chromium\\src']' returned non-zero exit status 1
  61. Das System kann den angegebenen Pfad nicht finden.
  62. Der Befehl "cef_create_projects.bat" ist entweder falsch geschrieben oder
  63. konnte nicht gefunden werden.
  64. --> Download Directory: D:\Projects\Cpp\cef\v2987
  65. --> Depot Tools Directory: D:\Projects\Cpp\cef\depot_tools
  66. --> Updating depot_tools
  67. -------- Running "update_depot_tools.bat" in "D:\Projects\Cpp\cef\depot_tools"...
  68. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat config --get remote.origin.url" in "D:\Projects\Cpp\cef\v2987\cef"...
  69. --> CEF Branch: trunk
  70. --> CEF URL: https://bitbucket.org/chromiumembedded/cef.git
  71. --> CEF Source Directory: D:\Projects\Cpp\cef\v2987\cef
  72. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat rev-parse HEAD" in "D:\Projects\Cpp\cef\v2987\cef"...
  73. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat fetch" in "D:\Projects\Cpp\cef\v2987\cef"...
  74. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat rev-parse 2987" in "D:\Projects\Cpp\cef\v2987\cef"...
  75. --> CEF Current Checkout: f035232c082f837d2b85bd7821a93a54fc742775
  76. --> CEF Desired Checkout: f035232c082f837d2b85bd7821a93a54fc742775 (2987)
  77. --> CEF Output Directory: D:\Projects\Cpp\cef\v2987\out_trunk
  78. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat config --get remote.origin.url" in "D:\Projects\Cpp\cef\v2987\chromium\src"...
  79. --> Chromium URL: https://chromium.googlesource.com/chromium/src.git
  80. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat rev-parse HEAD" in "D:\Projects\Cpp\cef\v2987\chromium\src"...
  81. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat rev-parse refs/tags/57.0.2987.133" in "D:\Projects\Cpp\cef\v2987\chromium\src"...
  82. --> Chromium Current Checkout: 8a67263f2d4e0fcbf1675e08b7e24672046463d2
  83. --> Chromium Desired Checkout: 8a67263f2d4e0fcbf1675e08b7e24672046463d2 (refs/tags/57.0.2987.133)
  84. --> Copying directory D:\Projects\Cpp\cef\v2987\cef to D:\Projects\Cpp\cef\v2987\chromium\src\cef
  85. --> Moving directory D:\Projects\Cpp\cef\v2987\out_trunk to D:\Projects\Cpp\cef\v2987\chromium\src\out
  86. --> GYP_DEFINES=buildtype=Official
  87. --> GN_ARGUMENTS=--ide=vs2017 --sln=cef --filters=//cef/*
  88. --> GYP_MSVS_VERSION=2017
  89. --> CEF_USE_GN=1
  90. --> GN_DEFINES=is_official_build=true use_jumbo_build=true enable_precompiled_headers=false
  91. --> DEPOT_TOOLS_WIN_TOOLCHAIN=0
  92. -------- Running "D:\Projects\Cpp\cef\v2987\chromium\src\cef\cef_create_projects.bat" in "D:\Projects\Cpp\cef\v2987\chromium\src\cef"...
  93.  
  94. Generating CEF version header file...
  95. ________ running 'D:\Projects\Cpp\cef\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe tools/make_version_header.py --header include/cef_version.h --cef_version VERSION --chrome_version ../chrome/VERSION --cpp_header_dir include' in 'D:\Projects\Cpp\cef\v2987\chromium\src\cef'
  96. File include/cef_version.h updated.
  97.  
  98. Patching build configuration and source files for CEF...
  99. ________ running 'D:\Projects\Cpp\cef\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe tools/patcher.py --patch-config patch/patch.cfg' in 'D:\Projects\Cpp\cef\v2987\chromium\src\cef'
  100. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/gritsettings.patch
  101. --> successfully patched ../tools/gritsettings/resource_ids
  102. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/gn_config.patch
  103. --> successfully patched ../.gn
  104. --> successfully patched ../BUILD.gn
  105. --> successfully patched ../build/config/win/visual_studio_version.gni
  106. --> successfully patched ../build/toolchain/win/setup_toolchain.py
  107. --> successfully patched ../build/vs_toolchain.py
  108. --> successfully patched ../chrome/chrome_paks.gni
  109. --> successfully patched ../chrome/installer/mini_installer/BUILD.gn
  110. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/zlib.patch
  111. --> successfully patched ../third_party/zlib/contrib/minizip/unzip.c
  112. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/message_loop_443_1992243003.patch
  113. --> successfully patched ../base/message_loop/message_loop.cc
  114. --> successfully patched ../base/message_loop/message_loop.h
  115. --> successfully patched ../base/message_loop/message_pump_win.cc
  116. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/webkit_popups.patch
  117. --> successfully patched ../third_party/WebKit/Source/web/ChromeClientImpl.cpp
  118. --> successfully patched ../third_party/WebKit/Source/web/WebViewImpl.cpp
  119. --> successfully patched ../third_party/WebKit/Source/web/WebViewImpl.h
  120. --> successfully patched ../third_party/WebKit/public/web/WebView.h
  121. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/underlay_1051.patch
  122. --> successfully patched ../ui/base/cocoa/underlay_opengl_hosting_window.h
  123. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/views_widget_180_1481_1565_1677_1749.patch
  124. --> successfully patched ../content/browser/renderer_host/render_widget_host_view_base.cc
  125. --> successfully patched ../content/browser/renderer_host/render_widget_host_view_base.h
  126. --> successfully patched ../content/browser/renderer_host/render_widget_host_view_event_handler.cc
  127. --> successfully patched ../content/public/browser/render_widget_host_view.h
  128. --> successfully patched ../ui/views/widget/desktop_aura/desktop_screen_win.cc
  129. --> successfully patched ../ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
  130. --> successfully patched ../ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
  131. --> successfully patched ../ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
  132. --> successfully patched ../ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
  133. --> successfully patched ../ui/views/widget/widget.cc
  134. --> successfully patched ../ui/views/widget/widget.h
  135. --> successfully patched ../ui/views/win/hwnd_message_handler.cc
  136. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/content_nav_1129.patch
  137. --> successfully patched ../content/public/renderer/content_renderer_client.cc
  138. --> successfully patched ../content/public/renderer/content_renderer_client.h
  139. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/web_contents_1257_1565.patch
  140. --> successfully patched ../content/browser/web_contents/web_contents_impl.cc
  141. --> successfully patched ../content/public/browser/web_contents.cc
  142. --> successfully patched ../content/public/browser/web_contents.h
  143. --> successfully patched ../content/public/browser/web_contents_delegate.h
  144. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/compositor_1368.patch
  145. --> successfully patched ../content/browser/compositor/gpu_process_transport_factory.cc
  146. --> successfully patched ../ui/compositor/compositor.h
  147. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/browser_plugin_guest_1565.patch
  148. --> successfully patched ../content/browser/browser_plugin/browser_plugin_guest.cc
  149. --> successfully patched ../content/browser/frame_host/interstitial_page_impl.cc
  150. --> successfully patched ../content/browser/web_contents/web_contents_view.h
  151. --> successfully patched ../content/browser/web_contents/web_contents_view_aura.cc
  152. --> successfully patched ../content/browser/web_contents/web_contents_view_aura.h
  153. --> successfully patched ../content/browser/web_contents/web_contents_view_child_frame.cc
  154. --> successfully patched ../content/browser/web_contents/web_contents_view_child_frame.h
  155. --> successfully patched ../content/browser/web_contents/web_contents_view_guest.cc
  156. --> successfully patched ../content/browser/web_contents/web_contents_view_guest.h
  157. --> successfully patched ../content/browser/web_contents/web_contents_view_mac.h
  158. --> successfully patched ../content/browser/web_contents/web_contents_view_mac.mm
  159. --> successfully patched ../content/public/browser/browser_plugin_guest_delegate.h
  160. --> successfully patched ../extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.cc
  161. --> successfully patched ../extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.h
  162. --> successfully patched ../extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest_delegate.h
  163. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/prefs_content_1161.patch
  164. --> successfully patched ../content/public/common/common_param_traits_macros.h
  165. --> successfully patched ../content/public/common/web_preferences.cc
  166. --> successfully patched ../content/public/common/web_preferences.h
  167. --> successfully patched ../content/renderer/render_view_impl.cc
  168. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/ui_dragdrop_355390.patch
  169. --> successfully patched ../ui/base/dragdrop/os_exchange_data_provider_aurax11.cc
  170. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/service_factory_1680.patch
  171. --> successfully patched ../chrome/browser/spellchecker/spellcheck_factory.cc
  172. --> successfully patched ../chrome/browser/spellchecker/spellcheck_factory.h
  173. --> successfully patched ../chrome/browser/supervised_user/supervised_user_settings_service_factory.cc
  174. --> successfully patched ../chrome/browser/supervised_user/supervised_user_settings_service_factory.h
  175. --> successfully patched ../chrome/browser/ui/prefs/prefs_tab_helper.cc
  176. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/net_urlrequest_1327.patch
  177. --> successfully patched ../net/url_request/url_request.h
  178. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/content_pepper_flash_1586.patch
  179. --> successfully patched ../content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc
  180. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/ime_1610.patch
  181. --> successfully patched ../ui/base/ime/input_method_win.cc
  182. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/print_header_footer_1478_1565.patch
  183. --> successfully patched ../chrome/browser/ui/cocoa/applescript/tab_applescript.mm
  184. --> successfully patched ../components/printing/common/print_messages.cc
  185. --> successfully patched ../components/printing/common/print_messages.h
  186. --> successfully patched ../components/printing/renderer/print_web_view_helper.cc
  187. --> successfully patched ../components/printing/renderer/print_web_view_helper.h
  188. --> successfully patched ../components/printing/renderer/print_web_view_helper_mac.mm
  189. --> successfully patched ../components/resources/printing_resources.grdp
  190. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/process_title_1639.patch
  191. --> successfully patched ../content/common/set_process_title.cc
  192. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/browser_frame_host_guest_1687.patch
  193. --> successfully patched ../content/browser/frame_host/render_widget_host_view_guest.cc
  194. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/supports_user_data_1710.patch
  195. --> successfully patched ../base/supports_user_data.h
  196. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/render_widget_host_1070383005.patch
  197. --> successfully patched ../content/browser/renderer_host/render_widget_host_view_mac.mm
  198. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/renderer_preferences_util_545103.patch
  199. --> successfully patched ../chrome/browser/renderer_preferences_util.cc
  200. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/font_family_cache_1501.patch
  201. --> successfully patched ../chrome/browser/font_family_cache.h
  202. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/pdfium_print_549365.patch
  203. --> file is not patched - failed hunk: 1
  204. --> source file is different - ../third_party/pdfium/BUILD.gn
  205. --> file is not patched - failed hunk: 1
  206. --> source file is different - ../third_party/pdfium/fpdfsdk/fpdfview.cpp
  207. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/net_filter_515.patch
  208. --> successfully patched ../net/base/network_delegate.h
  209. --> successfully patched ../net/url_request/url_request_job.cc
  210. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/views_1749.patch
  211. --> successfully patched ../ui/views/controls/button/menu_button.cc
  212. --> successfully patched ../ui/views/controls/button/menu_button.h
  213. --> successfully patched ../ui/views/view.h
  214. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/render_view_host_impl_1392.patch
  215. --> successfully patched ../content/browser/renderer_host/render_view_host_impl.h
  216. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/browser_compositor_mac.patch
  217. --> successfully patched ../content/browser/renderer_host/browser_compositor_view_mac.h
  218. --> successfully patched ../content/browser/renderer_host/browser_compositor_view_mac.mm
  219. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/chrome_widevine.patch
  220. --> successfully patched ../chrome/common/chrome_content_client.cc
  221. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/chrome_profile.patch
  222. --> successfully patched ../chrome/browser/profiles/incognito_helpers.cc
  223. --> successfully patched ../chrome/browser/profiles/incognito_helpers.h
  224. --> successfully patched ../chrome/browser/profiles/profile_manager.h
  225. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/storage_partition_1973.patch
  226. --> successfully patched ../content/browser/appcache/appcache_internals_ui.cc
  227. --> successfully patched ../content/browser/blob_storage/chrome_blob_storage_context.cc
  228. --> successfully patched ../content/browser/blob_storage/chrome_blob_storage_context.h
  229. --> successfully patched ../content/browser/browser_context.cc
  230. --> successfully patched ../content/browser/devtools/protocol/service_worker_handler.cc
  231. --> successfully patched ../content/browser/renderer_host/render_process_host_impl.cc
  232. --> successfully patched ../content/browser/renderer_host/render_process_host_impl.h
  233. --> successfully patched ../content/browser/site_instance_impl.cc
  234. --> successfully patched ../content/browser/storage_partition_impl.h
  235. --> successfully patched ../content/browser/streams/stream_context.cc
  236. --> successfully patched ../content/browser/streams/stream_context.h
  237. --> successfully patched ../content/public/browser/browser_context.h
  238. --> successfully patched ../content/public/browser/storage_partition.h
  239. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/ui_views_test_640741.patch
  240. --> successfully patched ../ui/views/test/ui_controls_factory_desktop_aurax11.cc
  241. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/webview_plugin_2020.patch
  242. --> successfully patched ../chrome/app/generated_resources.grd
  243. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/webui_2037.patch
  244. --> successfully patched ../chrome/browser/ui/webui/net_internals/net_internals_ui.cc
  245. --> successfully patched ../content/browser/resource_context_impl.cc
  246. --> successfully patched ../content/browser/resource_context_impl.h
  247. --> successfully patched ../content/browser/webui/url_data_manager.cc
  248. --> successfully patched ../content/browser/webui/url_data_manager.h
  249. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/net_security_expiration_1994.patch
  250. --> successfully patched ../net/cert/ct_policy_enforcer.cc
  251. --> successfully patched ../net/cert/ct_policy_enforcer.h
  252. --> successfully patched ../net/http/transport_security_state.cc
  253. --> successfully patched ../net/http/transport_security_state.h
  254. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/render_widget_latency_2060.patch
  255. --> successfully patched ../content/browser/renderer_host/input/render_widget_host_latency_tracker.cc
  256. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/crashpad_1995.patch
  257. --> successfully patched ../build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn
  258. --> successfully patched ../chrome/common/crash_keys.cc
  259. --> successfully patched ../chrome/common/crash_keys.h
  260. --> successfully patched ../chrome_elf/BUILD.gn
  261. --> successfully patched ../chrome_elf/crash/crash_helper.cc
  262. --> successfully patched ../components/crash/content/app/breakpad_linux.cc
  263. --> successfully patched ../components/crash/content/app/breakpad_linux.h
  264. --> successfully patched ../components/crash/content/app/crash_reporter_client.cc
  265. --> successfully patched ../components/crash/content/app/crash_reporter_client.h
  266. --> successfully patched ../components/crash/content/app/crashpad.cc
  267. --> successfully patched ../components/crash/content/app/crashpad_mac.mm
  268. --> successfully patched ../components/crash/content/app/crashpad_win.cc
  269. --> successfully patched ../content/browser/frame_host/debug_urls.cc
  270. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/crashpad_tp_1995.patch
  271. --> successfully patched ../third_party/crashpad/crashpad/client/prune_crash_reports.cc
  272. --> successfully patched ../third_party/crashpad/crashpad/client/prune_crash_reports.h
  273. --> successfully patched ../third_party/crashpad/crashpad/client/settings.cc
  274. --> successfully patched ../third_party/crashpad/crashpad/client/settings.h
  275. --> successfully patched ../third_party/crashpad/crashpad/handler/crash_report_upload_thread.h
  276. --> successfully patched ../third_party/crashpad/crashpad/handler/handler_main.cc
  277. --> successfully patched ../third_party/crashpad/crashpad/util/net/http_transport_win.cc
  278. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/rwh_background_color_1984.patch
  279. --> successfully patched ../content/browser/renderer_host/render_widget_host_view_aura.cc
  280. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/plugin_info_2015.patch
  281. --> successfully patched ../chrome/browser/download/download_target_determiner.cc
  282. --> successfully patched ../chrome/browser/plugins/chrome_plugin_service_filter.cc
  283. --> successfully patched ../chrome/browser/plugins/chrome_plugin_service_filter.h
  284. --> successfully patched ../chrome/browser/plugins/plugin_info_message_filter.cc
  285. --> successfully patched ../chrome/browser/ui/cocoa/drag_util.mm
  286. --> successfully patched ../chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc
  287. --> successfully patched ../content/browser/frame_host/render_frame_message_filter.cc
  288. --> successfully patched ../content/browser/frame_host/render_frame_message_filter.h
  289. --> successfully patched ../content/browser/loader/mime_sniffing_resource_handler.cc
  290. --> successfully patched ../content/browser/plugin_service_impl.cc
  291. --> successfully patched ../content/browser/plugin_service_impl.h
  292. --> successfully patched ../content/common/frame_messages.h
  293. --> successfully patched ../content/ppapi_plugin/ppapi_blink_platform_impl.cc
  294. --> successfully patched ../content/ppapi_plugin/ppapi_blink_platform_impl.h
  295. --> successfully patched ../content/public/browser/plugin_service.h
  296. --> successfully patched ../content/public/browser/plugin_service_filter.h
  297. --> successfully patched ../content/renderer/render_frame_impl.cc
  298. --> successfully patched ../content/renderer/renderer_blink_platform_impl.cc
  299. --> successfully patched ../content/renderer/renderer_blink_platform_impl.h
  300. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/plugin_info_webkit_2015.patch
  301. --> successfully patched ../third_party/WebKit/Source/core/dom/DOMImplementation.cpp
  302. --> successfully patched ../third_party/WebKit/Source/core/frame/LocalFrame.cpp
  303. --> successfully patched ../third_party/WebKit/Source/core/page/Page.cpp
  304. --> successfully patched ../third_party/WebKit/Source/core/page/Page.h
  305. --> successfully patched ../third_party/WebKit/Source/platform/plugins/PluginData.cpp
  306. --> successfully patched ../third_party/WebKit/Source/platform/plugins/PluginData.h
  307. --> successfully patched ../third_party/WebKit/public/platform/Platform.h
  308. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/views_menu_2102.patch
  309. --> successfully patched ../ui/base/models/menu_model.h
  310. --> successfully patched ../ui/gfx/render_text.cc
  311. --> successfully patched ../ui/gfx/render_text.h
  312. --> successfully patched ../ui/views/controls/button/label_button.cc
  313. --> successfully patched ../ui/views/controls/label.cc
  314. --> successfully patched ../ui/views/controls/label.h
  315. --> successfully patched ../ui/views/controls/menu/menu_controller.cc
  316. --> successfully patched ../ui/views/controls/menu/menu_delegate.h
  317. --> successfully patched ../ui/views/controls/menu/menu_item_view.cc
  318. --> successfully patched ../ui/views/controls/menu/menu_model_adapter.cc
  319. --> successfully patched ../ui/views/controls/menu/menu_model_adapter.h
  320. --> successfully patched ../ui/views/controls/menu/menu_scroll_view_container.cc
  321. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/navigation_handle.patch
  322. --> successfully patched ../content/browser/frame_host/navigation_handle_impl.cc
  323. --> successfully patched ../content/browser/frame_host/navigation_handle_impl.h
  324. --> successfully patched ../content/browser/frame_host/render_frame_host_impl.cc
  325.  
  326. Generating CEF project files...
  327. ________ running 'gn gen out\Debug_GN_x86 --ide=vs2017 --sln=cef --filters=//cef/*' in 'D:\Projects\Cpp\cef\v2987\chromium\src'
  328. gn.py: Could not find gn executable at: D:\Projects\Cpp\cef\v2987\chromium\src\buildtools\win\gn.exe
  329. Traceback (most recent call last):
  330. File "tools\gclient_hook.py", line 135, in <module>
  331. RunAction(src_dir, cmd)
  332. File "D:\Projects\Cpp\cef\v2987\chromium\src\cef\tools\gclient_util.py", line 39, in RunAction
  333. command, cwd=dir, always=True)
  334. File "D:\Projects\Cpp\cef\depot_tools\gclient_utils.py", line 314, in CheckCallAndFilterAndHeader
  335. return CheckCallAndFilter(args, **kwargs)
  336. File "D:\Projects\Cpp\cef\depot_tools\gclient_utils.py", line 560, in CheckCallAndFilter
  337. rv, args, kwargs.get('cwd', None), None, None)
  338. subprocess2.CalledProcessError: Command 'gn gen out\\Debug_GN_x86 --ide=vs2017 --sln=cef --filters=//cef/*' returned non-zero exit status 2 in D:\Projects\Cpp\cef\v2987\chromium\src
  339. Traceback (most recent call last):
  340. File "automate\automate-git.py", line 1048, in <module>
  341. run(path, cef_src_dir, depot_tools_dir)
  342. File "automate\automate-git.py", line 55, in run
  343. args, cwd=working_dir, env=env, shell=(sys.platform == 'win32'))
  344. File "D:\Projects\Cpp\cef\depot_tools\win_tools-2_7_6_bin\python\bin\lib\subprocess.py", line 540, in check_call
  345. raise CalledProcessError(retcode, cmd)
  346. subprocess.CalledProcessError: Command '['D:\\Projects\\Cpp\\cef\\v2987\\chromium\\src\\cef\\cef_create_projects.bat']' returned non-zero exit status 1
  347. --> Download Directory: D:\Projects\Cpp\cef\v2987
  348. --> Depot Tools Directory: D:\Projects\Cpp\cef\depot_tools
  349. --> Updating depot_tools
  350. -------- Running "update_depot_tools.bat" in "D:\Projects\Cpp\cef\depot_tools"...
  351. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat config --get remote.origin.url" in "D:\Projects\Cpp\cef\v2987\cef"...
  352. --> CEF Branch: trunk
  353. --> CEF URL: https://bitbucket.org/chromiumembedded/cef.git
  354. --> CEF Source Directory: D:\Projects\Cpp\cef\v2987\cef
  355. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat rev-parse HEAD" in "D:\Projects\Cpp\cef\v2987\cef"...
  356. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat fetch" in "D:\Projects\Cpp\cef\v2987\cef"...
  357. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat rev-parse 2987" in "D:\Projects\Cpp\cef\v2987\cef"...
  358. --> CEF Current Checkout: f035232c082f837d2b85bd7821a93a54fc742775
  359. --> CEF Desired Checkout: f035232c082f837d2b85bd7821a93a54fc742775 (2987)
  360. --> CEF Output Directory: D:\Projects\Cpp\cef\v2987\out_trunk
  361. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat config --get remote.origin.url" in "D:\Projects\Cpp\cef\v2987\chromium\src"...
  362. --> Chromium URL: https://chromium.googlesource.com/chromium/src.git
  363. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat rev-parse HEAD" in "D:\Projects\Cpp\cef\v2987\chromium\src"...
  364. -------- Running "D:\Projects\Cpp\cef\depot_tools\git.bat rev-parse refs/tags/57.0.2987.133" in "D:\Projects\Cpp\cef\v2987\chromium\src"...
  365. --> Chromium Current Checkout: 8a67263f2d4e0fcbf1675e08b7e24672046463d2
  366. --> Chromium Desired Checkout: 8a67263f2d4e0fcbf1675e08b7e24672046463d2 (refs/tags/57.0.2987.133)
  367. --> GYP_DEFINES=buildtype=Official
  368. --> GN_ARGUMENTS=--ide=vs2017 --sln=cef --filters=//cef/*
  369. --> GYP_MSVS_VERSION=2017
  370. --> CEF_USE_GN=1
  371. --> GN_DEFINES=is_official_build=true use_jumbo_build=true enable_precompiled_headers=false
  372. --> DEPOT_TOOLS_WIN_TOOLCHAIN=0
  373. -------- Running "D:\Projects\Cpp\cef\v2987\chromium\src\cef\cef_create_projects.bat" in "D:\Projects\Cpp\cef\v2987\chromium\src\cef"...
  374.  
  375. Generating CEF version header file...
  376. ________ running 'D:\Projects\Cpp\cef\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe tools/make_version_header.py --header include/cef_version.h --cef_version VERSION --chrome_version ../chrome/VERSION --cpp_header_dir include' in 'D:\Projects\Cpp\cef\v2987\chromium\src\cef'
  377. File include/cef_version.h is already up to date.
  378.  
  379. Patching build configuration and source files for CEF...
  380. ________ running 'D:\Projects\Cpp\cef\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe tools/patcher.py --patch-config patch/patch.cfg' in 'D:\Projects\Cpp\cef\v2987\chromium\src\cef'
  381. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/gritsettings.patch
  382. --> already patched ../tools/gritsettings/resource_ids
  383. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/gn_config.patch
  384. --> already patched ../.gn
  385. --> already patched ../BUILD.gn
  386. --> already patched ../build/config/win/visual_studio_version.gni
  387. --> already patched ../build/toolchain/win/setup_toolchain.py
  388. --> already patched ../build/vs_toolchain.py
  389. --> already patched ../chrome/chrome_paks.gni
  390. --> already patched ../chrome/installer/mini_installer/BUILD.gn
  391. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/zlib.patch
  392. --> already patched ../third_party/zlib/contrib/minizip/unzip.c
  393. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/message_loop_443_1992243003.patch
  394. --> already patched ../base/message_loop/message_loop.cc
  395. --> already patched ../base/message_loop/message_loop.h
  396. --> already patched ../base/message_loop/message_pump_win.cc
  397. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/webkit_popups.patch
  398. --> already patched ../third_party/WebKit/Source/web/ChromeClientImpl.cpp
  399. --> already patched ../third_party/WebKit/Source/web/WebViewImpl.cpp
  400. --> already patched ../third_party/WebKit/Source/web/WebViewImpl.h
  401. --> already patched ../third_party/WebKit/public/web/WebView.h
  402. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/underlay_1051.patch
  403. --> already patched ../ui/base/cocoa/underlay_opengl_hosting_window.h
  404. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/views_widget_180_1481_1565_1677_1749.patch
  405. --> already patched ../content/browser/renderer_host/render_widget_host_view_base.cc
  406. --> already patched ../content/browser/renderer_host/render_widget_host_view_base.h
  407. --> already patched ../content/browser/renderer_host/render_widget_host_view_event_handler.cc
  408. --> already patched ../content/public/browser/render_widget_host_view.h
  409. --> already patched ../ui/views/widget/desktop_aura/desktop_screen_win.cc
  410. --> already patched ../ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
  411. --> already patched ../ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
  412. --> already patched ../ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
  413. --> already patched ../ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
  414. --> already patched ../ui/views/widget/widget.cc
  415. --> already patched ../ui/views/widget/widget.h
  416. --> already patched ../ui/views/win/hwnd_message_handler.cc
  417. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/content_nav_1129.patch
  418. --> already patched ../content/public/renderer/content_renderer_client.cc
  419. --> already patched ../content/public/renderer/content_renderer_client.h
  420. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/web_contents_1257_1565.patch
  421. --> already patched ../content/browser/web_contents/web_contents_impl.cc
  422. --> already patched ../content/public/browser/web_contents.cc
  423. --> already patched ../content/public/browser/web_contents.h
  424. --> already patched ../content/public/browser/web_contents_delegate.h
  425. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/compositor_1368.patch
  426. --> already patched ../content/browser/compositor/gpu_process_transport_factory.cc
  427. --> already patched ../ui/compositor/compositor.h
  428. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/browser_plugin_guest_1565.patch
  429. --> already patched ../content/browser/browser_plugin/browser_plugin_guest.cc
  430. --> already patched ../content/browser/frame_host/interstitial_page_impl.cc
  431. --> already patched ../content/browser/web_contents/web_contents_view.h
  432. --> already patched ../content/browser/web_contents/web_contents_view_aura.cc
  433. --> already patched ../content/browser/web_contents/web_contents_view_aura.h
  434. --> already patched ../content/browser/web_contents/web_contents_view_child_frame.cc
  435. --> already patched ../content/browser/web_contents/web_contents_view_child_frame.h
  436. --> already patched ../content/browser/web_contents/web_contents_view_guest.cc
  437. --> already patched ../content/browser/web_contents/web_contents_view_guest.h
  438. --> already patched ../content/browser/web_contents/web_contents_view_mac.h
  439. --> already patched ../content/browser/web_contents/web_contents_view_mac.mm
  440. --> already patched ../content/public/browser/browser_plugin_guest_delegate.h
  441. --> already patched ../extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.cc
  442. --> already patched ../extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.h
  443. --> already patched ../extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest_delegate.h
  444. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/prefs_content_1161.patch
  445. --> already patched ../content/public/common/common_param_traits_macros.h
  446. --> already patched ../content/public/common/web_preferences.cc
  447. --> already patched ../content/public/common/web_preferences.h
  448. --> already patched ../content/renderer/render_view_impl.cc
  449. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/ui_dragdrop_355390.patch
  450. --> already patched ../ui/base/dragdrop/os_exchange_data_provider_aurax11.cc
  451. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/service_factory_1680.patch
  452. --> already patched ../chrome/browser/spellchecker/spellcheck_factory.cc
  453. --> already patched ../chrome/browser/spellchecker/spellcheck_factory.h
  454. --> already patched ../chrome/browser/supervised_user/supervised_user_settings_service_factory.cc
  455. --> already patched ../chrome/browser/supervised_user/supervised_user_settings_service_factory.h
  456. --> already patched ../chrome/browser/ui/prefs/prefs_tab_helper.cc
  457. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/net_urlrequest_1327.patch
  458. --> already patched ../net/url_request/url_request.h
  459. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/content_pepper_flash_1586.patch
  460. --> already patched ../content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc
  461. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/ime_1610.patch
  462. --> already patched ../ui/base/ime/input_method_win.cc
  463. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/print_header_footer_1478_1565.patch
  464. --> already patched ../chrome/browser/ui/cocoa/applescript/tab_applescript.mm
  465. --> already patched ../components/printing/common/print_messages.cc
  466. --> premature end of source file ../components/printing/common/print_messages.h at hunk 12
  467. --> already patched ../components/printing/common/print_messages.h
  468. --> already patched ../components/printing/renderer/print_web_view_helper.cc
  469. --> already patched ../components/printing/renderer/print_web_view_helper.h
  470. --> already patched ../components/printing/renderer/print_web_view_helper_mac.mm
  471. --> file is not patched - failed hunk: 1
  472. --> source file is different - ../components/resources/printing_resources.grdp
  473. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/process_title_1639.patch
  474. --> already patched ../content/common/set_process_title.cc
  475. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/browser_frame_host_guest_1687.patch
  476. --> already patched ../content/browser/frame_host/render_widget_host_view_guest.cc
  477. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/supports_user_data_1710.patch
  478. --> already patched ../base/supports_user_data.h
  479. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/render_widget_host_1070383005.patch
  480. --> already patched ../content/browser/renderer_host/render_widget_host_view_mac.mm
  481. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/renderer_preferences_util_545103.patch
  482. --> already patched ../chrome/browser/renderer_preferences_util.cc
  483. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/font_family_cache_1501.patch
  484. --> already patched ../chrome/browser/font_family_cache.h
  485. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/pdfium_print_549365.patch
  486. --> file is not patched - failed hunk: 1
  487. --> source file is different - ../third_party/pdfium/BUILD.gn
  488. --> file is not patched - failed hunk: 1
  489. --> source file is different - ../third_party/pdfium/fpdfsdk/fpdfview.cpp
  490. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/net_filter_515.patch
  491. --> already patched ../net/base/network_delegate.h
  492. --> already patched ../net/url_request/url_request_job.cc
  493. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/views_1749.patch
  494. --> already patched ../ui/views/controls/button/menu_button.cc
  495. --> already patched ../ui/views/controls/button/menu_button.h
  496. --> already patched ../ui/views/view.h
  497. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/render_view_host_impl_1392.patch
  498. --> already patched ../content/browser/renderer_host/render_view_host_impl.h
  499. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/browser_compositor_mac.patch
  500. --> already patched ../content/browser/renderer_host/browser_compositor_view_mac.h
  501. --> already patched ../content/browser/renderer_host/browser_compositor_view_mac.mm
  502. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/chrome_widevine.patch
  503. --> already patched ../chrome/common/chrome_content_client.cc
  504. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/chrome_profile.patch
  505. --> already patched ../chrome/browser/profiles/incognito_helpers.cc
  506. --> already patched ../chrome/browser/profiles/incognito_helpers.h
  507. --> already patched ../chrome/browser/profiles/profile_manager.h
  508. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/storage_partition_1973.patch
  509. --> already patched ../content/browser/appcache/appcache_internals_ui.cc
  510. --> already patched ../content/browser/blob_storage/chrome_blob_storage_context.cc
  511. --> already patched ../content/browser/blob_storage/chrome_blob_storage_context.h
  512. --> already patched ../content/browser/browser_context.cc
  513. --> already patched ../content/browser/devtools/protocol/service_worker_handler.cc
  514. --> already patched ../content/browser/renderer_host/render_process_host_impl.cc
  515. --> already patched ../content/browser/renderer_host/render_process_host_impl.h
  516. --> already patched ../content/browser/site_instance_impl.cc
  517. --> already patched ../content/browser/storage_partition_impl.h
  518. --> already patched ../content/browser/streams/stream_context.cc
  519. --> already patched ../content/browser/streams/stream_context.h
  520. --> already patched ../content/public/browser/browser_context.h
  521. --> already patched ../content/public/browser/storage_partition.h
  522. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/ui_views_test_640741.patch
  523. --> already patched ../ui/views/test/ui_controls_factory_desktop_aurax11.cc
  524. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/webview_plugin_2020.patch
  525. --> already patched ../chrome/app/generated_resources.grd
  526. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/webui_2037.patch
  527. --> already patched ../chrome/browser/ui/webui/net_internals/net_internals_ui.cc
  528. --> already patched ../content/browser/resource_context_impl.cc
  529. --> already patched ../content/browser/resource_context_impl.h
  530. --> already patched ../content/browser/webui/url_data_manager.cc
  531. --> already patched ../content/browser/webui/url_data_manager.h
  532. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/net_security_expiration_1994.patch
  533. --> already patched ../net/cert/ct_policy_enforcer.cc
  534. --> already patched ../net/cert/ct_policy_enforcer.h
  535. --> already patched ../net/http/transport_security_state.cc
  536. --> already patched ../net/http/transport_security_state.h
  537. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/render_widget_latency_2060.patch
  538. --> already patched ../content/browser/renderer_host/input/render_widget_host_latency_tracker.cc
  539. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/crashpad_1995.patch
  540. --> already patched ../build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn
  541. --> already patched ../chrome/common/crash_keys.cc
  542. --> already patched ../chrome/common/crash_keys.h
  543. --> already patched ../chrome_elf/BUILD.gn
  544. --> already patched ../chrome_elf/crash/crash_helper.cc
  545. --> already patched ../components/crash/content/app/breakpad_linux.cc
  546. --> already patched ../components/crash/content/app/breakpad_linux.h
  547. --> already patched ../components/crash/content/app/crash_reporter_client.cc
  548. --> already patched ../components/crash/content/app/crash_reporter_client.h
  549. --> already patched ../components/crash/content/app/crashpad.cc
  550. --> already patched ../components/crash/content/app/crashpad_mac.mm
  551. --> already patched ../components/crash/content/app/crashpad_win.cc
  552. --> already patched ../content/browser/frame_host/debug_urls.cc
  553. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/crashpad_tp_1995.patch
  554. --> already patched ../third_party/crashpad/crashpad/client/prune_crash_reports.cc
  555. --> already patched ../third_party/crashpad/crashpad/client/prune_crash_reports.h
  556. --> already patched ../third_party/crashpad/crashpad/client/settings.cc
  557. --> already patched ../third_party/crashpad/crashpad/client/settings.h
  558. --> already patched ../third_party/crashpad/crashpad/handler/crash_report_upload_thread.h
  559. --> already patched ../third_party/crashpad/crashpad/handler/handler_main.cc
  560. --> already patched ../third_party/crashpad/crashpad/util/net/http_transport_win.cc
  561. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/rwh_background_color_1984.patch
  562. --> already patched ../content/browser/renderer_host/render_widget_host_view_aura.cc
  563. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/plugin_info_2015.patch
  564. --> already patched ../chrome/browser/download/download_target_determiner.cc
  565. --> already patched ../chrome/browser/plugins/chrome_plugin_service_filter.cc
  566. --> already patched ../chrome/browser/plugins/chrome_plugin_service_filter.h
  567. --> already patched ../chrome/browser/plugins/plugin_info_message_filter.cc
  568. --> already patched ../chrome/browser/ui/cocoa/drag_util.mm
  569. --> already patched ../chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc
  570. --> already patched ../content/browser/frame_host/render_frame_message_filter.cc
  571. --> already patched ../content/browser/frame_host/render_frame_message_filter.h
  572. --> already patched ../content/browser/loader/mime_sniffing_resource_handler.cc
  573. --> already patched ../content/browser/plugin_service_impl.cc
  574. --> already patched ../content/browser/plugin_service_impl.h
  575. --> already patched ../content/common/frame_messages.h
  576. --> already patched ../content/ppapi_plugin/ppapi_blink_platform_impl.cc
  577. --> already patched ../content/ppapi_plugin/ppapi_blink_platform_impl.h
  578. --> already patched ../content/public/browser/plugin_service.h
  579. --> already patched ../content/public/browser/plugin_service_filter.h
  580. --> already patched ../content/renderer/render_frame_impl.cc
  581. --> already patched ../content/renderer/renderer_blink_platform_impl.cc
  582. --> already patched ../content/renderer/renderer_blink_platform_impl.h
  583. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/plugin_info_webkit_2015.patch
  584. --> already patched ../third_party/WebKit/Source/core/dom/DOMImplementation.cpp
  585. --> already patched ../third_party/WebKit/Source/core/frame/LocalFrame.cpp
  586. --> already patched ../third_party/WebKit/Source/core/page/Page.cpp
  587. --> already patched ../third_party/WebKit/Source/core/page/Page.h
  588. --> already patched ../third_party/WebKit/Source/platform/plugins/PluginData.cpp
  589. --> already patched ../third_party/WebKit/Source/platform/plugins/PluginData.h
  590. --> already patched ../third_party/WebKit/public/platform/Platform.h
  591. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/views_menu_2102.patch
  592. --> already patched ../ui/base/models/menu_model.h
  593. --> already patched ../ui/gfx/render_text.cc
  594. --> already patched ../ui/gfx/render_text.h
  595. --> already patched ../ui/views/controls/button/label_button.cc
  596. --> already patched ../ui/views/controls/label.cc
  597. --> already patched ../ui/views/controls/label.h
  598. --> already patched ../ui/views/controls/menu/menu_controller.cc
  599. --> already patched ../ui/views/controls/menu/menu_delegate.h
  600. --> already patched ../ui/views/controls/menu/menu_item_view.cc
  601. --> already patched ../ui/views/controls/menu/menu_model_adapter.cc
  602. --> already patched ../ui/views/controls/menu/menu_model_adapter.h
  603. --> already patched ../ui/views/controls/menu/menu_scroll_view_container.cc
  604. Reading patch file D:/Projects/Cpp/cef/v2987/chromium/src/cef/patch/patches/navigation_handle.patch
  605. --> already patched ../content/browser/frame_host/navigation_handle_impl.cc
  606. --> already patched ../content/browser/frame_host/navigation_handle_impl.h
  607. --> already patched ../content/browser/frame_host/render_frame_host_impl.cc
  608.  
  609. Generating CEF project files...
  610. ________ running 'gn gen out\Debug_GN_x86 --ide=vs2017 --sln=cef --filters=//cef/*' in 'D:\Projects\Cpp\cef\v2987\chromium\src'
  611. gn.py: Could not find gn executable at: D:\Projects\Cpp\cef\v2987\chromium\src\buildtools\win\gn.exe
  612. Traceback (most recent call last):
  613. File "tools\gclient_hook.py", line 135, in <module>
  614. RunAction(src_dir, cmd)
  615. File "D:\Projects\Cpp\cef\v2987\chromium\src\cef\tools\gclient_util.py", line 39, in RunAction
  616. command, cwd=dir, always=True)
  617. File "D:\Projects\Cpp\cef\depot_tools\gclient_utils.py", line 314, in CheckCallAndFilterAndHeader
  618. return CheckCallAndFilter(args, **kwargs)
  619. File "D:\Projects\Cpp\cef\depot_tools\gclient_utils.py", line 560, in CheckCallAndFilter
  620. rv, args, kwargs.get('cwd', None), None, None)
  621. subprocess2.CalledProcessError: Command 'gn gen out\\Debug_GN_x86 --ide=vs2017 --sln=cef --filters=//cef/*' returned non-zero exit status 2 in D:\Projects\Cpp\cef\v2987\chromium\src
  622. Traceback (most recent call last):
  623. File "automate\automate-git.py", line 1048, in <module>
  624. run(path, cef_src_dir, depot_tools_dir)
  625. File "automate\automate-git.py", line 55, in run
  626. args, cwd=working_dir, env=env, shell=(sys.platform == 'win32'))
  627. File "D:\Projects\Cpp\cef\depot_tools\win_tools-2_7_6_bin\python\bin\lib\subprocess.py", line 540, in check_call
  628. raise CalledProcessError(retcode, cmd)
  629. subprocess.CalledProcessError: Command '['D:\\Projects\\Cpp\\cef\\v2987\\chromium\\src\\cef\\cef_create_projects.bat']' returned non-zero exit status 1
  630. Drücken Sie eine beliebige Taste . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement