Skip to content

Instantly share code, notes, and snippets.

@avspeed
Created March 6, 2018 17:25
Show Gist options
  • Save avspeed/ab9bdee0ddf371aba5dc541ad31873f6 to your computer and use it in GitHub Desktop.
Save avspeed/ab9bdee0ddf371aba5dc541ad31873f6 to your computer and use it in GitHub Desktop.
cefbuild
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>d:
D:\>cd code
D:\code>dir
Volume in drive D is FreeAgent GoFlex Drive
Volume Serial Number is 8867-3932
Directory of D:\code
03/04/2018 01:59 PM <DIR> .
03/04/2018 01:59 PM <DIR> ..
03/04/2018 02:16 PM <DIR> automate
03/04/2018 06:14 PM <DIR> chromium_git
03/03/2018 10:18 PM <DIR> chromium_git.old
03/04/2018 06:07 PM <DIR> depot_tools
03/04/2018 08:25 AM 0 nul
03/03/2018 11:22 PM <DIR> source
1 File(s) 0 bytes
7 Dir(s) 622,551,240,704 bytes free
D:\code>cd chromium_git
D:\code\chromium_git>dir
Volume in drive D is FreeAgent GoFlex Drive
Volume Serial Number is 8867-3932
Directory of D:\code\chromium_git
03/04/2018 06:14 PM <DIR> .
03/04/2018 06:14 PM <DIR> ..
03/04/2018 06:15 PM <DIR> cef
03/04/2018 11:16 AM <DIR> chromium
03/04/2018 09:07 PM 384 update.bat
1 File(s) 384 bytes
4 Dir(s) 622,551,240,704 bytes free
D:\code\chromium_git>update.bat
D:\code\chromium_git>set CEF_USE_GN=1
D:\code\chromium_git>set DEPOT_TOOLS_WIN_TOOLCHAIN = 0
D:\code\chromium_git>set GN_DEFINES=is_official_build=true proprietary_codecs=true ffmpeg_branding=Chrome enable_precompiled_headers = false
D:\code\chromium_git>set GN_ARGUMENTS=--ide=vs2015 --sln=cef --filters=//cef/*
D:\code\chromium_git>python d:\code\automate\automate-git.py --download-dir=D:\code\chromium_git --depot-tools-dir=D:\code\depot_tools --no-distrib --no-build --branch=3239
--> Download Directory: D:\code\chromium_git
--> Depot Tools Directory: D:\code\depot_tools
--> Updating depot_tools
-------- Running "update_depot_tools.bat" in "D:\code\depot_tools"...
Cannot rebase: You have unstaged changes.
Please commit or stash them.
Failed to update depot_tools.
-------- Running "D:\code\depot_tools\git.bat config --get remote.origin.url" in "D:\code\chromium_git\cef"...
--> CEF Branch: 3239
--> CEF URL: https://bitbucket.org/chromiumembedded/cef.git
--> CEF Source Directory: D:\code\chromium_git\cef
-------- Running "D:\code\depot_tools\git.bat rev-parse HEAD" in "D:\code\chromium_git\cef"...
-------- Running "D:\code\depot_tools\git.bat fetch" in "D:\code\chromium_git\cef"...
-------- Running "D:\code\depot_tools\git.bat rev-parse origin/3239" in "D:\code\chromium_git\cef"...
--> CEF Current Checkout: 071d1c16536ff012efd8f287823930c4b32e4f17
--> CEF Desired Checkout: 071d1c16536ff012efd8f287823930c4b32e4f17 (origin/3239)
--> CEF Output Directory: D:\code\chromium_git\out_3239
-------- Running "D:\code\depot_tools\git.bat config --get remote.origin.url" in "D:\code\chromium_git\chromium\src"...
--> Chromium URL: https://chromium.googlesource.com/chromium/src.git
-------- Running "D:\code\depot_tools\git.bat rev-parse HEAD" in "D:\code\chromium_git\chromium\src"...
-------- Running "D:\code\depot_tools\git.bat rev-parse refs/tags/63.0.3239.132" in "D:\code\chromium_git\chromium\src"...
--> Chromium Current Checkout: 76cbfebbcc5236da3346c8389b94b648d36f8be6
--> Chromium Desired Checkout: 76cbfebbcc5236da3346c8389b94b648d36f8be6 (refs/tags/63.0.3239.132)
--> Copying directory D:\code\chromium_git\cef to D:\code\chromium_git\chromium\src\cef
--> Writing file: D:\code\chromium_git\chromium\src\out\cef.branch
D:\code\chromium_git>dir
Volume in drive D is FreeAgent GoFlex Drive
Volume Serial Number is 8867-3932
Directory of D:\code\chromium_git
03/04/2018 06:14 PM <DIR> .
03/04/2018 06:14 PM <DIR> ..
03/04/2018 06:15 PM <DIR> cef
03/04/2018 11:16 AM <DIR> chromium
03/04/2018 09:07 PM 384 update.bat
1 File(s) 384 bytes
4 Dir(s) 622,515,830,784 bytes free
D:\code\chromium_git>cd chromium
D:\code\chromium_git\chromium>cd cef
The system cannot find the path specified.
D:\code\chromium_git\chromium>dir
Volume in drive D is FreeAgent GoFlex Drive
Volume Serial Number is 8867-3932
Directory of D:\code\chromium_git\chromium
03/04/2018 11:16 AM <DIR> .
03/04/2018 11:16 AM <DIR> ..
03/04/2018 08:33 AM 690 .gclient
03/04/2018 11:16 AM 11,745 .gclient_entries
03/04/2018 09:02 PM <DIR> src
2 File(s) 12,435 bytes
3 Dir(s) 622,515,830,784 bytes free
D:\code\chromium_git\chromium>cd src
D:\code\chromium_git\chromium\src>cd cef
D:\code\chromium_git\chromium\src\cef>dir
Volume in drive D is FreeAgent GoFlex Drive
Volume Serial Number is 8867-3932
Directory of D:\code\chromium_git\chromium\src\cef
03/04/2018 06:15 PM <DIR> .
03/04/2018 06:15 PM <DIR> ..
03/04/2018 09:12 PM <DIR> .git
03/04/2018 06:15 PM 551 .gitignore
03/04/2018 06:15 PM 337 .style.cfg
03/04/2018 06:15 PM 34 .style.yapf
03/04/2018 06:15 PM 1,239 AUTHORS.txt
03/04/2018 06:15 PM 67,822 BUILD.gn
03/04/2018 06:15 PM 45 cef_create_projects.bat
03/04/2018 06:15 PM 39 cef_create_projects.sh
03/04/2018 06:15 PM 39,356 cef_paths.gypi
03/04/2018 06:15 PM 25,095 cef_paths2.gypi
03/04/2018 06:15 PM 4,708 cef_repack_locales.gni
03/04/2018 06:15 PM 480 CHROMIUM_BUILD_COMPATIBILITY.txt
03/04/2018 06:15 PM <DIR> cmake
03/04/2018 06:15 PM 8,035 CMakeLists.txt.in
03/04/2018 06:15 PM 176 DEPS
03/04/2018 06:15 PM <DIR> include
03/04/2018 06:15 PM <DIR> libcef
03/04/2018 06:15 PM <DIR> libcef_dll
03/04/2018 06:15 PM 1,662 LICENSE.txt
03/04/2018 06:15 PM <DIR> patch
03/04/2018 06:15 PM 8,210 README.md
03/04/2018 06:15 PM <DIR> tests
03/04/2018 06:15 PM <DIR> tools
03/04/2018 06:15 PM 12 VERSION
16 File(s) 157,801 bytes
10 Dir(s) 622,515,830,784 bytes free
D:\code\chromium_git\chromium\src\cef>dir
Volume in drive D is FreeAgent GoFlex Drive
Volume Serial Number is 8867-3932
Directory of D:\code\chromium_git\chromium\src\cef
03/04/2018 09:15 PM <DIR> .
03/04/2018 09:15 PM <DIR> ..
03/04/2018 09:12 PM <DIR> .git
03/04/2018 06:15 PM 551 .gitignore
03/04/2018 06:15 PM 337 .style.cfg
03/04/2018 06:15 PM 34 .style.yapf
03/04/2018 06:15 PM 1,239 AUTHORS.txt
03/04/2018 06:15 PM 67,822 BUILD.gn
03/04/2018 06:15 PM 45 cef_create_projects.bat
03/04/2018 06:15 PM 39 cef_create_projects.sh
03/04/2018 06:15 PM 39,356 cef_paths.gypi
03/04/2018 06:15 PM 25,095 cef_paths2.gypi
03/04/2018 06:15 PM 4,708 cef_repack_locales.gni
03/04/2018 06:15 PM 480 CHROMIUM_BUILD_COMPATIBILITY.txt
03/04/2018 06:15 PM <DIR> cmake
03/04/2018 06:15 PM 8,035 CMakeLists.txt.in
03/04/2018 09:15 PM 142 create.bat
03/04/2018 06:15 PM 176 DEPS
03/04/2018 06:15 PM <DIR> include
03/04/2018 06:15 PM <DIR> libcef
03/04/2018 06:15 PM <DIR> libcef_dll
03/04/2018 06:15 PM 1,662 LICENSE.txt
03/04/2018 06:15 PM <DIR> patch
03/04/2018 06:15 PM 8,210 README.md
03/04/2018 06:15 PM <DIR> tests
03/04/2018 06:15 PM <DIR> tools
03/04/2018 06:15 PM 12 VERSION
17 File(s) 157,943 bytes
10 Dir(s) 622,515,830,784 bytes free
D:\code\chromium_git\chromium\src\cef>create.bat
D:\code\chromium_git\chromium\src\cef>set CEF_USE_GN=1
D:\code\chromium_git\chromium\src\cef>set GN_DEFINES=use_jumbo_build=true
D:\code\chromium_git\chromium\src\cef>set GN_ARGUMENTS=--ide=vs2017 --sln=cef --filters=//cef/*
D:\code\chromium_git\chromium\src\cef>call cef_create_projects.bat
Generating CEF version header file...
________ running 'd:\code\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:\code\chromium_git\chromium\src\cef'
File include/cef_version.h updated.
Patching build configuration and source files for CEF...
________ running 'd:\code\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe tools/patcher.py' in 'D:\code\chromium_git\chromium\src\cef'
Apply gritsettings.patch in D:\code\chromium_git\chromium\src
7 0 tools/gritsettings/resource_ids
... successfully applied.
Apply gn_config.patch in D:\code\chromium_git\chromium\src
2 0 .gn
1 0 BUILD.gn
5 7 build/config/win/visual_studio_version.gni
16 13 build/toolchain/win/setup_toolchain.py
7 0 build/vs_toolchain.py
1 1 chrome/chrome_paks.gni
1 1 chrome/installer/mini_installer/BUILD.gn
... successfully applied (with warnings):
warning: build/vs_toolchain.py has type 100644, expected 100755
Apply component_build_1617.patch in D:\code\chromium_git\chromium\src
1 0 chrome/browser/ui/BUILD.gn
2 1 content/app/content_service_manager_main_delegate.h
3 0 third_party/WebKit/Source/controller/BUILD.gn
... successfully applied.
Apply zlib.patch in D:\code\chromium_git\chromium\src
1 1 third_party/zlib/contrib/minizip/unzip.c
... successfully applied.
Apply message_loop_443_1992243003.patch in D:\code\chromium_git\chromium\src
16 0 base/message_loop/message_loop.h
20 12 base/message_loop/message_pump_win.cc
... successfully applied.
Apply webkit_popups.patch in D:\code\chromium_git\chromium\src
8 2 third_party/WebKit/Source/core/exported/WebViewImpl.cpp
4 1 third_party/WebKit/Source/core/exported/WebViewImpl.h
1 1 third_party/WebKit/Source/core/page/ChromeClientImpl.cpp
1 0 third_party/WebKit/public/web/WebView.h
... successfully applied.
Apply underlay_1051.patch in D:\code\chromium_git\chromium\src
1 1 ui/base/cocoa/underlay_opengl_hosting_window.h
... successfully applied.
Apply views_widget_180_1481_1565_1677_1749.patch in D:\code\chromium_git\chromium\src
8 0 content/browser/renderer_host/render_widget_host_view_base.cc
16 0 content/browser/renderer_host/render_widget_host_view_base.h
12 0 content/browser/renderer_host/render_widget_host_view_event_handler.cc
8 0 content/public/browser/render_widget_host_view.h
2 0 ui/views/widget/desktop_aura/desktop_screen_win.cc
12 3 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
4 0 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
21 3 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
16 0 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
14 2 ui/views/widget/widget.cc
1 0 ui/views/widget/widget.h
4 0 ui/views/widget/widget_delegate.h
1 1 ui/views/widget/widget_hwnd_utils.cc
6 2 ui/views/win/hwnd_message_handler.cc
... successfully applied.
Apply web_contents_1257_1565.patch in D:\code\chromium_git\chromium\src
18 2 content/browser/web_contents/web_contents_impl.cc
3 1 content/public/browser/web_contents.cc
6 0 content/public/browser/web_contents.h
10 0 content/public/browser/web_contents_delegate.h
... successfully applied.
Apply compositor_1368.patch in D:\code\chromium_git\chromium\src
7 0 content/browser/compositor/gpu_process_transport_factory.cc
17 0 ui/compositor/compositor.h
... successfully applied.
Apply browser_plugin_guest_1565.patch in D:\code\chromium_git\chromium\src
14 2 content/browser/browser_plugin/browser_plugin_guest.cc
1 1 content/browser/frame_host/interstitial_page_impl.cc
3 7 content/browser/web_contents/web_contents_view.h
3 1 content/browser/web_contents/web_contents_view_aura.cc
1 1 content/browser/web_contents/web_contents_view_aura.h
1 1 content/browser/web_contents/web_contents_view_child_frame.cc
1 1 content/browser/web_contents/web_contents_view_child_frame.h
17 4 content/browser/web_contents/web_contents_view_guest.cc
1 1 content/browser/web_contents/web_contents_view_guest.h
1 1 content/browser/web_contents/web_contents_view_mac.h
3 1 content/browser/web_contents/web_contents_view_mac.mm
5 0 content/public/browser/browser_plugin_guest_delegate.h
14 0 extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.cc
4 0 extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.h
9 1 extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest_delegate.h
... successfully applied.
Apply prefs_content_1161.patch in D:\code\chromium_git\chromium\src
1 0 content/public/common/common_param_traits_macros.h
1 0 content/public/common/web_preferences.cc
1 0 content/public/common/web_preferences.h
2 0 content/renderer/render_view_impl.cc
... successfully applied.
Apply ui_dragdrop_355390.patch in D:\code\chromium_git\chromium\src
2 1 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc
... successfully applied.
Apply service_factory_1680.patch in D:\code\chromium_git\chromium\src
8 1 chrome/browser/spellchecker/spellcheck_factory.cc
2 2 chrome/browser/spellchecker/spellcheck_factory.h
8 1 chrome/browser/supervised_user/supervised_user_settings_service_factory.cc
2 2 chrome/browser/supervised_user/supervised_user_settings_service_factory.h
15 5 chrome/browser/ui/prefs/prefs_tab_helper.cc
... successfully applied.
Apply net_urlrequest_1327.patch in D:\code\chromium_git\chromium\src
1 1 net/url_request/url_request.h
... successfully applied.
Apply content_pepper_flash_1586.patch in D:\code\chromium_git\chromium\src
1 1 content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc
... successfully applied.
Apply ime_1610.patch in D:\code\chromium_git\chromium\src
2 1 ui/base/ime/input_method_win.cc
... successfully applied.
Apply print_header_footer_1478_1565.patch in D:\code\chromium_git\chromium\src
9 1 chrome/browser/ui/cocoa/applescript/tab_applescript.mm
1 1 chrome/common/chrome_utility_printing_messages.h
0 2 components/printing/common/print_messages.cc
3 15 components/printing/common/print_messages.h
9 26 components/printing/renderer/print_render_frame_helper.cc
2 9 components/printing/renderer/print_render_frame_helper.h
0 2 components/printing/renderer/print_render_frame_helper_mac.mm
... successfully applied.
Apply service_manager_654986.patch in D:\code\chromium_git\chromium\src
60 22 services/service_manager/embedder/main.cc
16 1 services/service_manager/embedder/main.h
1 1 services/service_manager/embedder/set_process_title.cc
... successfully applied (with warnings):
service_manager_654986.patch:129: trailing whitespace.
warning: 1 line adds whitespace errors.
Apply browser_frame_host_guest_1687.patch in D:\code\chromium_git\chromium\src
4 3 content/browser/frame_host/render_widget_host_view_guest.cc
... successfully applied.
Apply supports_user_data_1710.patch in D:\code\chromium_git\chromium\src
3 3 base/supports_user_data.h
... successfully applied.
Apply renderer_preferences_util_545103.patch in D:\code\chromium_git\chromium\src
4 2 chrome/browser/renderer_preferences_util.cc
... successfully applied.
Apply font_family_cache_1501.patch in D:\code\chromium_git\chromium\src
2 0 chrome/browser/font_family_cache.h
... successfully applied.
Apply pdfium_print_549365.patch in D:\code\chromium_git\chromium\src\third_party\pdfium
4 0 BUILD.gn
2 0 fpdfsdk/fpdfview.cpp
... successfully applied.
Apply net_filter_515.patch in D:\code\chromium_git\chromium\src
5 0 net/base/network_delegate.h
6 0 net/url_request/url_request_job.cc
... successfully applied.
Apply views_1749_2102.patch in D:\code\chromium_git\chromium\src
22 0 ui/base/models/menu_model.h
21 0 ui/gfx/render_text.cc
6 0 ui/gfx/render_text.h
2 0 ui/views/animation/ink_drop_host_view.h
7 0 ui/views/controls/button/label_button.cc
3 0 ui/views/controls/button/label_button.h
8 2 ui/views/controls/button/menu_button.cc
6 0 ui/views/controls/button/menu_button.h
37 1 ui/views/controls/label.cc
5 0 ui/views/controls/label.h
9 2 ui/views/controls/menu/menu_controller.cc
22 0 ui/views/controls/menu/menu_delegate.h
13 1 ui/views/controls/menu/menu_item_view.cc
71 0 ui/views/controls/menu/menu_model_adapter.cc
14 0 ui/views/controls/menu/menu_model_adapter.h
5 0 ui/views/controls/menu/menu_scroll_view_container.cc
0 4 ui/views/test/ui_controls_factory_desktop_aurax11.cc
3 1 ui/views/view.h
... successfully applied.
Apply browser_compositor_mac.patch in D:\code\chromium_git\chromium\src
2 0 content/browser/renderer_host/browser_compositor_view_mac.h
13 2 content/browser/renderer_host/browser_compositor_view_mac.mm
... successfully applied.
Apply chrome_widevine.patch in D:\code\chromium_git\chromium\src
2 1 chrome/common/chrome_content_client.cc
... successfully applied.
Apply chrome_profile.patch in D:\code\chromium_git\chromium\src
22 0 chrome/browser/profiles/incognito_helpers.cc
13 0 chrome/browser/profiles/incognito_helpers.h
1 1 chrome/browser/profiles/profile_manager.cc
3 3 chrome/browser/profiles/profile_manager.h
... successfully applied.
Apply storage_partition_1973.patch in D:\code\chromium_git\chromium\src
2 2 content/browser/appcache/appcache_internals_ui.cc
5 0 content/browser/blob_storage/chrome_blob_storage_context.cc
2 0 content/browser/blob_storage/chrome_blob_storage_context.h
2 2 content/browser/bluetooth/web_bluetooth_service_impl.cc
15 3 content/browser/browser_context.cc
1 2 content/browser/devtools/protocol/service_worker_handler.cc
7 7 content/browser/download/download_manager_impl.cc
2 2 content/browser/loader/navigation_url_loader_network_service.cc
6 5 content/browser/payments/payment_app_provider_impl.cc
44 30 content/browser/renderer_host/render_process_host_impl.cc
5 6 content/browser/renderer_host/render_process_host_impl.h
11 12 content/browser/storage_partition_impl.h
5 0 content/browser/streams/stream_context.cc
1 0 content/browser/streams/stream_context.h
4 4 content/browser/webui/web_ui_url_loader_factory.cc
10 0 content/public/browser/browser_context.h
29 0 content/public/browser/storage_partition.h
1 1 storage/browser/database/database_tracker.cc
... successfully applied.
Apply webview_plugin_2020.patch in D:\code\chromium_git\chromium\src
1 1 chrome/app/generated_resources.grd
... successfully applied.
Apply webui_2037.patch in D:\code\chromium_git\chromium\src
4 0 chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc
18 19 chrome/browser/ui/webui/net_internals/net_internals_ui.cc
4 0 content/browser/resource_context_impl.cc
2 0 content/browser/resource_context_impl.h
5 0 content/browser/webui/url_data_manager.cc
2 0 content/browser/webui/url_data_manager.h
... successfully applied.
Apply net_security_expiration_1994.patch in D:\code\chromium_git\chromium\src
9 9 net/cert/ct_policy_enforcer.cc
11 0 net/cert/ct_policy_enforcer.h
4 2 net/http/transport_security_state.cc
7 1 net/http/transport_security_state.h
... successfully applied.
Apply render_widget_latency_2060.patch in D:\code\chromium_git\chromium\src
1 2 ui/latency/latency_histogram_macros.h
... successfully applied.
Apply crashpad_1995.patch in D:\code\chromium_git\chromium\src
12 0 build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn
13 5 chrome/common/crash_keys.cc
8 0 chrome/common/crash_keys.h
13 3 chrome_elf/BUILD.gn
9 0 chrome_elf/crash/crash_helper.cc
26 4 components/crash/content/app/breakpad_linux.cc
3 0 components/crash/content/app/breakpad_linux.h
29 6 components/crash/content/app/crash_reporter_client.cc
21 1 components/crash/content/app/crash_reporter_client.h
2 1 components/crash/content/app/crashpad.cc
38 13 components/crash/content/app/crashpad_mac.mm
15 11 components/crash/content/app/crashpad_win.cc
3 1 content/browser/frame_host/debug_urls.cc
... successfully applied.
Apply crashpad_tp_1995.patch in D:\code\chromium_git\chromium\src
11 4 third_party/crashpad/crashpad/client/prune_crash_reports.cc
2 1 third_party/crashpad/crashpad/client/prune_crash_reports.h
57 1 third_party/crashpad/crashpad/client/settings.cc
5 0 third_party/crashpad/crashpad/client/settings.h
3 3 third_party/crashpad/crashpad/handler/crash_report_upload_thread.h
47 1 third_party/crashpad/crashpad/handler/handler_main.cc
... successfully applied.
Apply rwh_background_color_1984.patch in D:\code\chromium_git\chromium\src
13 9 content/browser/renderer_host/render_widget_host_view_aura.cc
... successfully applied.
Apply content_1129_2015.patch in D:\code\chromium_git\chromium\src
2 2 chrome/browser/download/download_target_determiner.cc
1 0 chrome/browser/plugins/chrome_plugin_service_filter.cc
1 0 chrome/browser/plugins/chrome_plugin_service_filter.h
1 1 chrome/browser/plugins/pdf_iframe_navigation_throttle.cc
2 2 chrome/browser/plugins/plugin_info_message_filter.cc
1 1 chrome/browser/ui/cocoa/drag_util.mm
1 1 chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc
0 6 content/browser/frame_host/navigation_handle_impl.cc
4 3 content/browser/frame_host/render_frame_host_impl.cc
8 5 content/browser/frame_host/render_frame_message_filter.cc
3 0 content/browser/frame_host/render_frame_message_filter.h
2 2 content/browser/loader/mime_sniffing_resource_handler.cc
3 1 content/browser/plugin_service_impl.cc
1 0 content/browser/plugin_service_impl.h
4 2 content/common/frame_messages.h
1 0 content/ppapi_plugin/ppapi_blink_platform_impl.cc
1 0 content/ppapi_plugin/ppapi_blink_platform_impl.h
1 0 content/public/browser/plugin_service.h
1 0 content/public/browser/plugin_service_filter.h
1 1 content/public/renderer/content_renderer_client.cc
4 1 content/public/renderer/content_renderer_client.h
3 0 content/public/renderer/render_frame_observer.h
6 5 content/renderer/render_frame_impl.cc
2 0 content/renderer/render_thread_impl.cc
3 1 content/renderer/renderer_blink_platform_impl.cc
1 0 content/renderer/renderer_blink_platform_impl.h
1 0 content/shell/browser/shell_plugin_service_filter.cc
1 0 content/shell/browser/shell_plugin_service_filter.h
1 0 content/test/fake_plugin_service.cc
1 0 content/test/fake_plugin_service.h
1 0 content/test/test_blink_web_unit_test_support.cc
1 0 content/test/test_blink_web_unit_test_support.h
... successfully applied.
Apply webkit_plugin_info_2015.patch in D:\code\chromium_git\chromium\src
3 2 third_party/WebKit/Source/core/dom/DOMImplementation.cpp
1 1 third_party/WebKit/Source/core/frame/LocalFrame.cpp
30 11 third_party/WebKit/Source/core/page/Page.cpp
4 2 third_party/WebKit/Source/core/page/Page.h
5 3 third_party/WebKit/Source/platform/plugins/PluginData.cpp
1 1 third_party/WebKit/Source/platform/plugins/PluginData.h
1 0 third_party/WebKit/public/platform/Platform.h
... successfully applied.
Apply printing_context_2196.patch in D:\code\chromium_git\chromium\src
1 0 chrome/browser/printing/print_job_worker.cc
11 0 printing/printing_context.h
... successfully applied.
Apply linux_build.patch in D:\code\chromium_git\chromium\src
1 1 build/config/compiler/BUILD.gn
... successfully applied.
Apply extensions_1947.patch in D:\code\chromium_git\chromium\src
7 5 content/browser/frame_host/render_frame_host_manager.cc
7 0 content/public/browser/content_browser_client.h
47 4 extensions/browser/extension_host.cc
9 2 extensions/browser/extension_host.h
15 0 extensions/browser/extensions_browser_client.h
10 3 extensions/browser/process_manager.cc
7 0 extensions/browser/process_manager_factory.cc
... successfully applied.
Apply win_rt_2274.patch in D:\code\chromium_git\chromium\src
5 2 content/common/sandbox_win.cc
... successfully applied.
Apply devtools_product_2300.patch in D:\code\chromium_git\chromium\src
1 1 content/browser/devtools/devtools_http_handler.cc
4 0 content/public/common/content_client.h
... successfully applied.
Apply mac_widevine_2314.patch in D:\code\chromium_git\chromium\src
2 8 third_party/widevine/cdm/BUILD.gn
... successfully applied.
45 patches total (45 applied, 0 skipped, 0 failed)
Generating CEF project files...
Creating D:\code\chromium_git\chromium\src\out\Debug_GN_x86 directory.
________ running 'gn gen out\Debug_GN_x86 --ide=vs2017 --sln=cef --filters=//cef/*' in 'D:\code\chromium_git\chromium\src'
Generating Visual Studio projects took 63737ms
Done. Made 6855 targets from 1379 files in 178129ms
Applying issue #1999 fix to D:\code\chromium_git\chromium\src\out\Debug_GN_x86\obj\cef\libcef.ninja
Creating D:\code\chromium_git\chromium\src\out\Release_GN_x86 directory.
________ running 'gn gen out\Release_GN_x86 --ide=vs2017 --sln=cef --filters=//cef/*' in 'D:\code\chromium_git\chromium\src'
Generating Visual Studio projects took 34644ms
Done. Made 6866 targets from 1385 files in 90499ms
Applying issue #1999 fix to D:\code\chromium_git\chromium\src\out\Release_GN_x86\obj\cef\libcef.ninja
Creating D:\code\chromium_git\chromium\src\out\Release_GN_x64 directory.
________ running 'gn gen out\Release_GN_x64 --ide=vs2017 --sln=cef --filters=//cef/*' in 'D:\code\chromium_git\chromium\src'
Generating Visual Studio projects took 32150ms
Done. Made 6694 targets from 1386 files in 84671ms
Applying issue #1999 fix to D:\code\chromium_git\chromium\src\out\Release_GN_x64\obj\cef\libcef.ninja
Creating D:\code\chromium_git\chromium\src\out\Debug_GN_x64 directory.
________ running 'gn gen out\Debug_GN_x64 --ide=vs2017 --sln=cef --filters=//cef/*' in 'D:\code\chromium_git\chromium\src'
Generating Visual Studio projects took 32981ms
Done. Made 6683 targets from 1380 files in 77495ms
Applying issue #1999 fix to D:\code\chromium_git\chromium\src\out\Debug_GN_x64\obj\cef\libcef.ninja
D:\code\chromium_git\chromium\src\cef>
D:\code\chromium_git\chromium\src\cef>cd ..
D:\code\chromium_git\chromium\src>dir
Volume in drive D is FreeAgent GoFlex Drive
Volume Serial Number is 8867-3932
Directory of D:\code\chromium_git\chromium\src
03/04/2018 09:16 PM <DIR> .
03/04/2018 09:16 PM <DIR> ..
03/04/2018 09:59 AM 1,086 .clang-format
03/04/2018 09:59 AM 751 .eslintrc.js
03/04/2018 09:59 AM 16,581 .git-blame-ignore-revs
03/04/2018 09:59 AM 216 .gitattributes
03/04/2018 07:48 PM 7,740 .gitignore
03/04/2018 09:16 PM 9,466 .gn
03/04/2018 09:02 PM 1,123 .landmines
03/04/2018 07:48 PM 1,924 .vpython
03/04/2018 07:48 PM <DIR> android_webview
03/04/2018 07:48 PM <DIR> apps
03/04/2018 07:49 PM <DIR> ash
03/04/2018 07:48 PM 34,876 AUTHORS
03/04/2018 09:16 PM <DIR> base
03/04/2018 09:59 AM <DIR> blink
03/04/2018 09:16 PM <DIR> build
03/04/2018 09:16 PM 36,524 BUILD.gn
03/04/2018 08:41 PM <DIR> buildtools
03/04/2018 07:50 PM <DIR> build_overrides
03/04/2018 07:50 PM <DIR> cc
03/04/2018 09:15 PM <DIR> cef
03/04/2018 09:16 PM <DIR> chrome
03/04/2018 08:01 PM <DIR> chromecast
03/04/2018 08:01 PM <DIR> chromeos
03/04/2018 09:16 PM <DIR> chrome_elf
03/04/2018 10:04 AM <DIR> cloud_print
03/04/2018 10:04 AM 325 codereview.settings
03/04/2018 07:48 PM 3,959 CODE_OF_CONDUCT.md
03/04/2018 08:07 PM <DIR> components
03/04/2018 08:08 PM <DIR> content
03/04/2018 08:09 PM <DIR> courgette
03/04/2018 08:09 PM <DIR> crypto
03/04/2018 08:09 PM <DIR> dbus
03/04/2018 07:48 PM 43,761 DEPS
03/04/2018 08:09 PM <DIR> device
03/04/2018 08:10 PM <DIR> docs
03/04/2018 07:48 PM 316 ENG_REVIEW_OWNERS
03/04/2018 08:10 PM <DIR> extensions
03/04/2018 08:10 PM <DIR> gin
03/04/2018 08:10 PM <DIR> google_apis
03/04/2018 08:10 PM <DIR> google_update
03/04/2018 08:10 PM <DIR> gpu
03/04/2018 08:11 PM <DIR> headless
03/04/2018 08:11 PM <DIR> infra
03/04/2018 08:12 PM <DIR> ios
03/04/2018 08:13 PM <DIR> ipc
03/04/2018 08:13 PM <DIR> jingle
03/04/2018 09:59 AM 1,559 LICENSE
03/04/2018 09:59 AM 1,571 LICENSE.chromium_os
03/04/2018 08:13 PM <DIR> mash
03/04/2018 08:14 PM <DIR> media
03/04/2018 08:14 PM <DIR> mojo
03/04/2018 08:41 PM <DIR> native_client
03/04/2018 10:09 AM <DIR> native_client_sdk
03/04/2018 08:14 PM <DIR> net
03/04/2018 09:22 PM <DIR> out
03/04/2018 07:48 PM 916 OWNERS
03/04/2018 08:15 PM <DIR> pdf
03/04/2018 10:10 AM <DIR> ppapi
03/04/2018 07:48 PM 99,580 PRESUBMIT.py
03/04/2018 07:48 PM 46,141 PRESUBMIT_test.py
03/04/2018 07:48 PM 6,717 PRESUBMIT_test_mocks.py
03/04/2018 09:16 PM <DIR> printing
03/04/2018 09:59 AM 489 README.md
03/04/2018 08:15 PM <DIR> remoting
03/04/2018 10:10 AM <DIR> rlz
03/04/2018 08:15 PM <DIR> sandbox
03/04/2018 08:15 PM <DIR> services
03/04/2018 08:16 PM <DIR> skia
03/04/2018 08:16 PM <DIR> sql
03/04/2018 08:16 PM <DIR> storage
03/04/2018 10:11 AM <DIR> styleguide
03/04/2018 08:17 PM <DIR> testing
03/04/2018 08:38 PM <DIR> third_party
03/04/2018 08:39 PM <DIR> tools
03/04/2018 08:39 PM <DIR> ui
03/04/2018 08:40 PM <DIR> url
03/04/2018 08:51 PM <DIR> v8
03/04/2018 07:48 PM 97,059 WATCHLISTS
22 File(s) 412,680 bytes
58 Dir(s) 621,793,505,280 bytes free
D:\code\chromium_git\chromium\src>ninja -C out\Release_GN_x86 cef
ninja: Entering directory `out\Release_GN_x86'
[572/26229] ACTION //chrome/browser/resources/md_bookmarks:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_bookmarks/vulcanized.html gen/chrome/browser/resources/md_bookmarks/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host bookmarks --input ../../chrome/browser/resources/md_bookmarks --out_folder gen/chrome/browser/resources/md_bookmarks --depfile gen/chrome/browser/resources/md_bookmarks/build.d --html_in_files bookmarks.html --html_out_files vulcanized.html --js_out_files crisper.js
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude strings.js --exclude chrome://bookmarks/strings.js --manifest-out D:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_bookmarks\bookmarks_requestlist.txt --root D:\code\chromium_git\chromium\src\chrome\browser\resources\md_bookmarks --redirect "chrome://bookmarks/|D:\code\chromium_git\chromium\src\chrome\browser\resources\md_bookmarks" --out-dir gen\chrome\browser\resources\md_bookmarks\bundled --shell bookmarks.html --in-html bookmarks.html failed: '..\..\third_party\node\win\node.exe' is not recognized as an internal or external command,
operable program or batch file.
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[573/26229] ACTION //chrome/browser/resources/md_downloads:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_downloads/vulcanized.html gen/chrome/browser/resources/md_downloads/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host downloads --input ../../chrome/browser/resources/md_downloads --out_folder gen/chrome/browser/resources/md_downloads --depfile gen/chrome/browser/resources/md_downloads/build.d --html_in_files downloads.html --html_out_files vulcanized.html --js_out_files crisper.js --insert_in_head "<base href=chrome://downloads>"
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude strings.js --exclude chrome://downloads/strings.js --manifest-out D:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_downloads\downloads_requestlist.txt --root D:\code\chromium_git\chromium\src\chrome\browser\resources\md_downloads --redirect "chrome://downloads/|D:\code\chromium_git\chromium\src\chrome\browser\resources\md_downloads" --out-dir gen\chrome\browser\resources\md_downloads\bundled --shell downloads.html --in-html downloads.html failed: '..\..\third_party\node\win\node.exe' is not recognized as an internal or external command,
operable program or batch file.
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[577/26229] ACTION //chrome/browser/metrics:expired_histograms_array(//build/toolchain/win:x86)
ninja: build stopped: subcommand failed.
D:\code\chromium_git\chromium\src>ninja -C out\Release_GN_x86 cef
ninja: warning: premature end of file; recovering
ninja: Entering directory `out\Release_GN_x86'
[29/25387] ACTION //chrome/browser/resources/md_bookmarks:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_bookmarks/vulcanized.html gen/chrome/browser/resources/md_bookmarks/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host bookmarks --input ../../chrome/browser/resources/md_bookmarks --out_folder gen/chrome/browser/resources/md_bookmarks --depfile gen/chrome/browser/resources/md_bookmarks/build.d --html_in_files bookmarks.html --html_out_files vulcanized.html --js_out_files crisper.js
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude strings.js --exclude chrome://bookmarks/strings.js --manifest-out D:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_bookmarks\bookmarks_requestlist.txt --root D:\code\chromium_git\chromium\src\chrome\browser\resources\md_bookmarks --redirect "chrome://bookmarks/|D:\code\chromium_git\chromium\src\chrome\browser\resources\md_bookmarks" --out-dir gen\chrome\browser\resources\md_bookmarks\bundled --shell bookmarks.html --in-html bookmarks.html failed: '..\..\third_party\node\win\node.exe' is not recognized as an internal or external command,
operable program or batch file.
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[30/25387] ACTION //chrome/browser/resources/md_history:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_history/app.vulcanized.html gen/chrome/browser/resources/md_history/lazy_load.vulcanized.html gen/chrome/browser/resources/md_history/app.crisper.js gen/chrome/browser/resources/md_history/lazy_load.crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host history --input ../../chrome/browser/resources/md_history --out_folder gen/chrome/browser/resources/md_history --depfile gen/chrome/browser/resources/md_history/build.d --html_in_files app.html lazy_load.html --html_out_files app.vulcanized.html lazy_load.vulcanized.html --js_out_files app.crisper.js lazy_load.crisper.js --exclude chrome://resources/html/util.html chrome://history/constants.html
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude chrome://resources/html/util.html --exclude chrome://history/constants.html --exclude strings.js --exclude chrome://history/strings.js --manifest-out D:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\history_requestlist.txt --root D:\code\chromium_git\chromium\src\chrome\browser\resources\md_history --redirect "chrome://history/|D:\code\chromium_git\chromium\src\chrome\browser\resources\md_history" --out-dir gen\chrome\browser\resources\md_history\bundled --shell app.html --in-html app.html --in-html lazy_load.html failed: '..\..\third_party\node\win\node.exe' is not recognized as an internal or external command,
operable program or batch file.
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[31/25387] ACTION //chrome/browser/resources/md_downloads:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_downloads/vulcanized.html gen/chrome/browser/resources/md_downloads/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host downloads --input ../../chrome/browser/resources/md_downloads --out_folder gen/chrome/browser/resources/md_downloads --depfile gen/chrome/browser/resources/md_downloads/build.d --html_in_files downloads.html --html_out_files vulcanized.html --js_out_files crisper.js --insert_in_head "<base href=chrome://downloads>"
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude strings.js --exclude chrome://downloads/strings.js --manifest-out D:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_downloads\downloads_requestlist.txt --root D:\code\chromium_git\chromium\src\chrome\browser\resources\md_downloads --redirect "chrome://downloads/|D:\code\chromium_git\chromium\src\chrome\browser\resources\md_downloads" --out-dir gen\chrome\browser\resources\md_downloads\bundled --shell downloads.html --in-html downloads.html failed: '..\..\third_party\node\win\node.exe' is not recognized as an internal or external command,
operable program or batch file.
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[34/25387] CXX obj/components/browser_watcher/browser_watcher/window_hang_monitor_win.obj
ninja: build stopped: subcommand failed.
D:\code\chromium_git\chromium\src>ninja -C out\Release_GN_x86 cef
ninja: Entering directory `out\Release_GN_x86'
[161/25356] ACTION //chrome/browser/resources/md_history:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_history/app.vulcanized.html gen/chrome/browser/resources/md_history/lazy_load.vulcanized.html gen/chrome/browser/resources/md_history/app.crisper.js gen/chrome/browser/resources/md_history/lazy_load.crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host history --input ../../chrome/browser/resources/md_history --out_folder gen/chrome/browser/resources/md_history --depfile gen/chrome/browser/resources/md_history/build.d --html_in_files app.html lazy_load.html --html_out_files app.vulcanized.html lazy_load.vulcanized.html --js_out_files app.crisper.js lazy_load.crisper.js --exclude chrome://resources/html/util.html chrome://history/constants.html
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude chrome://resources/html/util.html --exclude chrome://history/constants.html --exclude strings.js --exclude chrome://history/strings.js --manifest-out D:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\history_requestlist.txt --root D:\code\chromium_git\chromium\src\chrome\browser\resources\md_history --redirect "chrome://history/|D:\code\chromium_git\chromium\src\chrome\browser\resources\md_history" --out-dir gen\chrome\browser\resources\md_history\bundled --shell app.html --in-html app.html --in-html lazy_load.html failed: This version of D:\code\chromium_git\chromium\src\third_party\node\win\node.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[165/25356] ACTION //chrome/browser/resources/md_bookmarks:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_bookmarks/vulcanized.html gen/chrome/browser/resources/md_bookmarks/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host bookmarks --input ../../chrome/browser/resources/md_bookmarks --out_folder gen/chrome/browser/resources/md_bookmarks --depfile gen/chrome/browser/resources/md_bookmarks/build.d --html_in_files bookmarks.html --html_out_files vulcanized.html --js_out_files crisper.js
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude strings.js --exclude chrome://bookmarks/strings.js --manifest-out D:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_bookmarks\bookmarks_requestlist.txt --root D:\code\chromium_git\chromium\src\chrome\browser\resources\md_bookmarks --redirect "chrome://bookmarks/|D:\code\chromium_git\chromium\src\chrome\browser\resources\md_bookmarks" --out-dir gen\chrome\browser\resources\md_bookmarks\bundled --shell bookmarks.html --in-html bookmarks.html failed: This version of D:\code\chromium_git\chromium\src\third_party\node\win\node.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[166/25356] ACTION //chrome/browser/resources/md_downloads:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_downloads/vulcanized.html gen/chrome/browser/resources/md_downloads/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host downloads --input ../../chrome/browser/resources/md_downloads --out_folder gen/chrome/browser/resources/md_downloads --depfile gen/chrome/browser/resources/md_downloads/build.d --html_in_files downloads.html --html_out_files vulcanized.html --js_out_files crisper.js --insert_in_head "<base href=chrome://downloads>"
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude strings.js --exclude chrome://downloads/strings.js --manifest-out D:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_downloads\downloads_requestlist.txt --root D:\code\chromium_git\chromium\src\chrome\browser\resources\md_downloads --redirect "chrome://downloads/|D:\code\chromium_git\chromium\src\chrome\browser\resources\md_downloads" --out-dir gen\chrome\browser\resources\md_downloads\bundled --shell downloads.html --in-html downloads.html failed: This version of D:\code\chromium_git\chromium\src\third_party\node\win\node.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
ninja: build stopped: subcommand failed.
D:\code\chromium_git\chromium\src>ninja -C out\Release_GN_x86 cef
ninja: Entering directory `out\Release_GN_x86'
[11/25193] ACTION //chrome/browser/resources/md_history:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_history/app.vulcanized.html gen/chrome/browser/resources/md_history/lazy_load.vulcanized.html gen/chrome/browser/resources/md_history/app.crisper.js gen/chrome/browser/resources/md_history/lazy_load.crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host history --input ../../chrome/browser/resources/md_history --out_folder gen/chrome/browser/resources/md_history --depfile gen/chrome/browser/resources/md_history/build.d --html_in_files app.html lazy_load.html --html_out_files app.vulcanized.html lazy_load.vulcanized.html --js_out_files app.crisper.js lazy_load.crisper.js --exclude chrome://resources/html/util.html chrome://history/constants.html
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude chrome://resources/html/util.html --exclude chrome://history/constants.html --exclude strings.js --exclude chrome://history/strings.js --manifest-out D:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\history_requestlist.txt --root D:\code\chromium_git\chromium\src\chrome\browser\resources\md_history --redirect "chrome://history/|D:\code\chromium_git\chromium\src\chrome\browser\resources\md_history" --out-dir gen\chrome\browser\resources\md_history\bundled --shell app.html --in-html app.html --in-html lazy_load.html failed: module.js:471
throw err;
^
Error: Cannot find module 'D:\code\chromium_git\chromium\src\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:389:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:504:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[12/25193] ACTION //chrome/browser/resources/md_downloads:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_downloads/vulcanized.html gen/chrome/browser/resources/md_downloads/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host downloads --input ../../chrome/browser/resources/md_downloads --out_folder gen/chrome/browser/resources/md_downloads --depfile gen/chrome/browser/resources/md_downloads/build.d --html_in_files downloads.html --html_out_files vulcanized.html --js_out_files crisper.js --insert_in_head "<base href=chrome://downloads>"
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude strings.js --exclude chrome://downloads/strings.js --manifest-out D:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_downloads\downloads_requestlist.txt --root D:\code\chromium_git\chromium\src\chrome\browser\resources\md_downloads --redirect "chrome://downloads/|D:\code\chromium_git\chromium\src\chrome\browser\resources\md_downloads" --out-dir gen\chrome\browser\resources\md_downloads\bundled --shell downloads.html --in-html downloads.html failed: module.js:471
throw err;
^
Error: Cannot find module 'D:\code\chromium_git\chromium\src\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:389:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:504:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[13/25193] ACTION //chrome/browser/resources/md_bookmarks:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_bookmarks/vulcanized.html gen/chrome/browser/resources/md_bookmarks/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host bookmarks --input ../../chrome/browser/resources/md_bookmarks --out_folder gen/chrome/browser/resources/md_bookmarks --depfile gen/chrome/browser/resources/md_bookmarks/build.d --html_in_files bookmarks.html --html_out_files vulcanized.html --js_out_files crisper.js
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude strings.js --exclude chrome://bookmarks/strings.js --manifest-out D:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_bookmarks\bookmarks_requestlist.txt --root D:\code\chromium_git\chromium\src\chrome\browser\resources\md_bookmarks --redirect "chrome://bookmarks/|D:\code\chromium_git\chromium\src\chrome\browser\resources\md_bookmarks" --out-dir gen\chrome\browser\resources\md_bookmarks\bundled --shell bookmarks.html --in-html bookmarks.html failed: module.js:471
throw err;
^
Error: Cannot find module 'D:\code\chromium_git\chromium\src\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:389:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:504:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[16/25193] CXX obj/components/prefs/prefs/pref_service_factory.obj
ninja: build stopped: subcommand failed.
D:\code\chromium_git\chromium\src>ninja -C out\Release_GN_x86 cef
ninja: Entering directory `out\Release_GN_x86'
[2/25180] ACTION //chrome/browser/resources/md_bookmarks:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_bookmarks/vulcanized.html gen/chrome/browser/resources/md_bookmarks/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host bookmarks --input ../../chrome/browser/resources/md_bookmarks --out_folder gen/chrome/browser/resources/md_bookmarks --depfile gen/chrome/browser/resources/md_bookmarks/build.d --html_in_files bookmarks.html --html_out_files vulcanized.html --js_out_files crisper.js
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude strings.js --exclude chrome://bookmarks/strings.js --manifest-out D:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_bookmarks\bookmarks_requestlist.txt --root D:\code\chromium_git\chromium\src\chrome\browser\resources\md_bookmarks --redirect "chrome://bookmarks/|D:\code\chromium_git\chromium\src\chrome\browser\resources\md_bookmarks" --out-dir gen\chrome\browser\resources\md_bookmarks\bundled --shell bookmarks.html --in-html bookmarks.html failed: module.js:471
throw err;
^
Error: Cannot find module 'D:\code\chromium_git\chromium\src\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[3/25180] ACTION //chrome/browser/resources/md_history:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_history/app.vulcanized.html gen/chrome/browser/resources/md_history/lazy_load.vulcanized.html gen/chrome/browser/resources/md_history/app.crisper.js gen/chrome/browser/resources/md_history/lazy_load.crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host history --input ../../chrome/browser/resources/md_history --out_folder gen/chrome/browser/resources/md_history --depfile gen/chrome/browser/resources/md_history/build.d --html_in_files app.html lazy_load.html --html_out_files app.vulcanized.html lazy_load.vulcanized.html --js_out_files app.crisper.js lazy_load.crisper.js --exclude chrome://resources/html/util.html chrome://history/constants.html
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude chrome://resources/html/util.html --exclude chrome://history/constants.html --exclude strings.js --exclude chrome://history/strings.js --manifest-out D:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\history_requestlist.txt --root D:\code\chromium_git\chromium\src\chrome\browser\resources\md_history --redirect "chrome://history/|D:\code\chromium_git\chromium\src\chrome\browser\resources\md_history" --out-dir gen\chrome\browser\resources\md_history\bundled --shell app.html --in-html app.html --in-html lazy_load.html failed: module.js:471
throw err;
^
Error: Cannot find module 'D:\code\chromium_git\chromium\src\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[4/25180] ACTION //chrome/browser/resources/md_downloads:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_downloads/vulcanized.html gen/chrome/browser/resources/md_downloads/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host downloads --input ../../chrome/browser/resources/md_downloads --out_folder gen/chrome/browser/resources/md_downloads --depfile gen/chrome/browser/resources/md_downloads/build.d --html_in_files downloads.html --html_out_files vulcanized.html --js_out_files crisper.js --insert_in_head "<base href=chrome://downloads>"
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude strings.js --exclude chrome://downloads/strings.js --manifest-out D:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_downloads\downloads_requestlist.txt --root D:\code\chromium_git\chromium\src\chrome\browser\resources\md_downloads --redirect "chrome://downloads/|D:\code\chromium_git\chromium\src\chrome\browser\resources\md_downloads" --out-dir gen\chrome\browser\resources\md_downloads\bundled --shell downloads.html --in-html downloads.html failed: module.js:471
throw err;
^
Error: Cannot find module 'D:\code\chromium_git\chromium\src\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[7/25180] CXX obj/components/pref_registry/pref_registry/pref_registry_syncable.obj
ninja: build stopped: subcommand failed.
D:\code\chromium_git\chromium\src>cd D:\code\chromium_git\chromium\src\third_party\node\win
D:\code\chromium_git\chromium\src\third_party\node\win>dir
Volume in drive D is FreeAgent GoFlex Drive
Volume Serial Number is 8867-3932
Directory of D:\code\chromium_git\chromium\src\third_party\node\win
03/04/2018 10:39 PM <DIR> .
03/04/2018 10:39 PM <DIR> ..
03/04/2018 10:39 PM 18,513,048 node.exe
03/04/2018 08:38 PM 41 node.exe.sha1
2 File(s) 18,513,089 bytes
2 Dir(s) 621,319,368,704 bytes free
D:\code\chromium_git\chromium\src\third_party\node\win>npm install -g polymer-bundler
C:\Users\GSiry\AppData\Roaming\npm\polymer-bundler -> C:\Users\GSiry\AppData\Roaming\npm\node_modules\polymer-bundler\lib\bin\polymer-bundler.js
C:\Users\GSiry\AppData\Roaming\npm
`-- polymer-bundler@3.1.1
+-- clone@2.1.1
+-- command-line-args@3.0.5
| +-- array-back@1.0.4
| +-- feature-detect-es6@1.4.0
| +-- find-replace@1.0.3
| | `-- test-value@2.1.0
| `-- typical@2.6.1
+-- command-line-usage@3.0.8
| +-- ansi-escape-sequences@3.0.0
| `-- table-layout@0.3.0
| +-- core-js@2.5.3
| +-- deep-extend@0.4.2
| `-- wordwrapjs@2.0.0
| `-- reduce-flatten@1.0.1
+-- dom5@2.3.0
| +-- @types/clone@0.1.30
| +-- @types/node@6.0.101
| `-- @types/parse5@2.2.34
+-- espree@3.5.4
| +-- acorn@5.5.0
| `-- acorn-jsx@3.0.1
| `-- acorn@3.3.0
+-- mkdirp@0.5.1
| `-- minimist@0.0.8
+-- parse5@2.2.3
+-- polymer-analyzer@2.7.0
| +-- @types/chai-subset@1.3.1
| | `-- @types/chai@4.1.2
| +-- @types/chalk@0.4.31
| +-- @types/cssbeautify@0.3.1
| +-- @types/doctrine@0.0.1
| +-- @types/escodegen@0.0.2
| +-- @types/estraverse@0.0.6
| +-- @types/estree@0.0.37
| +-- chalk@1.1.3
| | +-- ansi-styles@2.2.1
| | +-- escape-string-regexp@1.0.5
| | +-- has-ansi@2.0.0
| | | `-- ansi-regex@2.1.1
| | +-- strip-ansi@3.0.1
| | `-- supports-color@2.0.0
| +-- cssbeautify@0.3.1
| +-- doctrine@2.1.0
| | `-- esutils@2.0.2
| +-- escodegen@1.9.1
| | +-- esprima@3.1.3
| | +-- optionator@0.8.2
| | | +-- deep-is@0.1.3
| | | +-- fast-levenshtein@2.0.6
| | | +-- levn@0.3.0
| | | +-- prelude-ls@1.1.2
| | | +-- type-check@0.3.2
| | | `-- wordwrap@1.0.0
| | `-- source-map@0.6.1
| +-- estraverse@4.2.0
| +-- jsonschema@1.2.2
| +-- shady-css-parser@0.1.0
| +-- stable@0.1.6
| `-- strip-indent@2.0.0
`-- source-map@0.5.7
D:\code\chromium_git\chromium\src\third_party\node\win>
D:\code\chromium_git\chromium\src\third_party\node\win>ninja -C out\Release_GN_x86 cef
ninja: fatal: chdir to 'out\Release_GN_x86' - No such file or directory
ninja: Entering directory `out\Release_GN_x86'
D:\code\chromium_git\chromium\src\third_party\node\win>cd ..
D:\code\chromium_git\chromium\src\third_party\node>cd ..
D:\code\chromium_git\chromium\src\third_party>cd ..
D:\code\chromium_git\chromium\src>dir
Volume in drive D is FreeAgent GoFlex Drive
Volume Serial Number is 8867-3932
Directory of D:\code\chromium_git\chromium\src
03/04/2018 09:16 PM <DIR> .
03/04/2018 09:16 PM <DIR> ..
03/04/2018 09:59 AM 1,086 .clang-format
03/04/2018 09:59 AM 751 .eslintrc.js
03/04/2018 09:59 AM 16,581 .git-blame-ignore-revs
03/04/2018 09:59 AM 216 .gitattributes
03/04/2018 07:48 PM 7,740 .gitignore
03/04/2018 09:16 PM 9,466 .gn
03/04/2018 09:02 PM 1,123 .landmines
03/04/2018 07:48 PM 1,924 .vpython
03/04/2018 07:48 PM <DIR> android_webview
03/04/2018 07:48 PM <DIR> apps
03/04/2018 07:49 PM <DIR> ash
03/04/2018 07:48 PM 34,876 AUTHORS
03/04/2018 09:16 PM <DIR> base
03/04/2018 09:59 AM <DIR> blink
03/04/2018 09:16 PM <DIR> build
03/04/2018 09:16 PM 36,524 BUILD.gn
03/04/2018 08:41 PM <DIR> buildtools
03/04/2018 07:50 PM <DIR> build_overrides
03/04/2018 07:50 PM <DIR> cc
03/04/2018 09:15 PM <DIR> cef
03/04/2018 09:16 PM <DIR> chrome
03/04/2018 08:01 PM <DIR> chromecast
03/04/2018 08:01 PM <DIR> chromeos
03/04/2018 09:16 PM <DIR> chrome_elf
03/04/2018 10:04 AM <DIR> cloud_print
03/04/2018 10:04 AM 325 codereview.settings
03/04/2018 07:48 PM 3,959 CODE_OF_CONDUCT.md
03/04/2018 08:07 PM <DIR> components
03/04/2018 08:08 PM <DIR> content
03/04/2018 08:09 PM <DIR> courgette
03/04/2018 08:09 PM <DIR> crypto
03/04/2018 08:09 PM <DIR> dbus
03/04/2018 07:48 PM 43,761 DEPS
03/04/2018 08:09 PM <DIR> device
03/04/2018 08:10 PM <DIR> docs
03/04/2018 07:48 PM 316 ENG_REVIEW_OWNERS
03/04/2018 08:10 PM <DIR> extensions
03/04/2018 08:10 PM <DIR> gin
03/04/2018 08:10 PM <DIR> google_apis
03/04/2018 08:10 PM <DIR> google_update
03/04/2018 08:10 PM <DIR> gpu
03/04/2018 08:11 PM <DIR> headless
03/04/2018 08:11 PM <DIR> infra
03/04/2018 08:12 PM <DIR> ios
03/04/2018 08:13 PM <DIR> ipc
03/04/2018 08:13 PM <DIR> jingle
03/04/2018 09:59 AM 1,559 LICENSE
03/04/2018 09:59 AM 1,571 LICENSE.chromium_os
03/04/2018 08:13 PM <DIR> mash
03/04/2018 08:14 PM <DIR> media
03/04/2018 08:14 PM <DIR> mojo
03/04/2018 08:41 PM <DIR> native_client
03/04/2018 10:09 AM <DIR> native_client_sdk
03/04/2018 08:14 PM <DIR> net
03/04/2018 09:22 PM <DIR> out
03/04/2018 07:48 PM 916 OWNERS
03/04/2018 08:15 PM <DIR> pdf
03/04/2018 10:10 AM <DIR> ppapi
03/04/2018 07:48 PM 99,580 PRESUBMIT.py
03/04/2018 07:48 PM 46,141 PRESUBMIT_test.py
03/04/2018 07:48 PM 6,717 PRESUBMIT_test_mocks.py
03/04/2018 09:16 PM <DIR> printing
03/04/2018 09:59 AM 489 README.md
03/04/2018 08:15 PM <DIR> remoting
03/04/2018 10:10 AM <DIR> rlz
03/04/2018 08:15 PM <DIR> sandbox
03/04/2018 08:15 PM <DIR> services
03/04/2018 08:16 PM <DIR> skia
03/04/2018 08:16 PM <DIR> sql
03/04/2018 08:16 PM <DIR> storage
03/04/2018 10:11 AM <DIR> styleguide
03/04/2018 08:17 PM <DIR> testing
03/04/2018 08:38 PM <DIR> third_party
03/04/2018 08:39 PM <DIR> tools
03/04/2018 08:39 PM <DIR> ui
03/04/2018 08:40 PM <DIR> url
03/04/2018 08:51 PM <DIR> v8
03/04/2018 07:48 PM 97,059 WATCHLISTS
22 File(s) 412,680 bytes
58 Dir(s) 621,319,368,704 bytes free
D:\code\chromium_git\chromium\src>cd cef
D:\code\chromium_git\chromium\src\cef>dir
Volume in drive D is FreeAgent GoFlex Drive
Volume Serial Number is 8867-3932
Directory of D:\code\chromium_git\chromium\src\cef
03/04/2018 09:15 PM <DIR> .
03/04/2018 09:15 PM <DIR> ..
03/04/2018 09:12 PM <DIR> .git
03/04/2018 06:15 PM 551 .gitignore
03/04/2018 06:15 PM 337 .style.cfg
03/04/2018 06:15 PM 34 .style.yapf
03/04/2018 06:15 PM 1,239 AUTHORS.txt
03/04/2018 06:15 PM 67,822 BUILD.gn
03/04/2018 06:15 PM 45 cef_create_projects.bat
03/04/2018 06:15 PM 39 cef_create_projects.sh
03/04/2018 06:15 PM 39,356 cef_paths.gypi
03/04/2018 06:15 PM 25,095 cef_paths2.gypi
03/04/2018 06:15 PM 4,708 cef_repack_locales.gni
03/04/2018 06:15 PM 480 CHROMIUM_BUILD_COMPATIBILITY.txt
03/04/2018 06:15 PM <DIR> cmake
03/04/2018 06:15 PM 8,035 CMakeLists.txt.in
03/04/2018 09:15 PM 142 create.bat
03/04/2018 06:15 PM 176 DEPS
03/04/2018 09:16 PM <DIR> include
03/04/2018 06:15 PM <DIR> libcef
03/04/2018 06:15 PM <DIR> libcef_dll
03/04/2018 06:15 PM 1,662 LICENSE.txt
03/04/2018 06:15 PM <DIR> patch
03/04/2018 06:15 PM 8,210 README.md
03/04/2018 06:15 PM <DIR> tests
03/04/2018 09:16 PM <DIR> tools
03/04/2018 06:15 PM 12 VERSION
17 File(s) 157,943 bytes
10 Dir(s) 621,319,368,704 bytes free
D:\code\chromium_git\chromium\src\cef>ninja -C out\Release_GN_x86 cef
ninja: fatal: chdir to 'out\Release_GN_x86' - No such file or directory
ninja: Entering directory `out\Release_GN_x86'
D:\code\chromium_git\chromium\src\cef>cd d:\code\chromium_git\chromium\src
d:\code\chromium_git\chromium\src>dir
Volume in drive D is FreeAgent GoFlex Drive
Volume Serial Number is 8867-3932
Directory of d:\code\chromium_git\chromium\src
03/04/2018 09:16 PM <DIR> .
03/04/2018 09:16 PM <DIR> ..
03/04/2018 09:59 AM 1,086 .clang-format
03/04/2018 09:59 AM 751 .eslintrc.js
03/04/2018 09:59 AM 16,581 .git-blame-ignore-revs
03/04/2018 09:59 AM 216 .gitattributes
03/04/2018 07:48 PM 7,740 .gitignore
03/04/2018 09:16 PM 9,466 .gn
03/04/2018 09:02 PM 1,123 .landmines
03/04/2018 07:48 PM 1,924 .vpython
03/04/2018 07:48 PM <DIR> android_webview
03/04/2018 07:48 PM <DIR> apps
03/04/2018 07:49 PM <DIR> ash
03/04/2018 07:48 PM 34,876 AUTHORS
03/04/2018 09:16 PM <DIR> base
03/04/2018 09:59 AM <DIR> blink
03/04/2018 09:16 PM <DIR> build
03/04/2018 09:16 PM 36,524 BUILD.gn
03/04/2018 08:41 PM <DIR> buildtools
03/04/2018 07:50 PM <DIR> build_overrides
03/04/2018 07:50 PM <DIR> cc
03/04/2018 09:15 PM <DIR> cef
03/04/2018 09:16 PM <DIR> chrome
03/04/2018 08:01 PM <DIR> chromecast
03/04/2018 08:01 PM <DIR> chromeos
03/04/2018 09:16 PM <DIR> chrome_elf
03/04/2018 10:04 AM <DIR> cloud_print
03/04/2018 10:04 AM 325 codereview.settings
03/04/2018 07:48 PM 3,959 CODE_OF_CONDUCT.md
03/04/2018 08:07 PM <DIR> components
03/04/2018 08:08 PM <DIR> content
03/04/2018 08:09 PM <DIR> courgette
03/04/2018 08:09 PM <DIR> crypto
03/04/2018 08:09 PM <DIR> dbus
03/04/2018 07:48 PM 43,761 DEPS
03/04/2018 08:09 PM <DIR> device
03/04/2018 08:10 PM <DIR> docs
03/04/2018 07:48 PM 316 ENG_REVIEW_OWNERS
03/04/2018 08:10 PM <DIR> extensions
03/04/2018 08:10 PM <DIR> gin
03/04/2018 08:10 PM <DIR> google_apis
03/04/2018 08:10 PM <DIR> google_update
03/04/2018 08:10 PM <DIR> gpu
03/04/2018 08:11 PM <DIR> headless
03/04/2018 08:11 PM <DIR> infra
03/04/2018 08:12 PM <DIR> ios
03/04/2018 08:13 PM <DIR> ipc
03/04/2018 08:13 PM <DIR> jingle
03/04/2018 09:59 AM 1,559 LICENSE
03/04/2018 09:59 AM 1,571 LICENSE.chromium_os
03/04/2018 08:13 PM <DIR> mash
03/04/2018 08:14 PM <DIR> media
03/04/2018 08:14 PM <DIR> mojo
03/04/2018 08:41 PM <DIR> native_client
03/04/2018 10:09 AM <DIR> native_client_sdk
03/04/2018 08:14 PM <DIR> net
03/04/2018 09:22 PM <DIR> out
03/04/2018 07:48 PM 916 OWNERS
03/04/2018 08:15 PM <DIR> pdf
03/04/2018 10:10 AM <DIR> ppapi
03/04/2018 07:48 PM 99,580 PRESUBMIT.py
03/04/2018 07:48 PM 46,141 PRESUBMIT_test.py
03/04/2018 07:48 PM 6,717 PRESUBMIT_test_mocks.py
03/04/2018 09:16 PM <DIR> printing
03/04/2018 09:59 AM 489 README.md
03/04/2018 08:15 PM <DIR> remoting
03/04/2018 10:10 AM <DIR> rlz
03/04/2018 08:15 PM <DIR> sandbox
03/04/2018 08:15 PM <DIR> services
03/04/2018 08:16 PM <DIR> skia
03/04/2018 08:16 PM <DIR> sql
03/04/2018 08:16 PM <DIR> storage
03/04/2018 10:11 AM <DIR> styleguide
03/04/2018 08:17 PM <DIR> testing
03/04/2018 08:38 PM <DIR> third_party
03/04/2018 08:39 PM <DIR> tools
03/04/2018 08:39 PM <DIR> ui
03/04/2018 08:40 PM <DIR> url
03/04/2018 08:51 PM <DIR> v8
03/04/2018 07:48 PM 97,059 WATCHLISTS
22 File(s) 412,680 bytes
58 Dir(s) 621,319,368,704 bytes free
d:\code\chromium_git\chromium\src>ninja -C out\Release_GN_x86 cef
ninja: Entering directory `out\Release_GN_x86'
[2/25176] ACTION //chrome/browser/resources/md_bookmarks:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_bookmarks/vulcanized.html gen/chrome/browser/resources/md_bookmarks/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host bookmarks --input ../../chrome/browser/resources/md_bookmarks --out_folder gen/chrome/browser/resources/md_bookmarks --depfile gen/chrome/browser/resources/md_bookmarks/build.d --html_in_files bookmarks.html --html_out_files vulcanized.html --js_out_files crisper.js
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude strings.js --exclude chrome://bookmarks/strings.js --manifest-out d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_bookmarks\bookmarks_requestlist.txt --root d:\code\chromium_git\chromium\src\chrome\browser\resources\md_bookmarks --redirect "chrome://bookmarks/|d:\code\chromium_git\chromium\src\chrome\browser\resources\md_bookmarks" --out-dir gen\chrome\browser\resources\md_bookmarks\bundled --shell bookmarks.html --in-html bookmarks.html failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[3/25176] ACTION //chrome/browser/resources/md_downloads:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_downloads/vulcanized.html gen/chrome/browser/resources/md_downloads/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host downloads --input ../../chrome/browser/resources/md_downloads --out_folder gen/chrome/browser/resources/md_downloads --depfile gen/chrome/browser/resources/md_downloads/build.d --html_in_files downloads.html --html_out_files vulcanized.html --js_out_files crisper.js --insert_in_head "<base href=chrome://downloads>"
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude strings.js --exclude chrome://downloads/strings.js --manifest-out d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_downloads\downloads_requestlist.txt --root d:\code\chromium_git\chromium\src\chrome\browser\resources\md_downloads --redirect "chrome://downloads/|d:\code\chromium_git\chromium\src\chrome\browser\resources\md_downloads" --out-dir gen\chrome\browser\resources\md_downloads\bundled --shell downloads.html --in-html downloads.html failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[4/25176] ACTION //chrome/browser/resources/md_history:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_history/app.vulcanized.html gen/chrome/browser/resources/md_history/lazy_load.vulcanized.html gen/chrome/browser/resources/md_history/app.crisper.js gen/chrome/browser/resources/md_history/lazy_load.crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host history --input ../../chrome/browser/resources/md_history --out_folder gen/chrome/browser/resources/md_history --depfile gen/chrome/browser/resources/md_history/build.d --html_in_files app.html lazy_load.html --html_out_files app.vulcanized.html lazy_load.vulcanized.html --js_out_files app.crisper.js lazy_load.crisper.js --exclude chrome://resources/html/util.html chrome://history/constants.html
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude chrome://resources/html/util.html --exclude chrome://history/constants.html --exclude strings.js --exclude chrome://history/strings.js --manifest-out d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\history_requestlist.txt --root d:\code\chromium_git\chromium\src\chrome\browser\resources\md_history --redirect "chrome://history/|d:\code\chromium_git\chromium\src\chrome\browser\resources\md_history" --out-dir gen\chrome\browser\resources\md_history\bundled --shell app.html --in-html app.html --in-html lazy_load.html failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[7/25176] CXX obj/components/physical_web/webui/webui/physical_web_base_message_handler.obj
ninja: build stopped: subcommand failed.
d:\code\chromium_git\chromium\src>npm install -g polymer-bundler
C:\Users\GSiry\AppData\Roaming\npm\polymer-bundler -> C:\Users\GSiry\AppData\Roaming\npm\node_modules\polymer-bundler\lib\bin\polymer-bundler.js
C:\Users\GSiry\AppData\Roaming\npm
`-- polymer-bundler@3.1.1
d:\code\chromium_git\chromium\src>npm install -g polymer-bundler
Terminate batch job (Y/N)? y
d:\code\chromium_git\chromium\src>ninja -C out\Release_GN_x86 cef
ninja: Entering directory `out\Release_GN_x86'
[1/25172] ACTION //chrome/browser/resources/md_bookmarks:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_bookmarks/vulcanized.html gen/chrome/browser/resources/md_bookmarks/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host bookmarks --input ../../chrome/browser/resources/md_bookmarks --out_folder gen/chrome/browser/resources/md_bookmarks --depfile gen/chrome/browser/resources/md_bookmarks/build.d --html_in_files bookmarks.html --html_out_files vulcanized.html --js_out_files crisper.js
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude strings.js --exclude chrome://bookmarks/strings.js --manifest-out d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_bookmarks\bookmarks_requestlist.txt --root d:\code\chromium_git\chromium\src\chrome\browser\resources\md_bookmarks --redirect "chrome://bookmarks/|d:\code\chromium_git\chromium\src\chrome\browser\resources\md_bookmarks" --out-dir gen\chrome\browser\resources\md_bookmarks\bundled --shell bookmarks.html --in-html bookmarks.html failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[2/25172] ACTION //chrome/browser/resources/md_history:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_history/app.vulcanized.html gen/chrome/browser/resources/md_history/lazy_load.vulcanized.html gen/chrome/browser/resources/md_history/app.crisper.js gen/chrome/browser/resources/md_history/lazy_load.crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host history --input ../../chrome/browser/resources/md_history --out_folder gen/chrome/browser/resources/md_history --depfile gen/chrome/browser/resources/md_history/build.d --html_in_files app.html lazy_load.html --html_out_files app.vulcanized.html lazy_load.vulcanized.html --js_out_files app.crisper.js lazy_load.crisper.js --exclude chrome://resources/html/util.html chrome://history/constants.html
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude chrome://resources/html/util.html --exclude chrome://history/constants.html --exclude strings.js --exclude chrome://history/strings.js --manifest-out d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\history_requestlist.txt --root d:\code\chromium_git\chromium\src\chrome\browser\resources\md_history --redirect "chrome://history/|d:\code\chromium_git\chromium\src\chrome\browser\resources\md_history" --out-dir gen\chrome\browser\resources\md_history\bundled --shell app.html --in-html app.html --in-html lazy_load.html failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[3/25172] ACTION //chrome/browser/resources/md_downloads:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_downloads/vulcanized.html gen/chrome/browser/resources/md_downloads/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host downloads --input ../../chrome/browser/resources/md_downloads --out_folder gen/chrome/browser/resources/md_downloads --depfile gen/chrome/browser/resources/md_downloads/build.d --html_in_files downloads.html --html_out_files vulcanized.html --js_out_files crisper.js --insert_in_head "<base href=chrome://downloads>"
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler --exclude chrome://resources/html/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-micro.html --exclude chrome://resources/polymer/v1_0/polymer/polymer-mini.html --exclude chrome://resources/polymer/v1_0/web-animations-js/web-animations-next-lite.min.js --exclude chrome://resources/css/roboto.css --exclude chrome://resources/css/text_defaults.css --exclude chrome://resources/css/text_defaults_md.css --exclude chrome://resources/js/load_time_data.js --inline-css --inline-scripts --rewrite-urls-in-templates --strip-comments --redirect "chrome://resources/cr_components/|..\..\ui\webui\resources\cr_components" --redirect "chrome://resources/cr_elements/|..\..\ui\webui\resources\cr_elements" --redirect "chrome://resources/css/|..\..\ui\webui\resources\css" --redirect "chrome://resources/html/|..\..\ui\webui\resources\html" --redirect "chrome://resources/js/|..\..\ui\webui\resources\js" --redirect "chrome://resources/polymer/v1_0/|..\..\third_party\polymer\v1_0\components-chromium" --exclude strings.js --exclude chrome://downloads/strings.js --manifest-out d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_downloads\downloads_requestlist.txt --root d:\code\chromium_git\chromium\src\chrome\browser\resources\md_downloads --redirect "chrome://downloads/|d:\code\chromium_git\chromium\src\chrome\browser\resources\md_downloads" --out-dir gen\chrome\browser\resources\md_downloads\bundled --shell downloads.html --in-html downloads.html failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\polymer-bundler\lib\bin\polymer-bundler'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 159, in _optimize
] + in_html_args)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[6/25172] CXX obj/components/prefs/prefs/pref_notifier_impl.obj
ninja: build stopped: subcommand failed.
d:\code\chromium_git\chromium\src>ninja -C out\Release_GN_x86 cef
ninja: Entering directory `out\Release_GN_x86'
[6/25169] ACTION //chrome/browser/resources/md_downloads:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_downloads/vulcanized.html gen/chrome/browser/resources/md_downloads/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host downloads --input ../../chrome/browser/resources/md_downloads --out_folder gen/chrome/browser/resources/md_downloads --depfile gen/chrome/browser/resources/md_downloads/build.d --html_in_files downloads.html --html_out_files vulcanized.html --js_out_files crisper.js --insert_in_head "<base href=chrome://downloads>"
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\crisper\bin\crisper --source d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_downloads\bundled\downloads.html --script-in-head false --html d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_downloads\bundled\vulcanized.html --js d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_downloads\bundled\crisper.js failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\crisper\bin\crisper'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 194, in _optimize
'--js', os.path.join(tmp_out_dir, js_out_file)])
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[8/25169] ACTION //chrome/browser/resources/md_history:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_history/app.vulcanized.html gen/chrome/browser/resources/md_history/lazy_load.vulcanized.html gen/chrome/browser/resources/md_history/app.crisper.js gen/chrome/browser/resources/md_history/lazy_load.crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host history --input ../../chrome/browser/resources/md_history --out_folder gen/chrome/browser/resources/md_history --depfile gen/chrome/browser/resources/md_history/build.d --html_in_files app.html lazy_load.html --html_out_files app.vulcanized.html lazy_load.vulcanized.html --js_out_files app.crisper.js lazy_load.crisper.js --exclude chrome://resources/html/util.html chrome://history/constants.html
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\crisper\bin\crisper --source d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\bundled\app.html --script-in-head false --html d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\bundled\app.vulcanized.html --js d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\bundled\app.crisper.js failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\crisper\bin\crisper'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 194, in _optimize
'--js', os.path.join(tmp_out_dir, js_out_file)])
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[9/25169] ACTION //chrome/browser/resources/md_bookmarks:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_bookmarks/vulcanized.html gen/chrome/browser/resources/md_bookmarks/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host bookmarks --input ../../chrome/browser/resources/md_bookmarks --out_folder gen/chrome/browser/resources/md_bookmarks --depfile gen/chrome/browser/resources/md_bookmarks/build.d --html_in_files bookmarks.html --html_out_files vulcanized.html --js_out_files crisper.js
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\crisper\bin\crisper --source d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_bookmarks\bundled\bookmarks.html --script-in-head false --html d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_bookmarks\bundled\vulcanized.html --js d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_bookmarks\bundled\crisper.js failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\crisper\bin\crisper'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 194, in _optimize
'--js', os.path.join(tmp_out_dir, js_out_file)])
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[11/25169] CXX obj/components/prefs/prefs/pref_service.obj
ninja: build stopped: subcommand failed.
d:\code\chromium_git\chromium\src>
d:\code\chromium_git\chromium\src>npm install -g crisper
C:\Users\GSiry\AppData\Roaming\npm\crisper -> C:\Users\GSiry\AppData\Roaming\npm\node_modules\crisper\bin\crisper
C:\Users\GSiry\AppData\Roaming\npm
`-- crisper@2.1.1
+-- command-line-args@3.0.5
| +-- array-back@1.0.4
| +-- feature-detect-es6@1.4.0
| +-- find-replace@1.0.3
| | `-- test-value@2.1.0
| `-- typical@2.6.1
+-- command-line-usage@3.0.8
| +-- ansi-escape-sequences@3.0.0
| `-- table-layout@0.3.0
| +-- core-js@2.5.3
| +-- deep-extend@0.4.2
| `-- wordwrapjs@2.0.0
| `-- reduce-flatten@1.0.1
`-- dom5@1.3.6
+-- @types/clone@0.1.30
+-- @types/node@4.2.23
+-- @types/parse5@0.0.31
| `-- @types/node@6.0.101
+-- clone@1.0.3
`-- parse5@1.5.1
d:\code\chromium_git\chromium\src>ninja -C out\Release_GN_x86 cef
ninja: Entering directory `out\Release_GN_x86'
[13/25161] ACTION //chrome/browser/resources/md_downloads:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_downloads/vulcanized.html gen/chrome/browser/resources/md_downloads/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host downloads --input ../../chrome/browser/resources/md_downloads --out_folder gen/chrome/browser/resources/md_downloads --depfile gen/chrome/browser/resources/md_downloads/build.d --html_in_files downloads.html --html_out_files vulcanized.html --js_out_files crisper.js --insert_in_head "<base href=chrome://downloads>"
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\uglify-es\bin\uglifyjs d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_downloads\bundled\crisper.js --comments "/Copyright|license|LICENSE|\<\/?if/" --output d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_downloads\crisper.js failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\uglify-es\bin\uglifyjs'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 201, in _optimize
'--output', os.path.join(out_path, js_out_file)])
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[15/25161] ACTION //chrome/browser/resources/md_history:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_history/app.vulcanized.html gen/chrome/browser/resources/md_history/lazy_load.vulcanized.html gen/chrome/browser/resources/md_history/app.crisper.js gen/chrome/browser/resources/md_history/lazy_load.crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host history --input ../../chrome/browser/resources/md_history --out_folder gen/chrome/browser/resources/md_history --depfile gen/chrome/browser/resources/md_history/build.d --html_in_files app.html lazy_load.html --html_out_files app.vulcanized.html lazy_load.vulcanized.html --js_out_files app.crisper.js lazy_load.crisper.js --exclude chrome://resources/html/util.html chrome://history/constants.html
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\uglify-es\bin\uglifyjs d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\bundled\app.crisper.js --comments "/Copyright|license|LICENSE|\<\/?if/" --output d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\app.crisper.js failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\uglify-es\bin\uglifyjs'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 201, in _optimize
'--output', os.path.join(out_path, js_out_file)])
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[18/25161] ACTION //chrome/browser/resources/md_bookmarks:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_bookmarks/vulcanized.html gen/chrome/browser/resources/md_bookmarks/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host bookmarks --input ../../chrome/browser/resources/md_bookmarks --out_folder gen/chrome/browser/resources/md_bookmarks --depfile gen/chrome/browser/resources/md_bookmarks/build.d --html_in_files bookmarks.html --html_out_files vulcanized.html --js_out_files crisper.js
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\uglify-es\bin\uglifyjs d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_bookmarks\bundled\crisper.js --comments "/Copyright|license|LICENSE|\<\/?if/" --output d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_bookmarks\crisper.js failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\uglify-es\bin\uglifyjs'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 201, in _optimize
'--output', os.path.join(out_path, js_out_file)])
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
ninja: build stopped: subcommand failed.
d:\code\chromium_git\chromium\src>ninja -C out\Release_GN_x86 cef
ninja: Entering directory `out\Release_GN_x86'
[14/25146] ACTION //chrome/browser/resources/md_downloads:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_downloads/vulcanized.html gen/chrome/browser/resources/md_downloads/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host downloads --input ../../chrome/browser/resources/md_downloads --out_folder gen/chrome/browser/resources/md_downloads --depfile gen/chrome/browser/resources/md_downloads/build.d --html_in_files downloads.html --html_out_files vulcanized.html --js_out_files crisper.js --insert_in_head "<base href=chrome://downloads>"
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\uglify-es\bin\uglifyjs d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_downloads\bundled\crisper.js --comments "/Copyright|license|LICENSE|\<\/?if/" --output d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_downloads\crisper.js failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\uglify-es\bin\uglifyjs'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 201, in _optimize
'--output', os.path.join(out_path, js_out_file)])
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[17/25146] ACTION //chrome/browser/resources/md_history:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_history/app.vulcanized.html gen/chrome/browser/resources/md_history/lazy_load.vulcanized.html gen/chrome/browser/resources/md_history/app.crisper.js gen/chrome/browser/resources/md_history/lazy_load.crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host history --input ../../chrome/browser/resources/md_history --out_folder gen/chrome/browser/resources/md_history --depfile gen/chrome/browser/resources/md_history/build.d --html_in_files app.html lazy_load.html --html_out_files app.vulcanized.html lazy_load.vulcanized.html --js_out_files app.crisper.js lazy_load.crisper.js --exclude chrome://resources/html/util.html chrome://history/constants.html
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\uglify-es\bin\uglifyjs d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\bundled\app.crisper.js --comments "/Copyright|license|LICENSE|\<\/?if/" --output d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\app.crisper.js failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\uglify-es\bin\uglifyjs'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 201, in _optimize
'--output', os.path.join(out_path, js_out_file)])
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[18/25146] ACTION //chrome/browser/resources/md_bookmarks:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_bookmarks/vulcanized.html gen/chrome/browser/resources/md_bookmarks/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host bookmarks --input ../../chrome/browser/resources/md_bookmarks --out_folder gen/chrome/browser/resources/md_bookmarks --depfile gen/chrome/browser/resources/md_bookmarks/build.d --html_in_files bookmarks.html --html_out_files vulcanized.html --js_out_files crisper.js
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\uglify-es\bin\uglifyjs d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_bookmarks\bundled\crisper.js --comments "/Copyright|license|LICENSE|\<\/?if/" --output d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_bookmarks\crisper.js failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\uglify-es\bin\uglifyjs'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 201, in _optimize
'--output', os.path.join(out_path, js_out_file)])
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[19/25146] CXX obj/components/bubble/bubble/bubble_controller.obj
ninja: build stopped: subcommand failed.
d:\code\chromium_git\chromium\src>npm install -g uglify-es
C:\Users\GSiry\AppData\Roaming\npm\uglifyjs -> C:\Users\GSiry\AppData\Roaming\npm\node_modules\uglify-es\bin\uglifyjs
C:\Users\GSiry\AppData\Roaming\npm
`-- uglify-es@3.3.9
+-- commander@2.13.0
`-- source-map@0.6.1
d:\code\chromium_git\chromium\src>npm install -g uglify-es
Terminate batch job (Y/N)? y
d:\code\chromium_git\chromium\src>ninja -C out\Release_GN_x86 cef
ninja: Entering directory `out\Release_GN_x86'
[40/25130] ACTION //chrome/browser/resources/md_downloads:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_downloads/vulcanized.html gen/chrome/browser/resources/md_downloads/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host downloads --input ../../chrome/browser/resources/md_downloads --out_folder gen/chrome/browser/resources/md_downloads --depfile gen/chrome/browser/resources/md_downloads/build.d --html_in_files downloads.html --html_out_files vulcanized.html --js_out_files crisper.js --insert_in_head "<base href=chrome://downloads>"
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-css-build\bin\polymer-css-build --no-inline-includes -f d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_downloads\bundled\vulcanized.html -o d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_downloads\vulcanized.html failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\polymer-css-build\bin\polymer-css-build'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 209, in _optimize
crisper_html_out_paths + ['-o'] + pcb_html_out_paths)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[42/25130] ACTION //chrome/browser/resources/md_bookmarks:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_bookmarks/vulcanized.html gen/chrome/browser/resources/md_bookmarks/crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host bookmarks --input ../../chrome/browser/resources/md_bookmarks --out_folder gen/chrome/browser/resources/md_bookmarks --depfile gen/chrome/browser/resources/md_bookmarks/build.d --html_in_files bookmarks.html --html_out_files vulcanized.html --js_out_files crisper.js
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-css-build\bin\polymer-css-build --no-inline-includes -f d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_bookmarks\bundled\vulcanized.html -o d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_bookmarks\vulcanized.html failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\polymer-css-build\bin\polymer-css-build'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 209, in _optimize
crisper_html_out_paths + ['-o'] + pcb_html_out_paths)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[44/25130] ACTION //chrome/browser/resources/md_history:build(//build/toolchain/win:x86)
FAILED: gen/chrome/browser/resources/md_history/app.vulcanized.html gen/chrome/browser/resources/md_history/lazy_load.vulcanized.html gen/chrome/browser/resources/md_history/app.crisper.js gen/chrome/browser/resources/md_history/lazy_load.crisper.js
d:/code/depot_tools/win_tools-2_7_6_bin/python/bin/python.exe ../../chrome/browser/resources/optimize_webui.py --host history --input ../../chrome/browser/resources/md_history --out_folder gen/chrome/browser/resources/md_history --depfile gen/chrome/browser/resources/md_history/build.d --html_in_files app.html lazy_load.html --html_out_files app.vulcanized.html lazy_load.vulcanized.html --js_out_files app.crisper.js lazy_load.crisper.js --exclude chrome://resources/html/util.html chrome://history/constants.html
..\..\third_party\node\win\node.exe ..\..\third_party\node\node_modules\polymer-css-build\bin\polymer-css-build --no-inline-includes -f d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\bundled\app.vulcanized.html d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\bundled\lazy_load.vulcanized.html -o d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\app.vulcanized.html d:\code\chromium_git\chromium\src\out\Release_GN_x86\gen\chrome\browser\resources\md_history\lazy_load.vulcanized.html failed: module.js:471
throw err;
^
Error: Cannot find module 'd:\code\chromium_git\chromium\src\third_party\node\node_modules\polymer-css-build\bin\polymer-css-build'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Traceback (most recent call last):
File "../../chrome/browser/resources/optimize_webui.py", line 252, in <module>
main(sys.argv[1:])
File "../../chrome/browser/resources/optimize_webui.py", line 235, in main
manifest_out_path = _optimize(args.input, args)
File "../../chrome/browser/resources/optimize_webui.py", line 209, in _optimize
crisper_html_out_paths + ['-o'] + pcb_html_out_paths)
File "..\..\third_party\node\node.py", line 28, in RunNode
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
[45/25130] CXX obj/components/keyed_service/core/core/keyed_service_factory.obj
ninja: build stopped: subcommand failed.
d:\code\chromium_git\chromium\src>npm install -g polymer-css-build
C:\Users\GSiry\AppData\Roaming\npm\polymer-css-build -> C:\Users\GSiry\AppData\Roaming\npm\node_modules\polymer-css-build\bin\polymer-css-build
C:\Users\GSiry\AppData\Roaming\npm
`-- polymer-css-build@0.2.2
+-- command-line-args@3.0.5
| +-- array-back@1.0.4
| +-- feature-detect-es6@1.4.0
| +-- find-replace@1.0.3
| | `-- test-value@2.1.0
| `-- typical@2.6.1
+-- command-line-usage@3.0.8
| +-- ansi-escape-sequences@3.0.0
| `-- table-layout@0.3.0
| +-- core-js@2.5.3
| +-- deep-extend@0.4.2
| `-- wordwrapjs@2.0.0
| `-- reduce-flatten@1.0.1
+-- dom5@1.3.6
| +-- @types/clone@0.1.30
| +-- @types/node@4.2.23
| +-- @types/parse5@0.0.31
| | `-- @types/node@6.0.101
| +-- clone@1.0.3
| `-- parse5@1.5.1
`-- hydrolysis@1.25.0
+-- acorn@3.3.0
+-- babel-polyfill@6.26.0
| +-- babel-runtime@6.26.0
| | `-- regenerator-runtime@0.11.1
| `-- regenerator-runtime@0.10.5
+-- doctrine@0.7.2
| +-- esutils@1.1.6
| `-- isarray@0.0.1
+-- dom5@1.1.0
+-- escodegen@1.9.1
| +-- esprima@3.1.3
| +-- estraverse@4.2.0
| +-- esutils@2.0.2
| +-- optionator@0.8.2
| | +-- deep-is@0.1.3
| | +-- fast-levenshtein@2.0.6
| | +-- levn@0.3.0
| | +-- prelude-ls@1.1.2
| | +-- type-check@0.3.2
| | `-- wordwrap@1.0.0
| `-- source-map@0.6.1
+-- espree@3.5.4
| +-- acorn@5.5.0
| `-- acorn-jsx@3.0.1
+-- estraverse@3.1.0
`-- path-is-absolute@1.0.1
d:\code\chromium_git\chromium\src>npm install -g eslint
C:\Users\GSiry\AppData\Roaming\npm\eslint -> C:\Users\GSiry\AppData\Roaming\npm\node_modules\eslint\bin\eslint.js
C:\Users\GSiry\AppData\Roaming\npm
`-- eslint@4.18.2
+-- ajv@5.5.2
| +-- co@4.6.0
| +-- fast-deep-equal@1.1.0
| +-- fast-json-stable-stringify@2.0.0
| `-- json-schema-traverse@0.3.1
+-- babel-code-frame@6.26.0
| +-- chalk@1.1.3
| | +-- ansi-styles@2.2.1
| | +-- has-ansi@2.0.0
| | +-- strip-ansi@3.0.1
| | | `-- ansi-regex@2.1.1
| | `-- supports-color@2.0.0
| `-- js-tokens@3.0.2
+-- chalk@2.3.2
| +-- ansi-styles@3.2.1
| | `-- color-convert@1.9.1
| | `-- color-name@1.1.3
| +-- escape-string-regexp@1.0.5
| `-- supports-color@5.3.0
| `-- has-flag@3.0.0
+-- concat-stream@1.6.1
| +-- inherits@2.0.3
| +-- readable-stream@2.3.5
| | +-- core-util-is@1.0.2
| | +-- isarray@1.0.0
| | +-- process-nextick-args@2.0.0
| | +-- safe-buffer@5.1.1
| | +-- string_decoder@1.0.3
| | `-- util-deprecate@1.0.2
| `-- typedarray@0.0.6
+-- cross-spawn@5.1.0
| +-- lru-cache@4.1.1
| | +-- pseudomap@1.0.2
| | `-- yallist@2.1.2
| +-- shebang-command@1.2.0
| | `-- shebang-regex@1.0.0
| `-- which@1.3.0
| `-- isexe@2.0.0
+-- debug@3.1.0
| `-- ms@2.0.0
+-- doctrine@2.1.0
+-- eslint-scope@3.7.1
| +-- esrecurse@4.2.1
| `-- estraverse@4.2.0
+-- eslint-visitor-keys@1.0.0
+-- espree@3.5.4
| +-- acorn@5.5.0
| `-- acorn-jsx@3.0.1
| `-- acorn@3.3.0
+-- esquery@1.0.0
+-- esutils@2.0.2
+-- file-entry-cache@2.0.0
| +-- flat-cache@1.3.0
| | +-- circular-json@0.3.3
| | +-- del@2.2.2
| | | +-- globby@5.0.0
| | | | +-- array-union@1.0.2
| | | | | `-- array-uniq@1.0.3
| | | | `-- arrify@1.0.1
| | | +-- is-path-cwd@1.0.0
| | | +-- is-path-in-cwd@1.0.0
| | | | `-- is-path-inside@1.0.1
| | | +-- pify@2.3.0
| | | +-- pinkie-promise@2.0.1
| | | | `-- pinkie@2.0.4
| | | `-- rimraf@2.6.2
| | +-- graceful-fs@4.1.11
| | `-- write@0.2.1
| `-- object-assign@4.1.1
+-- functional-red-black-tree@1.0.1
+-- glob@7.1.2
| +-- fs.realpath@1.0.0
| +-- inflight@1.0.6
| | `-- wrappy@1.0.2
| +-- once@1.4.0
| `-- path-is-absolute@1.0.1
+-- globals@11.3.0
+-- ignore@3.3.7
+-- imurmurhash@0.1.4
+-- inquirer@3.3.0
| +-- ansi-escapes@3.0.0
| +-- cli-cursor@2.1.0
| | `-- restore-cursor@2.0.0
| | +-- onetime@2.0.1
| | | `-- mimic-fn@1.2.0
| | `-- signal-exit@3.0.2
| +-- cli-width@2.2.0
| +-- external-editor@2.1.0
| | +-- chardet@0.4.2
| | +-- iconv-lite@0.4.19
| | `-- tmp@0.0.33
| | `-- os-tmpdir@1.0.2
| +-- figures@2.0.0
| +-- mute-stream@0.0.7
| +-- run-async@2.3.0
| | `-- is-promise@2.1.0
| +-- rx-lite@4.0.8
| +-- rx-lite-aggregates@4.0.8
| +-- string-width@2.1.1
| | `-- is-fullwidth-code-point@2.0.0
| `-- through@2.3.8
+-- is-resolvable@1.1.0
+-- js-yaml@3.10.0
| +-- argparse@1.0.10
| | `-- sprintf-js@1.0.3
| `-- esprima@4.0.0
+-- json-stable-stringify-without-jsonify@1.0.1
+-- levn@0.3.0
| +-- prelude-ls@1.1.2
| `-- type-check@0.3.2
+-- lodash@4.17.5
+-- minimatch@3.0.4
| `-- brace-expansion@1.1.11
| +-- balanced-match@1.0.0
| `-- concat-map@0.0.1
+-- mkdirp@0.5.1
| `-- minimist@0.0.8
+-- natural-compare@1.4.0
+-- optionator@0.8.2
| +-- deep-is@0.1.3
| +-- fast-levenshtein@2.0.6
| `-- wordwrap@1.0.0
+-- path-is-inside@1.0.2
+-- pluralize@7.0.0
+-- progress@2.0.0
+-- require-uncached@1.0.3
| +-- caller-path@0.1.0
| | `-- callsites@0.2.0
| `-- resolve-from@1.0.1
+-- semver@5.5.0
+-- strip-ansi@4.0.0
| `-- ansi-regex@3.0.0
+-- strip-json-comments@2.0.1
+-- table@4.0.2
| +-- ajv-keywords@2.1.1
| `-- slice-ansi@1.0.0
`-- text-table@0.2.0
d:\code\chromium_git\chromium\src>ninja -C out\Release_GN_x86 cef
ninja: Entering directory `out\Release_GN_x86'
[21288/25087] ACTION //cef:make_pack_header_strings(//build/toolchain/win:x86)
File includes/include/cef_pack_strings.h updated.
[21289/25087] ACTION //cef:make_pack_header_resources(//build/toolchain/win:x86)
File includes/include/cef_pack_resources.h updated.
[25087/25087] STAMP obj/cef/cef.stamp
d:\code\chromium_git\chromium\src>dir
Volume in drive D is FreeAgent GoFlex Drive
Volume Serial Number is 8867-3932
Directory of d:\code\chromium_git\chromium\src
03/04/2018 09:16 PM <DIR> .
03/04/2018 09:16 PM <DIR> ..
03/04/2018 09:59 AM 1,086 .clang-format
03/04/2018 09:59 AM 751 .eslintrc.js
03/04/2018 09:59 AM 16,581 .git-blame-ignore-revs
03/04/2018 09:59 AM 216 .gitattributes
03/04/2018 07:48 PM 7,740 .gitignore
03/04/2018 09:16 PM 9,466 .gn
03/04/2018 09:02 PM 1,123 .landmines
03/04/2018 07:48 PM 1,924 .vpython
03/04/2018 07:48 PM <DIR> android_webview
03/04/2018 07:48 PM <DIR> apps
03/04/2018 07:49 PM <DIR> ash
03/04/2018 07:48 PM 34,876 AUTHORS
03/04/2018 09:16 PM <DIR> base
03/04/2018 09:59 AM <DIR> blink
03/04/2018 09:16 PM <DIR> build
03/04/2018 09:16 PM 36,524 BUILD.gn
03/04/2018 08:41 PM <DIR> buildtools
03/04/2018 07:50 PM <DIR> build_overrides
03/04/2018 07:50 PM <DIR> cc
03/04/2018 09:15 PM <DIR> cef
03/04/2018 09:16 PM <DIR> chrome
03/04/2018 08:01 PM <DIR> chromecast
03/04/2018 08:01 PM <DIR> chromeos
03/04/2018 09:16 PM <DIR> chrome_elf
03/04/2018 10:04 AM <DIR> cloud_print
03/04/2018 10:04 AM 325 codereview.settings
03/04/2018 07:48 PM 3,959 CODE_OF_CONDUCT.md
03/04/2018 08:07 PM <DIR> components
03/04/2018 08:08 PM <DIR> content
03/04/2018 08:09 PM <DIR> courgette
03/04/2018 08:09 PM <DIR> crypto
03/04/2018 08:09 PM <DIR> dbus
03/04/2018 07:48 PM 43,761 DEPS
03/04/2018 08:09 PM <DIR> device
03/04/2018 08:10 PM <DIR> docs
03/04/2018 07:48 PM 316 ENG_REVIEW_OWNERS
03/04/2018 08:10 PM <DIR> extensions
03/04/2018 08:10 PM <DIR> gin
03/04/2018 08:10 PM <DIR> google_apis
03/04/2018 08:10 PM <DIR> google_update
03/04/2018 08:10 PM <DIR> gpu
03/04/2018 08:11 PM <DIR> headless
03/04/2018 08:11 PM <DIR> infra
03/04/2018 08:12 PM <DIR> ios
03/04/2018 08:13 PM <DIR> ipc
03/04/2018 08:13 PM <DIR> jingle
03/04/2018 09:59 AM 1,559 LICENSE
03/04/2018 09:59 AM 1,571 LICENSE.chromium_os
03/04/2018 08:13 PM <DIR> mash
03/04/2018 08:14 PM <DIR> media
03/04/2018 08:14 PM <DIR> mojo
03/04/2018 08:41 PM <DIR> native_client
03/04/2018 10:09 AM <DIR> native_client_sdk
03/04/2018 08:14 PM <DIR> net
03/04/2018 09:22 PM <DIR> out
03/04/2018 07:48 PM 916 OWNERS
03/04/2018 08:15 PM <DIR> pdf
03/04/2018 10:10 AM <DIR> ppapi
03/04/2018 07:48 PM 99,580 PRESUBMIT.py
03/04/2018 07:48 PM 46,141 PRESUBMIT_test.py
03/04/2018 07:48 PM 6,717 PRESUBMIT_test_mocks.py
03/04/2018 09:16 PM <DIR> printing
03/04/2018 09:59 AM 489 README.md
03/04/2018 08:15 PM <DIR> remoting
03/04/2018 10:10 AM <DIR> rlz
03/04/2018 08:15 PM <DIR> sandbox
03/04/2018 08:15 PM <DIR> services
03/04/2018 08:16 PM <DIR> skia
03/04/2018 08:16 PM <DIR> sql
03/04/2018 08:16 PM <DIR> storage
03/04/2018 10:11 AM <DIR> styleguide
03/04/2018 08:17 PM <DIR> testing
03/04/2018 08:38 PM <DIR> third_party
03/04/2018 08:39 PM <DIR> tools
03/04/2018 08:39 PM <DIR> ui
03/04/2018 08:40 PM <DIR> url
03/04/2018 08:51 PM <DIR> v8
03/04/2018 07:48 PM 97,059 WATCHLISTS
22 File(s) 412,680 bytes
58 Dir(s) 580,853,563,392 bytes free
d:\code\chromium_git\chromium\src>cd ..
d:\code\chromium_git\chromium>dir
Volume in drive D is FreeAgent GoFlex Drive
Volume Serial Number is 8867-3932
Directory of d:\code\chromium_git\chromium
03/04/2018 11:16 AM <DIR> .
03/04/2018 11:16 AM <DIR> ..
03/04/2018 08:33 AM 690 .gclient
03/04/2018 11:16 AM 11,745 .gclient_entries
03/04/2018 09:16 PM <DIR> src
2 File(s) 12,435 bytes
3 Dir(s) 580,853,563,392 bytes free
d:\code\chromium_git\chromium>cd src
d:\code\chromium_git\chromium\src>cd cef
d:\code\chromium_git\chromium\src\cef>dir
Volume in drive D is FreeAgent GoFlex Drive
Volume Serial Number is 8867-3932
Directory of d:\code\chromium_git\chromium\src\cef
03/04/2018 09:15 PM <DIR> .
03/04/2018 09:15 PM <DIR> ..
03/04/2018 09:12 PM <DIR> .git
03/04/2018 06:15 PM 551 .gitignore
03/04/2018 06:15 PM 337 .style.cfg
03/04/2018 06:15 PM 34 .style.yapf
03/04/2018 06:15 PM 1,239 AUTHORS.txt
03/04/2018 06:15 PM 67,822 BUILD.gn
03/04/2018 06:15 PM 45 cef_create_projects.bat
03/04/2018 06:15 PM 39 cef_create_projects.sh
03/04/2018 06:15 PM 39,356 cef_paths.gypi
03/04/2018 06:15 PM 25,095 cef_paths2.gypi
03/04/2018 06:15 PM 4,708 cef_repack_locales.gni
03/04/2018 06:15 PM 480 CHROMIUM_BUILD_COMPATIBILITY.txt
03/04/2018 06:15 PM <DIR> cmake
03/04/2018 06:15 PM 8,035 CMakeLists.txt.in
03/05/2018 01:06 PM 247 create.bat
03/04/2018 06:15 PM 176 DEPS
03/04/2018 09:16 PM <DIR> include
03/04/2018 06:15 PM <DIR> libcef
03/04/2018 06:15 PM <DIR> libcef_dll
03/04/2018 06:15 PM 1,662 LICENSE.txt
03/04/2018 06:15 PM <DIR> patch
03/04/2018 06:15 PM 8,210 README.md
03/04/2018 06:15 PM <DIR> tests
03/04/2018 09:16 PM <DIR> tools
03/04/2018 06:15 PM 12 VERSION
17 File(s) 158,048 bytes
10 Dir(s) 580,853,563,392 bytes free
d:\code\chromium_git\chromium\src\cef>create.bat
d:\code\chromium_git\chromium\src\cef>set CEF_USE_GN=1
d:\code\chromium_git\chromium\src\cef>set GN_DEFINES=use_jumbo_build=true is_official_build=true proprietary_codecs=true ffmpeg_branding=Chrome enable_precompiled_headers = false
d:\code\chromium_git\chromium\src\cef>set GN_ARGUMENTS=--ide=vs2017 --sln=cef --filters=//cef/*
d:\code\chromium_git\chromium\src\cef>call cef_create_projects.bat
Generating CEF version header file...
________ running 'd:\code\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:\code\chromium_git\chromium\src\cef'
File include/cef_version.h is already up to date.
Patching build configuration and source files for CEF...
________ running 'd:\code\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe tools/patcher.py' in 'd:\code\chromium_git\chromium\src\cef'
Apply gritsettings.patch in d:\code\chromium_git\chromium\src
7 0 tools/gritsettings/resource_ids
... already applied (skipping).
Apply gn_config.patch in d:\code\chromium_git\chromium\src
2 0 .gn
1 0 BUILD.gn
5 7 build/config/win/visual_studio_version.gni
16 13 build/toolchain/win/setup_toolchain.py
7 0 build/vs_toolchain.py
1 1 chrome/chrome_paks.gni
1 1 chrome/installer/mini_installer/BUILD.gn
... already applied (skipping).
Apply component_build_1617.patch in d:\code\chromium_git\chromium\src
1 0 chrome/browser/ui/BUILD.gn
2 1 content/app/content_service_manager_main_delegate.h
3 0 third_party/WebKit/Source/controller/BUILD.gn
... already applied (skipping).
Apply zlib.patch in d:\code\chromium_git\chromium\src
1 1 third_party/zlib/contrib/minizip/unzip.c
... already applied (skipping).
Apply message_loop_443_1992243003.patch in d:\code\chromium_git\chromium\src
16 0 base/message_loop/message_loop.h
20 12 base/message_loop/message_pump_win.cc
... already applied (skipping).
Apply webkit_popups.patch in d:\code\chromium_git\chromium\src
8 2 third_party/WebKit/Source/core/exported/WebViewImpl.cpp
4 1 third_party/WebKit/Source/core/exported/WebViewImpl.h
1 1 third_party/WebKit/Source/core/page/ChromeClientImpl.cpp
1 0 third_party/WebKit/public/web/WebView.h
... already applied (skipping).
Apply underlay_1051.patch in d:\code\chromium_git\chromium\src
1 1 ui/base/cocoa/underlay_opengl_hosting_window.h
... already applied (skipping).
Apply views_widget_180_1481_1565_1677_1749.patch in d:\code\chromium_git\chromium\src
8 0 content/browser/renderer_host/render_widget_host_view_base.cc
16 0 content/browser/renderer_host/render_widget_host_view_base.h
12 0 content/browser/renderer_host/render_widget_host_view_event_handler.cc
8 0 content/public/browser/render_widget_host_view.h
2 0 ui/views/widget/desktop_aura/desktop_screen_win.cc
12 3 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
4 0 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
21 3 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
16 0 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
14 2 ui/views/widget/widget.cc
1 0 ui/views/widget/widget.h
4 0 ui/views/widget/widget_delegate.h
1 1 ui/views/widget/widget_hwnd_utils.cc
6 2 ui/views/win/hwnd_message_handler.cc
... already applied (skipping).
Apply web_contents_1257_1565.patch in d:\code\chromium_git\chromium\src
18 2 content/browser/web_contents/web_contents_impl.cc
3 1 content/public/browser/web_contents.cc
6 0 content/public/browser/web_contents.h
10 0 content/public/browser/web_contents_delegate.h
... already applied (skipping).
Apply compositor_1368.patch in d:\code\chromium_git\chromium\src
7 0 content/browser/compositor/gpu_process_transport_factory.cc
17 0 ui/compositor/compositor.h
... already applied (skipping).
Apply browser_plugin_guest_1565.patch in d:\code\chromium_git\chromium\src
14 2 content/browser/browser_plugin/browser_plugin_guest.cc
1 1 content/browser/frame_host/interstitial_page_impl.cc
3 7 content/browser/web_contents/web_contents_view.h
3 1 content/browser/web_contents/web_contents_view_aura.cc
1 1 content/browser/web_contents/web_contents_view_aura.h
1 1 content/browser/web_contents/web_contents_view_child_frame.cc
1 1 content/browser/web_contents/web_contents_view_child_frame.h
17 4 content/browser/web_contents/web_contents_view_guest.cc
1 1 content/browser/web_contents/web_contents_view_guest.h
1 1 content/browser/web_contents/web_contents_view_mac.h
3 1 content/browser/web_contents/web_contents_view_mac.mm
5 0 content/public/browser/browser_plugin_guest_delegate.h
14 0 extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.cc
4 0 extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.h
9 1 extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest_delegate.h
... already applied (skipping).
Apply prefs_content_1161.patch in d:\code\chromium_git\chromium\src
1 0 content/public/common/common_param_traits_macros.h
1 0 content/public/common/web_preferences.cc
1 0 content/public/common/web_preferences.h
2 0 content/renderer/render_view_impl.cc
... already applied (skipping).
Apply ui_dragdrop_355390.patch in d:\code\chromium_git\chromium\src
2 1 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc
... already applied (skipping).
Apply service_factory_1680.patch in d:\code\chromium_git\chromium\src
8 1 chrome/browser/spellchecker/spellcheck_factory.cc
2 2 chrome/browser/spellchecker/spellcheck_factory.h
8 1 chrome/browser/supervised_user/supervised_user_settings_service_factory.cc
2 2 chrome/browser/supervised_user/supervised_user_settings_service_factory.h
15 5 chrome/browser/ui/prefs/prefs_tab_helper.cc
... already applied (skipping).
Apply net_urlrequest_1327.patch in d:\code\chromium_git\chromium\src
1 1 net/url_request/url_request.h
... already applied (skipping).
Apply content_pepper_flash_1586.patch in d:\code\chromium_git\chromium\src
1 1 content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc
... already applied (skipping).
Apply ime_1610.patch in d:\code\chromium_git\chromium\src
2 1 ui/base/ime/input_method_win.cc
... already applied (skipping).
Apply print_header_footer_1478_1565.patch in d:\code\chromium_git\chromium\src
9 1 chrome/browser/ui/cocoa/applescript/tab_applescript.mm
1 1 chrome/common/chrome_utility_printing_messages.h
0 2 components/printing/common/print_messages.cc
3 15 components/printing/common/print_messages.h
9 26 components/printing/renderer/print_render_frame_helper.cc
2 9 components/printing/renderer/print_render_frame_helper.h
0 2 components/printing/renderer/print_render_frame_helper_mac.mm
... already applied (skipping).
Apply service_manager_654986.patch in d:\code\chromium_git\chromium\src
60 22 services/service_manager/embedder/main.cc
16 1 services/service_manager/embedder/main.h
1 1 services/service_manager/embedder/set_process_title.cc
... already applied (skipping).
Apply browser_frame_host_guest_1687.patch in d:\code\chromium_git\chromium\src
4 3 content/browser/frame_host/render_widget_host_view_guest.cc
... already applied (skipping).
Apply supports_user_data_1710.patch in d:\code\chromium_git\chromium\src
3 3 base/supports_user_data.h
... already applied (skipping).
Apply renderer_preferences_util_545103.patch in d:\code\chromium_git\chromium\src
4 2 chrome/browser/renderer_preferences_util.cc
... already applied (skipping).
Apply font_family_cache_1501.patch in d:\code\chromium_git\chromium\src
2 0 chrome/browser/font_family_cache.h
... already applied (skipping).
Apply pdfium_print_549365.patch in d:\code\chromium_git\chromium\src\third_party\pdfium
4 0 BUILD.gn
2 0 fpdfsdk/fpdfview.cpp
... already applied (skipping).
Apply net_filter_515.patch in d:\code\chromium_git\chromium\src
5 0 net/base/network_delegate.h
6 0 net/url_request/url_request_job.cc
... already applied (skipping).
Apply views_1749_2102.patch in d:\code\chromium_git\chromium\src
22 0 ui/base/models/menu_model.h
21 0 ui/gfx/render_text.cc
6 0 ui/gfx/render_text.h
2 0 ui/views/animation/ink_drop_host_view.h
7 0 ui/views/controls/button/label_button.cc
3 0 ui/views/controls/button/label_button.h
8 2 ui/views/controls/button/menu_button.cc
6 0 ui/views/controls/button/menu_button.h
37 1 ui/views/controls/label.cc
5 0 ui/views/controls/label.h
9 2 ui/views/controls/menu/menu_controller.cc
22 0 ui/views/controls/menu/menu_delegate.h
13 1 ui/views/controls/menu/menu_item_view.cc
71 0 ui/views/controls/menu/menu_model_adapter.cc
14 0 ui/views/controls/menu/menu_model_adapter.h
5 0 ui/views/controls/menu/menu_scroll_view_container.cc
0 4 ui/views/test/ui_controls_factory_desktop_aurax11.cc
3 1 ui/views/view.h
... already applied (skipping).
Apply browser_compositor_mac.patch in d:\code\chromium_git\chromium\src
2 0 content/browser/renderer_host/browser_compositor_view_mac.h
13 2 content/browser/renderer_host/browser_compositor_view_mac.mm
... already applied (skipping).
Apply chrome_widevine.patch in d:\code\chromium_git\chromium\src
2 1 chrome/common/chrome_content_client.cc
... already applied (skipping).
Apply chrome_profile.patch in d:\code\chromium_git\chromium\src
22 0 chrome/browser/profiles/incognito_helpers.cc
13 0 chrome/browser/profiles/incognito_helpers.h
1 1 chrome/browser/profiles/profile_manager.cc
3 3 chrome/browser/profiles/profile_manager.h
... already applied (skipping).
Apply storage_partition_1973.patch in d:\code\chromium_git\chromium\src
2 2 content/browser/appcache/appcache_internals_ui.cc
5 0 content/browser/blob_storage/chrome_blob_storage_context.cc
2 0 content/browser/blob_storage/chrome_blob_storage_context.h
2 2 content/browser/bluetooth/web_bluetooth_service_impl.cc
15 3 content/browser/browser_context.cc
1 2 content/browser/devtools/protocol/service_worker_handler.cc
7 7 content/browser/download/download_manager_impl.cc
2 2 content/browser/loader/navigation_url_loader_network_service.cc
6 5 content/browser/payments/payment_app_provider_impl.cc
44 30 content/browser/renderer_host/render_process_host_impl.cc
5 6 content/browser/renderer_host/render_process_host_impl.h
11 12 content/browser/storage_partition_impl.h
5 0 content/browser/streams/stream_context.cc
1 0 content/browser/streams/stream_context.h
4 4 content/browser/webui/web_ui_url_loader_factory.cc
10 0 content/public/browser/browser_context.h
29 0 content/public/browser/storage_partition.h
1 1 storage/browser/database/database_tracker.cc
... already applied (skipping).
Apply webview_plugin_2020.patch in d:\code\chromium_git\chromium\src
1 1 chrome/app/generated_resources.grd
... already applied (skipping).
Apply webui_2037.patch in d:\code\chromium_git\chromium\src
4 0 chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc
18 19 chrome/browser/ui/webui/net_internals/net_internals_ui.cc
4 0 content/browser/resource_context_impl.cc
2 0 content/browser/resource_context_impl.h
5 0 content/browser/webui/url_data_manager.cc
2 0 content/browser/webui/url_data_manager.h
... already applied (skipping).
Apply net_security_expiration_1994.patch in d:\code\chromium_git\chromium\src
9 9 net/cert/ct_policy_enforcer.cc
11 0 net/cert/ct_policy_enforcer.h
4 2 net/http/transport_security_state.cc
7 1 net/http/transport_security_state.h
... already applied (skipping).
Apply render_widget_latency_2060.patch in d:\code\chromium_git\chromium\src
1 2 ui/latency/latency_histogram_macros.h
... already applied (skipping).
Apply crashpad_1995.patch in d:\code\chromium_git\chromium\src
12 0 build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn
13 5 chrome/common/crash_keys.cc
8 0 chrome/common/crash_keys.h
13 3 chrome_elf/BUILD.gn
9 0 chrome_elf/crash/crash_helper.cc
26 4 components/crash/content/app/breakpad_linux.cc
3 0 components/crash/content/app/breakpad_linux.h
29 6 components/crash/content/app/crash_reporter_client.cc
21 1 components/crash/content/app/crash_reporter_client.h
2 1 components/crash/content/app/crashpad.cc
38 13 components/crash/content/app/crashpad_mac.mm
15 11 components/crash/content/app/crashpad_win.cc
3 1 content/browser/frame_host/debug_urls.cc
... already applied (skipping).
Apply crashpad_tp_1995.patch in d:\code\chromium_git\chromium\src
11 4 third_party/crashpad/crashpad/client/prune_crash_reports.cc
2 1 third_party/crashpad/crashpad/client/prune_crash_reports.h
57 1 third_party/crashpad/crashpad/client/settings.cc
5 0 third_party/crashpad/crashpad/client/settings.h
3 3 third_party/crashpad/crashpad/handler/crash_report_upload_thread.h
47 1 third_party/crashpad/crashpad/handler/handler_main.cc
... already applied (skipping).
Apply rwh_background_color_1984.patch in d:\code\chromium_git\chromium\src
13 9 content/browser/renderer_host/render_widget_host_view_aura.cc
... already applied (skipping).
Apply content_1129_2015.patch in d:\code\chromium_git\chromium\src
2 2 chrome/browser/download/download_target_determiner.cc
1 0 chrome/browser/plugins/chrome_plugin_service_filter.cc
1 0 chrome/browser/plugins/chrome_plugin_service_filter.h
1 1 chrome/browser/plugins/pdf_iframe_navigation_throttle.cc
2 2 chrome/browser/plugins/plugin_info_message_filter.cc
1 1 chrome/browser/ui/cocoa/drag_util.mm
1 1 chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc
0 6 content/browser/frame_host/navigation_handle_impl.cc
4 3 content/browser/frame_host/render_frame_host_impl.cc
8 5 content/browser/frame_host/render_frame_message_filter.cc
3 0 content/browser/frame_host/render_frame_message_filter.h
2 2 content/browser/loader/mime_sniffing_resource_handler.cc
3 1 content/browser/plugin_service_impl.cc
1 0 content/browser/plugin_service_impl.h
4 2 content/common/frame_messages.h
1 0 content/ppapi_plugin/ppapi_blink_platform_impl.cc
1 0 content/ppapi_plugin/ppapi_blink_platform_impl.h
1 0 content/public/browser/plugin_service.h
1 0 content/public/browser/plugin_service_filter.h
1 1 content/public/renderer/content_renderer_client.cc
4 1 content/public/renderer/content_renderer_client.h
3 0 content/public/renderer/render_frame_observer.h
6 5 content/renderer/render_frame_impl.cc
2 0 content/renderer/render_thread_impl.cc
3 1 content/renderer/renderer_blink_platform_impl.cc
1 0 content/renderer/renderer_blink_platform_impl.h
1 0 content/shell/browser/shell_plugin_service_filter.cc
1 0 content/shell/browser/shell_plugin_service_filter.h
1 0 content/test/fake_plugin_service.cc
1 0 content/test/fake_plugin_service.h
1 0 content/test/test_blink_web_unit_test_support.cc
1 0 content/test/test_blink_web_unit_test_support.h
... already applied (skipping).
Apply webkit_plugin_info_2015.patch in d:\code\chromium_git\chromium\src
3 2 third_party/WebKit/Source/core/dom/DOMImplementation.cpp
1 1 third_party/WebKit/Source/core/frame/LocalFrame.cpp
30 11 third_party/WebKit/Source/core/page/Page.cpp
4 2 third_party/WebKit/Source/core/page/Page.h
5 3 third_party/WebKit/Source/platform/plugins/PluginData.cpp
1 1 third_party/WebKit/Source/platform/plugins/PluginData.h
1 0 third_party/WebKit/public/platform/Platform.h
... already applied (skipping).
Apply printing_context_2196.patch in d:\code\chromium_git\chromium\src
1 0 chrome/browser/printing/print_job_worker.cc
11 0 printing/printing_context.h
... already applied (skipping).
Apply linux_build.patch in d:\code\chromium_git\chromium\src
1 1 build/config/compiler/BUILD.gn
... already applied (skipping).
Apply extensions_1947.patch in d:\code\chromium_git\chromium\src
7 5 content/browser/frame_host/render_frame_host_manager.cc
7 0 content/public/browser/content_browser_client.h
47 4 extensions/browser/extension_host.cc
9 2 extensions/browser/extension_host.h
15 0 extensions/browser/extensions_browser_client.h
10 3 extensions/browser/process_manager.cc
7 0 extensions/browser/process_manager_factory.cc
... already applied (skipping).
Apply win_rt_2274.patch in d:\code\chromium_git\chromium\src
5 2 content/common/sandbox_win.cc
... already applied (skipping).
Apply devtools_product_2300.patch in d:\code\chromium_git\chromium\src
1 1 content/browser/devtools/devtools_http_handler.cc
4 0 content/public/common/content_client.h
... already applied (skipping).
Apply mac_widevine_2314.patch in d:\code\chromium_git\chromium\src
2 8 third_party/widevine/cdm/BUILD.gn
... already applied (skipping).
45 patches total (0 applied, 45 skipped, 0 failed)
Generating CEF project files...
________ running 'gn gen out\Release_GN_x86 --ide=vs2017 --sln=cef --filters=//cef/*' in 'd:\code\chromium_git\chromium\src'
ERROR at build arg file (use "gn args <out_dir>" to edit):1:1: Unexpected token '='
=""
^
Traceback (most recent call last):
File "tools\gclient_hook.py", line 133, in <module>
RunAction(src_dir, cmd)
File "d:\code\chromium_git\chromium\src\cef\tools\gclient_util.py", line 39, in RunAction
gclient_utils.CheckCallAndFilterAndHeader(command, cwd=dir, always=True)
File "d:\code\depot_tools\gclient_utils.py", line 314, in CheckCallAndFilterAndHeader
return CheckCallAndFilter(args, **kwargs)
File "d:\code\depot_tools\gclient_utils.py", line 576, in CheckCallAndFilter
rv, args, kwargs.get('cwd', None), None, None)
subprocess2.CalledProcessError: Command 'gn gen out\\Release_GN_x86 --ide=vs2017 --sln=cef --filters=//cef/*' returned non-zero exit status 1 in d:\code\chromium_git\chromium\src
d:\code\chromium_git\chromium\src\cef>create.bat
d:\code\chromium_git\chromium\src\cef>set CEF_USE_GN=1
d:\code\chromium_git\chromium\src\cef>set GN_DEFINES="use_jumbo_build=true is_official_build=true proprietary_codecs=true ffmpeg_branding=Chrome enable_precompiled_headers = false"
d:\code\chromium_git\chromium\src\cef>set GN_ARGUMENTS=--ide=vs2017 --sln=cef --filters=//cef/*
d:\code\chromium_git\chromium\src\cef>call cef_create_projects.bat
Generating CEF version header file...
________ running 'd:\code\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:\code\chromium_git\chromium\src\cef'
File include/cef_version.h is already up to date.
Patching build configuration and source files for CEF...
________ running 'd:\code\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe tools/patcher.py' in 'd:\code\chromium_git\chromium\src\cef'
Apply gritsettings.patch in d:\code\chromium_git\chromium\src
7 0 tools/gritsettings/resource_ids
... already applied (skipping).
Apply gn_config.patch in d:\code\chromium_git\chromium\src
2 0 .gn
1 0 BUILD.gn
5 7 build/config/win/visual_studio_version.gni
16 13 build/toolchain/win/setup_toolchain.py
7 0 build/vs_toolchain.py
1 1 chrome/chrome_paks.gni
1 1 chrome/installer/mini_installer/BUILD.gn
... already applied (skipping).
Apply component_build_1617.patch in d:\code\chromium_git\chromium\src
1 0 chrome/browser/ui/BUILD.gn
2 1 content/app/content_service_manager_main_delegate.h
3 0 third_party/WebKit/Source/controller/BUILD.gn
... already applied (skipping).
Apply zlib.patch in d:\code\chromium_git\chromium\src
1 1 third_party/zlib/contrib/minizip/unzip.c
... already applied (skipping).
Apply message_loop_443_1992243003.patch in d:\code\chromium_git\chromium\src
16 0 base/message_loop/message_loop.h
20 12 base/message_loop/message_pump_win.cc
... already applied (skipping).
Apply webkit_popups.patch in d:\code\chromium_git\chromium\src
8 2 third_party/WebKit/Source/core/exported/WebViewImpl.cpp
4 1 third_party/WebKit/Source/core/exported/WebViewImpl.h
1 1 third_party/WebKit/Source/core/page/ChromeClientImpl.cpp
1 0 third_party/WebKit/public/web/WebView.h
... already applied (skipping).
Apply underlay_1051.patch in d:\code\chromium_git\chromium\src
1 1 ui/base/cocoa/underlay_opengl_hosting_window.h
... already applied (skipping).
Apply views_widget_180_1481_1565_1677_1749.patch in d:\code\chromium_git\chromium\src
8 0 content/browser/renderer_host/render_widget_host_view_base.cc
16 0 content/browser/renderer_host/render_widget_host_view_base.h
12 0 content/browser/renderer_host/render_widget_host_view_event_handler.cc
8 0 content/public/browser/render_widget_host_view.h
2 0 ui/views/widget/desktop_aura/desktop_screen_win.cc
12 3 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
4 0 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
21 3 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
16 0 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
14 2 ui/views/widget/widget.cc
1 0 ui/views/widget/widget.h
4 0 ui/views/widget/widget_delegate.h
1 1 ui/views/widget/widget_hwnd_utils.cc
6 2 ui/views/win/hwnd_message_handler.cc
... already applied (skipping).
Apply web_contents_1257_1565.patch in d:\code\chromium_git\chromium\src
18 2 content/browser/web_contents/web_contents_impl.cc
3 1 content/public/browser/web_contents.cc
6 0 content/public/browser/web_contents.h
10 0 content/public/browser/web_contents_delegate.h
... already applied (skipping).
Apply compositor_1368.patch in d:\code\chromium_git\chromium\src
7 0 content/browser/compositor/gpu_process_transport_factory.cc
17 0 ui/compositor/compositor.h
... already applied (skipping).
Apply browser_plugin_guest_1565.patch in d:\code\chromium_git\chromium\src
14 2 content/browser/browser_plugin/browser_plugin_guest.cc
1 1 content/browser/frame_host/interstitial_page_impl.cc
3 7 content/browser/web_contents/web_contents_view.h
3 1 content/browser/web_contents/web_contents_view_aura.cc
1 1 content/browser/web_contents/web_contents_view_aura.h
1 1 content/browser/web_contents/web_contents_view_child_frame.cc
1 1 content/browser/web_contents/web_contents_view_child_frame.h
17 4 content/browser/web_contents/web_contents_view_guest.cc
1 1 content/browser/web_contents/web_contents_view_guest.h
1 1 content/browser/web_contents/web_contents_view_mac.h
3 1 content/browser/web_contents/web_contents_view_mac.mm
5 0 content/public/browser/browser_plugin_guest_delegate.h
14 0 extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.cc
4 0 extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.h
9 1 extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest_delegate.h
... already applied (skipping).
Apply prefs_content_1161.patch in d:\code\chromium_git\chromium\src
1 0 content/public/common/common_param_traits_macros.h
1 0 content/public/common/web_preferences.cc
1 0 content/public/common/web_preferences.h
2 0 content/renderer/render_view_impl.cc
... already applied (skipping).
Apply ui_dragdrop_355390.patch in d:\code\chromium_git\chromium\src
2 1 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc
... already applied (skipping).
Apply service_factory_1680.patch in d:\code\chromium_git\chromium\src
8 1 chrome/browser/spellchecker/spellcheck_factory.cc
2 2 chrome/browser/spellchecker/spellcheck_factory.h
8 1 chrome/browser/supervised_user/supervised_user_settings_service_factory.cc
2 2 chrome/browser/supervised_user/supervised_user_settings_service_factory.h
15 5 chrome/browser/ui/prefs/prefs_tab_helper.cc
... already applied (skipping).
Apply net_urlrequest_1327.patch in d:\code\chromium_git\chromium\src
1 1 net/url_request/url_request.h
... already applied (skipping).
Apply content_pepper_flash_1586.patch in d:\code\chromium_git\chromium\src
1 1 content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc
... already applied (skipping).
Apply ime_1610.patch in d:\code\chromium_git\chromium\src
2 1 ui/base/ime/input_method_win.cc
... already applied (skipping).
Apply print_header_footer_1478_1565.patch in d:\code\chromium_git\chromium\src
9 1 chrome/browser/ui/cocoa/applescript/tab_applescript.mm
1 1 chrome/common/chrome_utility_printing_messages.h
0 2 components/printing/common/print_messages.cc
3 15 components/printing/common/print_messages.h
9 26 components/printing/renderer/print_render_frame_helper.cc
2 9 components/printing/renderer/print_render_frame_helper.h
0 2 components/printing/renderer/print_render_frame_helper_mac.mm
... already applied (skipping).
Apply service_manager_654986.patch in d:\code\chromium_git\chromium\src
60 22 services/service_manager/embedder/main.cc
16 1 services/service_manager/embedder/main.h
1 1 services/service_manager/embedder/set_process_title.cc
... already applied (skipping).
Apply browser_frame_host_guest_1687.patch in d:\code\chromium_git\chromium\src
4 3 content/browser/frame_host/render_widget_host_view_guest.cc
... already applied (skipping).
Apply supports_user_data_1710.patch in d:\code\chromium_git\chromium\src
3 3 base/supports_user_data.h
... already applied (skipping).
Apply renderer_preferences_util_545103.patch in d:\code\chromium_git\chromium\src
4 2 chrome/browser/renderer_preferences_util.cc
... already applied (skipping).
Apply font_family_cache_1501.patch in d:\code\chromium_git\chromium\src
2 0 chrome/browser/font_family_cache.h
... already applied (skipping).
Apply pdfium_print_549365.patch in d:\code\chromium_git\chromium\src\third_party\pdfium
4 0 BUILD.gn
2 0 fpdfsdk/fpdfview.cpp
... already applied (skipping).
Apply net_filter_515.patch in d:\code\chromium_git\chromium\src
5 0 net/base/network_delegate.h
6 0 net/url_request/url_request_job.cc
... already applied (skipping).
Apply views_1749_2102.patch in d:\code\chromium_git\chromium\src
22 0 ui/base/models/menu_model.h
21 0 ui/gfx/render_text.cc
6 0 ui/gfx/render_text.h
2 0 ui/views/animation/ink_drop_host_view.h
7 0 ui/views/controls/button/label_button.cc
3 0 ui/views/controls/button/label_button.h
8 2 ui/views/controls/button/menu_button.cc
6 0 ui/views/controls/button/menu_button.h
37 1 ui/views/controls/label.cc
5 0 ui/views/controls/label.h
9 2 ui/views/controls/menu/menu_controller.cc
22 0 ui/views/controls/menu/menu_delegate.h
13 1 ui/views/controls/menu/menu_item_view.cc
71 0 ui/views/controls/menu/menu_model_adapter.cc
14 0 ui/views/controls/menu/menu_model_adapter.h
5 0 ui/views/controls/menu/menu_scroll_view_container.cc
0 4 ui/views/test/ui_controls_factory_desktop_aurax11.cc
3 1 ui/views/view.h
... already applied (skipping).
Apply browser_compositor_mac.patch in d:\code\chromium_git\chromium\src
2 0 content/browser/renderer_host/browser_compositor_view_mac.h
13 2 content/browser/renderer_host/browser_compositor_view_mac.mm
... already applied (skipping).
Apply chrome_widevine.patch in d:\code\chromium_git\chromium\src
2 1 chrome/common/chrome_content_client.cc
... already applied (skipping).
Apply chrome_profile.patch in d:\code\chromium_git\chromium\src
22 0 chrome/browser/profiles/incognito_helpers.cc
13 0 chrome/browser/profiles/incognito_helpers.h
1 1 chrome/browser/profiles/profile_manager.cc
3 3 chrome/browser/profiles/profile_manager.h
... already applied (skipping).
Apply storage_partition_1973.patch in d:\code\chromium_git\chromium\src
2 2 content/browser/appcache/appcache_internals_ui.cc
5 0 content/browser/blob_storage/chrome_blob_storage_context.cc
2 0 content/browser/blob_storage/chrome_blob_storage_context.h
2 2 content/browser/bluetooth/web_bluetooth_service_impl.cc
15 3 content/browser/browser_context.cc
1 2 content/browser/devtools/protocol/service_worker_handler.cc
7 7 content/browser/download/download_manager_impl.cc
2 2 content/browser/loader/navigation_url_loader_network_service.cc
6 5 content/browser/payments/payment_app_provider_impl.cc
44 30 content/browser/renderer_host/render_process_host_impl.cc
5 6 content/browser/renderer_host/render_process_host_impl.h
11 12 content/browser/storage_partition_impl.h
5 0 content/browser/streams/stream_context.cc
1 0 content/browser/streams/stream_context.h
4 4 content/browser/webui/web_ui_url_loader_factory.cc
10 0 content/public/browser/browser_context.h
29 0 content/public/browser/storage_partition.h
1 1 storage/browser/database/database_tracker.cc
... already applied (skipping).
Apply webview_plugin_2020.patch in d:\code\chromium_git\chromium\src
1 1 chrome/app/generated_resources.grd
... already applied (skipping).
Apply webui_2037.patch in d:\code\chromium_git\chromium\src
4 0 chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc
18 19 chrome/browser/ui/webui/net_internals/net_internals_ui.cc
4 0 content/browser/resource_context_impl.cc
2 0 content/browser/resource_context_impl.h
5 0 content/browser/webui/url_data_manager.cc
2 0 content/browser/webui/url_data_manager.h
... already applied (skipping).
Apply net_security_expiration_1994.patch in d:\code\chromium_git\chromium\src
9 9 net/cert/ct_policy_enforcer.cc
11 0 net/cert/ct_policy_enforcer.h
4 2 net/http/transport_security_state.cc
7 1 net/http/transport_security_state.h
... already applied (skipping).
Apply render_widget_latency_2060.patch in d:\code\chromium_git\chromium\src
1 2 ui/latency/latency_histogram_macros.h
... already applied (skipping).
Apply crashpad_1995.patch in d:\code\chromium_git\chromium\src
12 0 build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn
13 5 chrome/common/crash_keys.cc
8 0 chrome/common/crash_keys.h
13 3 chrome_elf/BUILD.gn
9 0 chrome_elf/crash/crash_helper.cc
26 4 components/crash/content/app/breakpad_linux.cc
3 0 components/crash/content/app/breakpad_linux.h
29 6 components/crash/content/app/crash_reporter_client.cc
21 1 components/crash/content/app/crash_reporter_client.h
2 1 components/crash/content/app/crashpad.cc
38 13 components/crash/content/app/crashpad_mac.mm
15 11 components/crash/content/app/crashpad_win.cc
3 1 content/browser/frame_host/debug_urls.cc
... already applied (skipping).
Apply crashpad_tp_1995.patch in d:\code\chromium_git\chromium\src
11 4 third_party/crashpad/crashpad/client/prune_crash_reports.cc
2 1 third_party/crashpad/crashpad/client/prune_crash_reports.h
57 1 third_party/crashpad/crashpad/client/settings.cc
5 0 third_party/crashpad/crashpad/client/settings.h
3 3 third_party/crashpad/crashpad/handler/crash_report_upload_thread.h
47 1 third_party/crashpad/crashpad/handler/handler_main.cc
... already applied (skipping).
Apply rwh_background_color_1984.patch in d:\code\chromium_git\chromium\src
13 9 content/browser/renderer_host/render_widget_host_view_aura.cc
... already applied (skipping).
Apply content_1129_2015.patch in d:\code\chromium_git\chromium\src
2 2 chrome/browser/download/download_target_determiner.cc
1 0 chrome/browser/plugins/chrome_plugin_service_filter.cc
1 0 chrome/browser/plugins/chrome_plugin_service_filter.h
1 1 chrome/browser/plugins/pdf_iframe_navigation_throttle.cc
2 2 chrome/browser/plugins/plugin_info_message_filter.cc
1 1 chrome/browser/ui/cocoa/drag_util.mm
1 1 chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc
0 6 content/browser/frame_host/navigation_handle_impl.cc
4 3 content/browser/frame_host/render_frame_host_impl.cc
8 5 content/browser/frame_host/render_frame_message_filter.cc
3 0 content/browser/frame_host/render_frame_message_filter.h
2 2 content/browser/loader/mime_sniffing_resource_handler.cc
3 1 content/browser/plugin_service_impl.cc
1 0 content/browser/plugin_service_impl.h
4 2 content/common/frame_messages.h
1 0 content/ppapi_plugin/ppapi_blink_platform_impl.cc
1 0 content/ppapi_plugin/ppapi_blink_platform_impl.h
1 0 content/public/browser/plugin_service.h
1 0 content/public/browser/plugin_service_filter.h
1 1 content/public/renderer/content_renderer_client.cc
4 1 content/public/renderer/content_renderer_client.h
3 0 content/public/renderer/render_frame_observer.h
6 5 content/renderer/render_frame_impl.cc
2 0 content/renderer/render_thread_impl.cc
3 1 content/renderer/renderer_blink_platform_impl.cc
1 0 content/renderer/renderer_blink_platform_impl.h
1 0 content/shell/browser/shell_plugin_service_filter.cc
1 0 content/shell/browser/shell_plugin_service_filter.h
1 0 content/test/fake_plugin_service.cc
1 0 content/test/fake_plugin_service.h
1 0 content/test/test_blink_web_unit_test_support.cc
1 0 content/test/test_blink_web_unit_test_support.h
... already applied (skipping).
Apply webkit_plugin_info_2015.patch in d:\code\chromium_git\chromium\src
3 2 third_party/WebKit/Source/core/dom/DOMImplementation.cpp
1 1 third_party/WebKit/Source/core/frame/LocalFrame.cpp
30 11 third_party/WebKit/Source/core/page/Page.cpp
4 2 third_party/WebKit/Source/core/page/Page.h
5 3 third_party/WebKit/Source/platform/plugins/PluginData.cpp
1 1 third_party/WebKit/Source/platform/plugins/PluginData.h
1 0 third_party/WebKit/public/platform/Platform.h
... already applied (skipping).
Apply printing_context_2196.patch in d:\code\chromium_git\chromium\src
1 0 chrome/browser/printing/print_job_worker.cc
11 0 printing/printing_context.h
... already applied (skipping).
Apply linux_build.patch in d:\code\chromium_git\chromium\src
1 1 build/config/compiler/BUILD.gn
... already applied (skipping).
Apply extensions_1947.patch in d:\code\chromium_git\chromium\src
7 5 content/browser/frame_host/render_frame_host_manager.cc
7 0 content/public/browser/content_browser_client.h
47 4 extensions/browser/extension_host.cc
9 2 extensions/browser/extension_host.h
15 0 extensions/browser/extensions_browser_client.h
10 3 extensions/browser/process_manager.cc
7 0 extensions/browser/process_manager_factory.cc
... already applied (skipping).
Apply win_rt_2274.patch in d:\code\chromium_git\chromium\src
5 2 content/common/sandbox_win.cc
... already applied (skipping).
Apply devtools_product_2300.patch in d:\code\chromium_git\chromium\src
1 1 content/browser/devtools/devtools_http_handler.cc
4 0 content/public/common/content_client.h
... already applied (skipping).
Apply mac_widevine_2314.patch in d:\code\chromium_git\chromium\src
2 8 third_party/widevine/cdm/BUILD.gn
... already applied (skipping).
45 patches total (0 applied, 45 skipped, 0 failed)
Generating CEF project files...
________ running 'gn gen out\Debug_GN_x86 --ide=vs2017 --sln=cef --filters=//cef/*' in 'd:\code\chromium_git\chromium\src'
ERROR at //build/config/jumbo.gni:101:7: Condition does not evaluate to a boolean value.
if (use_jumbo_build_for_target) {
-- ^-------------------------
This is a value of type "string" instead.
See //build/config/jumbo.gni:206:3: whence it was called.
internal_jumbo_target(target_name) {
^-----------------------------------
See //third_party/WebKit/Source/controller/BUILD.gn:84:1: whence it was called.
jumbo_source_set("webkit_unit_tests_sources") {
^----------------------------------------------
See //BUILD.gn:210:7: which caused the file to be included.
"//third_party/WebKit/Source/controller:webkit_unit_tests",
^---------------------------------------------------------
Failed while running "gn gen out\Debug_GN_x86 --ide=vs2017 --sln=cef --filters=//cef/*"
Traceback (most recent call last):
File "tools\gclient_hook.py", line 133, in <module>
RunAction(src_dir, cmd)
File "d:\code\chromium_git\chromium\src\cef\tools\gclient_util.py", line 39, in RunAction
gclient_utils.CheckCallAndFilterAndHeader(command, cwd=dir, always=True)
File "d:\code\depot_tools\gclient_utils.py", line 314, in CheckCallAndFilterAndHeader
return CheckCallAndFilter(args, **kwargs)
File "d:\code\depot_tools\gclient_utils.py", line 552, in CheckCallAndFilter
in_byte = kid.stdout.read(1)
KeyboardInterrupt
Terminate batch job (Y/N)? y
^Cd:\code\chromium_git\chromium\src\cef>
d:\code\chromium_git\chromium\src\cef>create.bat
d:\code\chromium_git\chromium\src\cef>set CEF_USE_GN=1
d:\code\chromium_git\chromium\src\cef>set GN_DEFINES=is_official_build=true proprietary_codecs=true ffmpeg_branding=Chrome
d:\code\chromium_git\chromium\src\cef>call cef_create_projects.bat
Generating CEF version header file...
________ running 'd:\code\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:\code\chromium_git\chromium\src\cef'
File include/cef_version.h is already up to date.
Patching build configuration and source files for CEF...
________ running 'd:\code\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe tools/patcher.py' in 'd:\code\chromium_git\chromium\src\cef'
Apply gritsettings.patch in d:\code\chromium_git\chromium\src
7 0 tools/gritsettings/resource_ids
... already applied (skipping).
Apply gn_config.patch in d:\code\chromium_git\chromium\src
2 0 .gn
1 0 BUILD.gn
5 7 build/config/win/visual_studio_version.gni
16 13 build/toolchain/win/setup_toolchain.py
7 0 build/vs_toolchain.py
1 1 chrome/chrome_paks.gni
1 1 chrome/installer/mini_installer/BUILD.gn
... already applied (skipping).
Apply component_build_1617.patch in d:\code\chromium_git\chromium\src
1 0 chrome/browser/ui/BUILD.gn
2 1 content/app/content_service_manager_main_delegate.h
3 0 third_party/WebKit/Source/controller/BUILD.gn
... already applied (skipping).
Apply zlib.patch in d:\code\chromium_git\chromium\src
1 1 third_party/zlib/contrib/minizip/unzip.c
... already applied (skipping).
Apply message_loop_443_1992243003.patch in d:\code\chromium_git\chromium\src
16 0 base/message_loop/message_loop.h
20 12 base/message_loop/message_pump_win.cc
... already applied (skipping).
Apply webkit_popups.patch in d:\code\chromium_git\chromium\src
8 2 third_party/WebKit/Source/core/exported/WebViewImpl.cpp
4 1 third_party/WebKit/Source/core/exported/WebViewImpl.h
1 1 third_party/WebKit/Source/core/page/ChromeClientImpl.cpp
1 0 third_party/WebKit/public/web/WebView.h
... already applied (skipping).
Apply underlay_1051.patch in d:\code\chromium_git\chromium\src
1 1 ui/base/cocoa/underlay_opengl_hosting_window.h
... already applied (skipping).
Apply views_widget_180_1481_1565_1677_1749.patch in d:\code\chromium_git\chromium\src
8 0 content/browser/renderer_host/render_widget_host_view_base.cc
16 0 content/browser/renderer_host/render_widget_host_view_base.h
12 0 content/browser/renderer_host/render_widget_host_view_event_handler.cc
8 0 content/public/browser/render_widget_host_view.h
2 0 ui/views/widget/desktop_aura/desktop_screen_win.cc
12 3 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
4 0 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
21 3 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
16 0 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h
14 2 ui/views/widget/widget.cc
1 0 ui/views/widget/widget.h
4 0 ui/views/widget/widget_delegate.h
1 1 ui/views/widget/widget_hwnd_utils.cc
6 2 ui/views/win/hwnd_message_handler.cc
... already applied (skipping).
Apply web_contents_1257_1565.patch in d:\code\chromium_git\chromium\src
18 2 content/browser/web_contents/web_contents_impl.cc
3 1 content/public/browser/web_contents.cc
6 0 content/public/browser/web_contents.h
10 0 content/public/browser/web_contents_delegate.h
... already applied (skipping).
Apply compositor_1368.patch in d:\code\chromium_git\chromium\src
7 0 content/browser/compositor/gpu_process_transport_factory.cc
17 0 ui/compositor/compositor.h
... already applied (skipping).
Apply browser_plugin_guest_1565.patch in d:\code\chromium_git\chromium\src
14 2 content/browser/browser_plugin/browser_plugin_guest.cc
1 1 content/browser/frame_host/interstitial_page_impl.cc
3 7 content/browser/web_contents/web_contents_view.h
3 1 content/browser/web_contents/web_contents_view_aura.cc
1 1 content/browser/web_contents/web_contents_view_aura.h
1 1 content/browser/web_contents/web_contents_view_child_frame.cc
1 1 content/browser/web_contents/web_contents_view_child_frame.h
17 4 content/browser/web_contents/web_contents_view_guest.cc
1 1 content/browser/web_contents/web_contents_view_guest.h
1 1 content/browser/web_contents/web_contents_view_mac.h
3 1 content/browser/web_contents/web_contents_view_mac.mm
5 0 content/public/browser/browser_plugin_guest_delegate.h
14 0 extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.cc
4 0 extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.h
9 1 extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest_delegate.h
... already applied (skipping).
Apply prefs_content_1161.patch in d:\code\chromium_git\chromium\src
1 0 content/public/common/common_param_traits_macros.h
1 0 content/public/common/web_preferences.cc
1 0 content/public/common/web_preferences.h
2 0 content/renderer/render_view_impl.cc
... already applied (skipping).
Apply ui_dragdrop_355390.patch in d:\code\chromium_git\chromium\src
2 1 ui/base/dragdrop/os_exchange_data_provider_aurax11.cc
... already applied (skipping).
Apply service_factory_1680.patch in d:\code\chromium_git\chromium\src
8 1 chrome/browser/spellchecker/spellcheck_factory.cc
2 2 chrome/browser/spellchecker/spellcheck_factory.h
8 1 chrome/browser/supervised_user/supervised_user_settings_service_factory.cc
2 2 chrome/browser/supervised_user/supervised_user_settings_service_factory.h
15 5 chrome/browser/ui/prefs/prefs_tab_helper.cc
... already applied (skipping).
Apply net_urlrequest_1327.patch in d:\code\chromium_git\chromium\src
1 1 net/url_request/url_request.h
... already applied (skipping).
Apply content_pepper_flash_1586.patch in d:\code\chromium_git\chromium\src
1 1 content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc
... already applied (skipping).
Apply ime_1610.patch in d:\code\chromium_git\chromium\src
2 1 ui/base/ime/input_method_win.cc
... already applied (skipping).
Apply print_header_footer_1478_1565.patch in d:\code\chromium_git\chromium\src
9 1 chrome/browser/ui/cocoa/applescript/tab_applescript.mm
1 1 chrome/common/chrome_utility_printing_messages.h
0 2 components/printing/common/print_messages.cc
3 15 components/printing/common/print_messages.h
9 26 components/printing/renderer/print_render_frame_helper.cc
2 9 components/printing/renderer/print_render_frame_helper.h
0 2 components/printing/renderer/print_render_frame_helper_mac.mm
... already applied (skipping).
Apply service_manager_654986.patch in d:\code\chromium_git\chromium\src
60 22 services/service_manager/embedder/main.cc
16 1 services/service_manager/embedder/main.h
1 1 services/service_manager/embedder/set_process_title.cc
... already applied (skipping).
Apply browser_frame_host_guest_1687.patch in d:\code\chromium_git\chromium\src
4 3 content/browser/frame_host/render_widget_host_view_guest.cc
... already applied (skipping).
Apply supports_user_data_1710.patch in d:\code\chromium_git\chromium\src
3 3 base/supports_user_data.h
... already applied (skipping).
Apply renderer_preferences_util_545103.patch in d:\code\chromium_git\chromium\src
4 2 chrome/browser/renderer_preferences_util.cc
... already applied (skipping).
Apply font_family_cache_1501.patch in d:\code\chromium_git\chromium\src
2 0 chrome/browser/font_family_cache.h
... already applied (skipping).
Apply pdfium_print_549365.patch in d:\code\chromium_git\chromium\src\third_party\pdfium
4 0 BUILD.gn
2 0 fpdfsdk/fpdfview.cpp
... already applied (skipping).
Apply net_filter_515.patch in d:\code\chromium_git\chromium\src
5 0 net/base/network_delegate.h
6 0 net/url_request/url_request_job.cc
... already applied (skipping).
Apply views_1749_2102.patch in d:\code\chromium_git\chromium\src
22 0 ui/base/models/menu_model.h
21 0 ui/gfx/render_text.cc
6 0 ui/gfx/render_text.h
2 0 ui/views/animation/ink_drop_host_view.h
7 0 ui/views/controls/button/label_button.cc
3 0 ui/views/controls/button/label_button.h
8 2 ui/views/controls/button/menu_button.cc
6 0 ui/views/controls/button/menu_button.h
37 1 ui/views/controls/label.cc
5 0 ui/views/controls/label.h
9 2 ui/views/controls/menu/menu_controller.cc
22 0 ui/views/controls/menu/menu_delegate.h
13 1 ui/views/controls/menu/menu_item_view.cc
71 0 ui/views/controls/menu/menu_model_adapter.cc
14 0 ui/views/controls/menu/menu_model_adapter.h
5 0 ui/views/controls/menu/menu_scroll_view_container.cc
0 4 ui/views/test/ui_controls_factory_desktop_aurax11.cc
3 1 ui/views/view.h
... already applied (skipping).
Apply browser_compositor_mac.patch in d:\code\chromium_git\chromium\src
2 0 content/browser/renderer_host/browser_compositor_view_mac.h
13 2 content/browser/renderer_host/browser_compositor_view_mac.mm
... already applied (skipping).
Apply chrome_widevine.patch in d:\code\chromium_git\chromium\src
2 1 chrome/common/chrome_content_client.cc
... already applied (skipping).
Apply chrome_profile.patch in d:\code\chromium_git\chromium\src
22 0 chrome/browser/profiles/incognito_helpers.cc
13 0 chrome/browser/profiles/incognito_helpers.h
1 1 chrome/browser/profiles/profile_manager.cc
3 3 chrome/browser/profiles/profile_manager.h
... already applied (skipping).
Apply storage_partition_1973.patch in d:\code\chromium_git\chromium\src
2 2 content/browser/appcache/appcache_internals_ui.cc
5 0 content/browser/blob_storage/chrome_blob_storage_context.cc
2 0 content/browser/blob_storage/chrome_blob_storage_context.h
2 2 content/browser/bluetooth/web_bluetooth_service_impl.cc
15 3 content/browser/browser_context.cc
1 2 content/browser/devtools/protocol/service_worker_handler.cc
7 7 content/browser/download/download_manager_impl.cc
2 2 content/browser/loader/navigation_url_loader_network_service.cc
6 5 content/browser/payments/payment_app_provider_impl.cc
44 30 content/browser/renderer_host/render_process_host_impl.cc
5 6 content/browser/renderer_host/render_process_host_impl.h
11 12 content/browser/storage_partition_impl.h
5 0 content/browser/streams/stream_context.cc
1 0 content/browser/streams/stream_context.h
4 4 content/browser/webui/web_ui_url_loader_factory.cc
10 0 content/public/browser/browser_context.h
29 0 content/public/browser/storage_partition.h
1 1 storage/browser/database/database_tracker.cc
... already applied (skipping).
Apply webview_plugin_2020.patch in d:\code\chromium_git\chromium\src
1 1 chrome/app/generated_resources.grd
... already applied (skipping).
Apply webui_2037.patch in d:\code\chromium_git\chromium\src
4 0 chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc
18 19 chrome/browser/ui/webui/net_internals/net_internals_ui.cc
4 0 content/browser/resource_context_impl.cc
2 0 content/browser/resource_context_impl.h
5 0 content/browser/webui/url_data_manager.cc
2 0 content/browser/webui/url_data_manager.h
... already applied (skipping).
Apply net_security_expiration_1994.patch in d:\code\chromium_git\chromium\src
9 9 net/cert/ct_policy_enforcer.cc
11 0 net/cert/ct_policy_enforcer.h
4 2 net/http/transport_security_state.cc
7 1 net/http/transport_security_state.h
... already applied (skipping).
Apply render_widget_latency_2060.patch in d:\code\chromium_git\chromium\src
1 2 ui/latency/latency_histogram_macros.h
... already applied (skipping).
Apply crashpad_1995.patch in d:\code\chromium_git\chromium\src
12 0 build/secondary/third_party/crashpad/crashpad/handler/BUILD.gn
13 5 chrome/common/crash_keys.cc
8 0 chrome/common/crash_keys.h
13 3 chrome_elf/BUILD.gn
9 0 chrome_elf/crash/crash_helper.cc
26 4 components/crash/content/app/breakpad_linux.cc
3 0 components/crash/content/app/breakpad_linux.h
29 6 components/crash/content/app/crash_reporter_client.cc
21 1 components/crash/content/app/crash_reporter_client.h
2 1 components/crash/content/app/crashpad.cc
38 13 components/crash/content/app/crashpad_mac.mm
15 11 components/crash/content/app/crashpad_win.cc
3 1 content/browser/frame_host/debug_urls.cc
... already applied (skipping).
Apply crashpad_tp_1995.patch in d:\code\chromium_git\chromium\src
11 4 third_party/crashpad/crashpad/client/prune_crash_reports.cc
2 1 third_party/crashpad/crashpad/client/prune_crash_reports.h
57 1 third_party/crashpad/crashpad/client/settings.cc
5 0 third_party/crashpad/crashpad/client/settings.h
3 3 third_party/crashpad/crashpad/handler/crash_report_upload_thread.h
47 1 third_party/crashpad/crashpad/handler/handler_main.cc
... already applied (skipping).
Apply rwh_background_color_1984.patch in d:\code\chromium_git\chromium\src
13 9 content/browser/renderer_host/render_widget_host_view_aura.cc
... already applied (skipping).
Apply content_1129_2015.patch in d:\code\chromium_git\chromium\src
2 2 chrome/browser/download/download_target_determiner.cc
1 0 chrome/browser/plugins/chrome_plugin_service_filter.cc
1 0 chrome/browser/plugins/chrome_plugin_service_filter.h
1 1 chrome/browser/plugins/pdf_iframe_navigation_throttle.cc
2 2 chrome/browser/plugins/plugin_info_message_filter.cc
1 1 chrome/browser/ui/cocoa/drag_util.mm
1 1 chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc
0 6 content/browser/frame_host/navigation_handle_impl.cc
4 3 content/browser/frame_host/render_frame_host_impl.cc
8 5 content/browser/frame_host/render_frame_message_filter.cc
3 0 content/browser/frame_host/render_frame_message_filter.h
2 2 content/browser/loader/mime_sniffing_resource_handler.cc
3 1 content/browser/plugin_service_impl.cc
1 0 content/browser/plugin_service_impl.h
4 2 content/common/frame_messages.h
1 0 content/ppapi_plugin/ppapi_blink_platform_impl.cc
1 0 content/ppapi_plugin/ppapi_blink_platform_impl.h
1 0 content/public/browser/plugin_service.h
1 0 content/public/browser/plugin_service_filter.h
1 1 content/public/renderer/content_renderer_client.cc
4 1 content/public/renderer/content_renderer_client.h
3 0 content/public/renderer/render_frame_observer.h
6 5 content/renderer/render_frame_impl.cc
2 0 content/renderer/render_thread_impl.cc
3 1 content/renderer/renderer_blink_platform_impl.cc
1 0 content/renderer/renderer_blink_platform_impl.h
1 0 content/shell/browser/shell_plugin_service_filter.cc
1 0 content/shell/browser/shell_plugin_service_filter.h
1 0 content/test/fake_plugin_service.cc
1 0 content/test/fake_plugin_service.h
1 0 content/test/test_blink_web_unit_test_support.cc
1 0 content/test/test_blink_web_unit_test_support.h
... already applied (skipping).
Apply webkit_plugin_info_2015.patch in d:\code\chromium_git\chromium\src
3 2 third_party/WebKit/Source/core/dom/DOMImplementation.cpp
1 1 third_party/WebKit/Source/core/frame/LocalFrame.cpp
30 11 third_party/WebKit/Source/core/page/Page.cpp
4 2 third_party/WebKit/Source/core/page/Page.h
5 3 third_party/WebKit/Source/platform/plugins/PluginData.cpp
1 1 third_party/WebKit/Source/platform/plugins/PluginData.h
1 0 third_party/WebKit/public/platform/Platform.h
... already applied (skipping).
Apply printing_context_2196.patch in d:\code\chromium_git\chromium\src
1 0 chrome/browser/printing/print_job_worker.cc
11 0 printing/printing_context.h
... already applied (skipping).
Apply linux_build.patch in d:\code\chromium_git\chromium\src
1 1 build/config/compiler/BUILD.gn
... already applied (skipping).
Apply extensions_1947.patch in d:\code\chromium_git\chromium\src
7 5 content/browser/frame_host/render_frame_host_manager.cc
7 0 content/public/browser/content_browser_client.h
47 4 extensions/browser/extension_host.cc
9 2 extensions/browser/extension_host.h
15 0 extensions/browser/extensions_browser_client.h
10 3 extensions/browser/process_manager.cc
7 0 extensions/browser/process_manager_factory.cc
... already applied (skipping).
Apply win_rt_2274.patch in d:\code\chromium_git\chromium\src
5 2 content/common/sandbox_win.cc
... already applied (skipping).
Apply devtools_product_2300.patch in d:\code\chromium_git\chromium\src
1 1 content/browser/devtools/devtools_http_handler.cc
4 0 content/public/common/content_client.h
... already applied (skipping).
Apply mac_widevine_2314.patch in d:\code\chromium_git\chromium\src
2 8 third_party/widevine/cdm/BUILD.gn
... already applied (skipping).
45 patches total (0 applied, 45 skipped, 0 failed)
Generating CEF project files...
________ running 'gn gen out\Release_GN_x86 --ide=vs2017 --sln=cef --filters=//cef/*' in 'd:\code\chromium_git\chromium\src'
Generating Visual Studio projects took 45716ms
Done. Made 6648 targets from 1387 files in 117577ms
Applying issue #1999 fix to d:\code\chromium_git\chromium\src\out\Release_GN_x86\obj\cef\libcef.ninja
________ running 'gn gen out\Debug_GN_x64 --ide=vs2017 --sln=cef --filters=//cef/*' in 'd:\code\chromium_git\chromium\src'
Generating Visual Studio projects took 37839ms
Done. Made 6476 targets from 1388 files in 115240ms
Applying issue #1999 fix to d:\code\chromium_git\chromium\src\out\Debug_GN_x64\obj\cef\libcef.ninja
Creating d:\code\chromium_git\chromium\src\out\Debug_GN_x64_sandbox directory.
________ running 'gn gen out\Debug_GN_x64_sandbox --ide=vs2017 --sln=cef --filters=//cef/*' in 'd:\code\chromium_git\chromium\src'
Generating Visual Studio projects took 30572ms
Done. Made 6458 targets from 1382 files in 73224ms
Applying issue #1999 fix to d:\code\chromium_git\chromium\src\out\Debug_GN_x64_sandbox\obj\cef\libcef.ninja
________ running 'gn gen out\Debug_GN_x86 --ide=vs2017 --sln=cef --filters=//cef/*' in 'd:\code\chromium_git\chromium\src'
Generating Visual Studio projects took 63013ms
Done. Made 6648 targets from 1387 files in 169680ms
Applying issue #1999 fix to d:\code\chromium_git\chromium\src\out\Debug_GN_x86\obj\cef\libcef.ninja
Creating d:\code\chromium_git\chromium\src\out\Release_GN_x86_sandbox directory.
________ running 'gn gen out\Release_GN_x86_sandbox --ide=vs2017 --sln=cef --filters=//cef/*' in 'd:\code\chromium_git\chromium\src'
Generating Visual Studio projects took 32750ms
Done. Made 6641 targets from 1387 files in 86289ms
Applying issue #1999 fix to d:\code\chromium_git\chromium\src\out\Release_GN_x86_sandbox\obj\cef\libcef.ninja
________ running 'gn gen out\Release_GN_x64 --ide=vs2017 --sln=cef --filters=//cef/*' in 'd:\code\chromium_git\chromium\src'
Generating Visual Studio projects took 26459ms
Done. Made 6476 targets from 1388 files in 106056ms
Applying issue #1999 fix to d:\code\chromium_git\chromium\src\out\Release_GN_x64\obj\cef\libcef.ninja
Creating d:\code\chromium_git\chromium\src\out\Release_GN_x64_sandbox directory.
________ running 'gn gen out\Release_GN_x64_sandbox --ide=vs2017 --sln=cef --filters=//cef/*' in 'd:\code\chromium_git\chromium\src'
Generating Visual Studio projects took 32470ms
Done. Made 6469 targets from 1388 files in 78334ms
Applying issue #1999 fix to d:\code\chromium_git\chromium\src\out\Release_GN_x64_sandbox\obj\cef\libcef.ninja
Creating d:\code\chromium_git\chromium\src\out\Debug_GN_x86_sandbox directory.
________ running 'gn gen out\Debug_GN_x86_sandbox --ide=vs2017 --sln=cef --filters=//cef/*' in 'd:\code\chromium_git\chromium\src'
Generating Visual Studio projects took 37482ms
Done. Made 6630 targets from 1381 files in 75060ms
Applying issue #1999 fix to d:\code\chromium_git\chromium\src\out\Debug_GN_x86_sandbox\obj\cef\libcef.ninja
d:\code\chromium_git\chromium\src\cef>dir
Volume in drive D is FreeAgent GoFlex Drive
Volume Serial Number is 8867-3932
Directory of d:\code\chromium_git\chromium\src\cef
03/04/2018 09:15 PM <DIR> .
03/04/2018 09:15 PM <DIR> ..
03/04/2018 09:12 PM <DIR> .git
03/04/2018 06:15 PM 551 .gitignore
03/04/2018 06:15 PM 337 .style.cfg
03/04/2018 06:15 PM 34 .style.yapf
03/04/2018 06:15 PM 1,239 AUTHORS.txt
03/04/2018 06:15 PM 67,822 BUILD.gn
03/04/2018 06:15 PM 45 cef_create_projects.bat
03/04/2018 06:15 PM 39 cef_create_projects.sh
03/04/2018 06:15 PM 39,356 cef_paths.gypi
03/04/2018 06:15 PM 25,095 cef_paths2.gypi
03/04/2018 06:15 PM 4,708 cef_repack_locales.gni
03/04/2018 06:15 PM 480 CHROMIUM_BUILD_COMPATIBILITY.txt
03/04/2018 06:15 PM <DIR> cmake
03/04/2018 06:15 PM 8,035 CMakeLists.txt.in
03/05/2018 01:30 PM 132 create.bat
03/04/2018 06:15 PM 176 DEPS
03/04/2018 09:16 PM <DIR> include
03/04/2018 06:15 PM <DIR> libcef
03/04/2018 06:15 PM <DIR> libcef_dll
03/04/2018 06:15 PM 1,662 LICENSE.txt
03/04/2018 06:15 PM <DIR> patch
03/04/2018 06:15 PM 8,210 README.md
03/04/2018 06:15 PM <DIR> tests
03/04/2018 09:16 PM <DIR> tools
03/04/2018 06:15 PM 12 VERSION
17 File(s) 157,933 bytes
10 Dir(s) 580,201,033,728 bytes free
d:\code\chromium_git\chromium\src\cef>ninja -C out\Release_GN_x86 cef
ninja: fatal: chdir to 'out\Release_GN_x86' - No such file or directory
ninja: Entering directory `out\Release_GN_x86'
d:\code\chromium_git\chromium\src\cef>cd..
d:\code\chromium_git\chromium\src>dir
Volume in drive D is FreeAgent GoFlex Drive
Volume Serial Number is 8867-3932
Directory of d:\code\chromium_git\chromium\src
03/04/2018 09:16 PM <DIR> .
03/04/2018 09:16 PM <DIR> ..
03/04/2018 09:59 AM 1,086 .clang-format
03/04/2018 09:59 AM 751 .eslintrc.js
03/04/2018 09:59 AM 16,581 .git-blame-ignore-revs
03/04/2018 09:59 AM 216 .gitattributes
03/04/2018 07:48 PM 7,740 .gitignore
03/04/2018 09:16 PM 9,466 .gn
03/04/2018 09:02 PM 1,123 .landmines
03/04/2018 07:48 PM 1,924 .vpython
03/04/2018 07:48 PM <DIR> android_webview
03/04/2018 07:48 PM <DIR> apps
03/04/2018 07:49 PM <DIR> ash
03/04/2018 07:48 PM 34,876 AUTHORS
03/04/2018 09:16 PM <DIR> base
03/04/2018 09:59 AM <DIR> blink
03/04/2018 09:16 PM <DIR> build
03/04/2018 09:16 PM 36,524 BUILD.gn
03/04/2018 08:41 PM <DIR> buildtools
03/04/2018 07:50 PM <DIR> build_overrides
03/04/2018 07:50 PM <DIR> cc
03/04/2018 09:15 PM <DIR> cef
03/04/2018 09:16 PM <DIR> chrome
03/04/2018 08:01 PM <DIR> chromecast
03/04/2018 08:01 PM <DIR> chromeos
03/04/2018 09:16 PM <DIR> chrome_elf
03/04/2018 10:04 AM <DIR> cloud_print
03/04/2018 10:04 AM 325 codereview.settings
03/04/2018 07:48 PM 3,959 CODE_OF_CONDUCT.md
03/04/2018 08:07 PM <DIR> components
03/04/2018 08:08 PM <DIR> content
03/04/2018 08:09 PM <DIR> courgette
03/04/2018 08:09 PM <DIR> crypto
03/04/2018 08:09 PM <DIR> dbus
03/04/2018 07:48 PM 43,761 DEPS
03/04/2018 08:09 PM <DIR> device
03/04/2018 08:10 PM <DIR> docs
03/04/2018 07:48 PM 316 ENG_REVIEW_OWNERS
03/04/2018 08:10 PM <DIR> extensions
03/04/2018 08:10 PM <DIR> gin
03/04/2018 08:10 PM <DIR> google_apis
03/04/2018 08:10 PM <DIR> google_update
03/04/2018 08:10 PM <DIR> gpu
03/04/2018 08:11 PM <DIR> headless
03/04/2018 08:11 PM <DIR> infra
03/04/2018 08:12 PM <DIR> ios
03/04/2018 08:13 PM <DIR> ipc
03/04/2018 08:13 PM <DIR> jingle
03/04/2018 09:59 AM 1,559 LICENSE
03/04/2018 09:59 AM 1,571 LICENSE.chromium_os
03/04/2018 08:13 PM <DIR> mash
03/04/2018 08:14 PM <DIR> media
03/04/2018 08:14 PM <DIR> mojo
03/04/2018 08:41 PM <DIR> native_client
03/04/2018 10:09 AM <DIR> native_client_sdk
03/04/2018 08:14 PM <DIR> net
03/05/2018 01:43 PM <DIR> out
03/04/2018 07:48 PM 916 OWNERS
03/04/2018 08:15 PM <DIR> pdf
03/04/2018 10:10 AM <DIR> ppapi
03/04/2018 07:48 PM 99,580 PRESUBMIT.py
03/04/2018 07:48 PM 46,141 PRESUBMIT_test.py
03/04/2018 07:48 PM 6,717 PRESUBMIT_test_mocks.py
03/04/2018 09:16 PM <DIR> printing
03/04/2018 09:59 AM 489 README.md
03/04/2018 08:15 PM <DIR> remoting
03/04/2018 10:10 AM <DIR> rlz
03/04/2018 08:15 PM <DIR> sandbox
03/04/2018 08:15 PM <DIR> services
03/04/2018 08:16 PM <DIR> skia
03/04/2018 08:16 PM <DIR> sql
03/04/2018 08:16 PM <DIR> storage
03/04/2018 10:11 AM <DIR> styleguide
03/04/2018 08:17 PM <DIR> testing
03/04/2018 08:38 PM <DIR> third_party
03/04/2018 08:39 PM <DIR> tools
03/04/2018 08:39 PM <DIR> ui
03/04/2018 08:40 PM <DIR> url
03/04/2018 08:51 PM <DIR> v8
03/04/2018 07:48 PM 97,059 WATCHLISTS
22 File(s) 412,680 bytes
58 Dir(s) 580,201,033,728 bytes free
d:\code\chromium_git\chromium\src>ninja -C out\Release_GN_x86 cef
ninja: Entering directory `out\Release_GN_x86'
[10/27017] LIB obj/base/base_static.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[1542/27015] LINK(DLL) VkLayer_parameter_validation.dll VkLayer_parameter_validation.dll.lib VkLayer_parameter_validation.dll.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[1544/27015] LINK(DLL) VkLayer_object_tracker.dll VkLayer_object_tracker.dll.lib VkLayer_object_tracker.dll.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[1547/27015] LINK(DLL) VkLayer_core_validation.dll VkLayer_core_validation.dll.lib VkLayer_core_validation.dll.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[1551/27015] LINK(DLL) VkLayer_swapchain.dll VkLayer_swapchain.dll.lib VkLayer_swapchain.dll.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[1552/27015] LINK(DLL) VkLayer_threading.dll VkLayer_threading.dll.lib VkLayer_threading.dll.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[1553/27015] LINK(DLL) VkLayer_unique_objects.dll VkLayer_unique_objects.dll.lib VkLayer_unique_objects.dll.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[1840/27015] LIB obj/third_party/brotli/dec.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[1878/27015] LINK(DLL) libGLESv2.dll libGLESv2.dll.lib libGLESv2.dll.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[1881/27015] LINK(DLL) libEGL.dll libEGL.dll.lib libEGL.dll.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[2003/27015] LIB obj/third_party/expat/expat.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[2333/27015] LINK flatc.exe flatc.exe.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[2590/27015] LINK character_data_generator.exe character_data_generator.exe.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[3045/27015] LIB obj/base/base.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[3078/27015] LIB obj/base/base_i18n.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[3319/27015] LIB obj/third_party/libyuv/libyuv_internal.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[3426/27015] LINK_MODULE(DLL) osmesa.dll osmesa.dll.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[4038/27015] LINK proto_zero_plugin.exe proto_zero_plugin.exe.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[4044/27015] LINK protoc.exe protoc.exe.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[4752/27015] LINK(DLL) swiftshader/libEGL.dll swiftshader/libEGL.dll.lib swiftshader/libEGL.dll.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[4946/27015] LINK(DLL) swiftshader/libGLESv2.dll swiftshader/libGLESv2.dll.lib swiftshader/libGLESv2.dll.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[4978/27015] LINK genmacro.exe genmacro.exe.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[4986/27015] LINK genmodule.exe genmodule.exe.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[5007/27015] LINK genstring.exe genstring.exe.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[5011/27015] LINK genversion.exe genversion.exe.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[5020/27015] LINK re2c.exe re2c.exe.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[5049/27015] LINK(DLL) WidevineCdm/_platform_specific/win_x86/widevinecdma....dll.lib WidevineCdm/_platform_specific/win_x86/widevinecdmadapter.dll.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[5110/27015] LINK genperf.exe genperf.exe.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[5225/27015] LINK yasm.exe yasm.exe.pdb
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
[12909/27015] LIB obj/third_party/libvpx/libvpx.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[12954/27015] LIB obj/skia/skia.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[13282/27015] LIB obj/components/viz/common/viz_resource_format.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[16256/27015] LIB obj/media/shared_memory_support.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[16273/27015] LIB obj/cc/debug/cc_debug.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[16294/27015] LIB obj/cc/paint/cc_paint.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[17193/27015] ACTION //cef:make_pack_header_strings(//build/toolchain/win:x86)
File includes/include/cef_pack_strings.h is already up to date.
[17195/27014] ACTION //cef:make_pack_header_resources(//build/toolchain/win:x86)
File includes/include/cef_pack_resources.h is already up to date.
[19714/27013] LIB obj/components/viz/common/viz_common.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[19774/27013] LIB obj/cc/cc.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[19783/27013] LIB obj/cc/ipc/cc_ipc.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[19792/27013] LIB obj/components/viz/client/client.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[19814/27013] LIB obj/cc/animation/cc_animation.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[19846/27010] LIB obj/components/viz/service/service.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[19851/27010] LIB obj/components/viz/host/host.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[20084/27010] LIB obj/v8/v8_libbase.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[20086/27010] LIB obj/v8/v8_libplatform.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26026/27010] LIB obj/third_party/WebKit/Source/core/animation/animation_4.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26027/27010] LIB obj/third_party/WebKit/Source/core/animation/animation_3.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26028/27010] LIB obj/third_party/WebKit/Source/core/clipboard/clipboard.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26029/27010] LIB obj/third_party/WebKit/Source/core/css/css_0.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26030/27010] LIB obj/third_party/WebKit/Source/core/intersection_observer/intersection_observer.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26031/27010] LIB obj/third_party/WebKit/Source/core/context_features/context_features.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26032/27010] LIB obj/third_party/WebKit/Source/core/css/css_1.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26033/27010] LIB obj/third_party/WebKit/Source/core/css/css_2.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26034/27010] LIB obj/third_party/WebKit/Source/core/animation/animation_1.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26035/27010] LIB obj/third_party/WebKit/Source/core/animation/animation_2.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26037/27010] LIB obj/third_party/WebKit/Source/core/editing/editing_2.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26040/27010] LIB obj/third_party/WebKit/Source/core/animation/animation_0.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26042/27010] LIB obj/third_party/WebKit/Source/core/dom/dom_2.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26049/27010] LIB obj/third_party/WebKit/Source/bindings/core/v8/bindings_core_impl.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26050/27010] LIB obj/third_party/WebKit/Source/core/dom/dom_3.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26051/27010] LIB obj/third_party/WebKit/Source/core/editing/editing_0.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26052/27010] LIB obj/third_party/WebKit/Source/core/css/css_8.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26053/27010] LIB obj/third_party/WebKit/Source/core/dom/dom_0.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26054/27010] LIB obj/third_party/WebKit/Source/core/css/css_7.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26055/27010] LIB obj/third_party/WebKit/Source/core/css/css_9.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26056/27010] LIB obj/third_party/WebKit/Source/core/dom/dom_4.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26057/27010] LIB obj/third_party/WebKit/Source/core/css/css_3.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26058/27010] LIB obj/third_party/WebKit/Source/core/editing/editing_1.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26060/27010] LIB obj/third_party/WebKit/Source/core/css/css_4.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26062/27010] LIB obj/third_party/WebKit/Source/core/dom/dom_1.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26064/27010] LIB obj/third_party/WebKit/Source/core/core_generated.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26088/27010] LIB obj/third_party/WebKit/Source/core/css/css_5.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26164/27010] LIB obj/third_party/WebKit/Source/core/css/css_6.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26168/27010] LIB obj/third_party/WebKit/Source/core/fullscreen/fullscreen.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26169/27010] LIB obj/third_party/WebKit/Source/core/geometry/geometry_0.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26171/27010] LIB obj/third_party/WebKit/Source/core/geometry/geometry_1.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26172/27010] LIB obj/third_party/WebKit/Source/core/geometry/geometry_2.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26173/27010] LIB obj/third_party/WebKit/Source/core/geometry/geometry_3.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26176/27010] LIB obj/third_party/WebKit/Source/core/geometry/geometry_4.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26178/27010] LIB obj/third_party/WebKit/Source/core/editing/editing_3.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26179/27010] LIB obj/third_party/WebKit/Source/core/html/html_2.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26180/27010] LIB obj/third_party/WebKit/Source/core/inspector/inspector.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26181/27010] LIB obj/third_party/WebKit/Source/core/html/html_4.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26182/27010] LIB obj/third_party/WebKit/Source/core/imagebitmap/imagebitmap.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26183/27010] LIB obj/third_party/WebKit/Source/core/html/html_3.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26184/27010] LIB obj/third_party/WebKit/Source/core/frame/frame.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26185/27010] LIB obj/third_party/WebKit/Source/core/editing/editing_4.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26186/27010] LIB obj/third_party/WebKit/Source/core/input/input.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26188/27010] LIB obj/third_party/WebKit/Source/core/fileapi/fileapi.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26189/27010] LIB obj/third_party/WebKit/Source/core/resize_observer/resize_observer.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26190/27010] LIB obj/third_party/WebKit/Source/core/events/events.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26191/27010] LIB obj/third_party/WebKit/Source/core/mojo/mojo.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26192/27010] LIB obj/third_party/WebKit/Source/core/streams/streams.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26193/27010] LIB obj/third_party/WebKit/Source/core/offscreencanvas/offscreencanvas.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26194/27010] LIB obj/third_party/WebKit/Source/core/origin_trials/origin_trials.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26195/27010] LIB obj/third_party/WebKit/Source/core/html/html_0.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26196/27010] LIB obj/third_party/WebKit/Source/core/style/rendering.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26197/27010] LIB obj/third_party/WebKit/Source/core/html/html_1.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26199/27010] LIB obj/third_party/WebKit/Source/core/loader/loader.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26200/27010] LIB obj/third_party/WebKit/Source/core/style/svg_style.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26201/27010] LIB obj/third_party/WebKit/Source/core/svg/svg_2.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26202/27010] LIB obj/third_party/WebKit/Source/core/exported/exported.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26203/27010] LIB obj/third_party/WebKit/Source/core/svg/svg_1.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26204/27010] LIB obj/third_party/WebKit/Source/core/page/page.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26205/27010] LIB obj/third_party/WebKit/Source/core/layout/layout_2.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26206/27010] LIB obj/third_party/WebKit/Source/core/layout/layout_0.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26207/27010] LIB obj/third_party/WebKit/Source/core/layout/layout_1.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26208/27010] LIB obj/third_party/WebKit/Source/core/probe/probe.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26209/27010] LIB obj/third_party/WebKit/Source/core/layout/layout_3.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26210/27010] LIB obj/third_party/WebKit/Source/core/paint/paint_0.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26211/27010] LIB obj/third_party/WebKit/Source/core/leak_detector/leak_detector.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26212/27010] LIB obj/third_party/WebKit/Source/core/layout/layout_4.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26214/27010] LIB obj/third_party/WebKit/Source/core/svg/svg_0.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26215/27010] LIB obj/third_party/WebKit/Source/core/svg/svg_3.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26216/27010] LIB obj/third_party/WebKit/Source/core/timing/timing.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26217/27010] LIB obj/third_party/WebKit/Source/core/typed_arrays/typed_arrays.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26218/27010] LIB obj/third_party/WebKit/Source/core/url/url.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26219/27010] LIB obj/third_party/WebKit/Source/core/layout/svg/svg_layout.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26220/27010] LIB obj/third_party/WebKit/Source/core/xmlhttprequest/xmlhttprequest.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26221/27010] LIB obj/third_party/WebKit/Source/core/svg/svg_4.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26224/27010] LIB obj/third_party/WebKit/Source/core/paint/paint_1.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26231/27010] LIB obj/third_party/WebKit/Source/core/xml/xml.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26235/27010] LIB obj/third_party/WebKit/Source/core/workers/workers.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26236/27010] LIB obj/third_party/WebKit/Source/core/blink_core.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[26330/27010] LIB obj/cc/blink/cc_blink.lib
LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
[27010/27010] STAMP obj/cef/cef.stamp
d:\code\chromium_git\chromium\src>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment