FAILED: obj/third_party/WebKit/Source/modules/media_controls/media_controls/media_controls_jumbo_1.objC:/Python27/python.exe ../../build/toolchain/win/tool_wrapper.py cl-wrapper ninja -t msvc -e environment.x86 -- "c:\program files (x86)\microsoft visual studio 14.0\vc\bin\amd64_x86/cl.exe" /nologo /showIncludes @obj/third_party/WebKit/Source/modules/media_controls/media_controls/media_controls_jumbo_1.obj.rsp /c gen/third_party/WebKit/Source/modules/media_controls/media_controls_jumbo_1.cc /Foobj/third_party/WebKit/Source/modules/media_controls/media_controls/media_controls_jumbo_1.obj obj/third_party/WebKit/Source/modules/media_controls "media_controls_cc.pdb"--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/7069d8bc-1c55-4cad-8a7a-0244753efcd2%40chromium.org.
No this is the only error i got in the logs :[17117/18055] CXX obj/third_party/WebKit/Source/modules/media_controls/media_controls/media_controls_jumbo_1.objFAILED: obj/third_party/WebKit/Source/modules/media_controls/media_controls/media_controls_jumbo_1.objC:/Python27/python.exe ../../build/toolchain/win/tool_wrapper.py cl-wrapper ninja -t msvc -e environment.x86 -- "c:\program files (x86)\microsoft visual studio 14.0\vc\bin\amd64_x86/cl.exe" /nologo /showIncludes @obj/third_party/WebKit/Source/modules/media_controls/media_controls/media_controls_jumbo_1.obj.rsp /c gen/third_party/WebKit/Source/modules/media_controls/media_controls_jumbo_1.cc /Foobj/third_party/WebKit/Source/modules/media_controls/media_controls/media_controls_jumbo_1.obj obj/third_party/WebKit/Source/modules/media_controls "media_controls_cc.pdb"gen/third_party/WebKit/Source/modules/media_controls/media_controls_jumbo_1.cc(31): fatal error C1083: Cannot open include file: '../../../../../../../../third_party/WebKit/Source/modules/media_controls/elements/MediaControlToggleClosedCaptionsButtonElement.cpp': No such file or directory
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CADycE0w155rih7w88xJzbfnroXWUz8DVwvdm4p6bnZHwELdwqg%40mail.gmail.com.
root_extra_deps = [ "//chromiumcontent:chromiumcontent" ]is_electron_build = trueis_component_build = falseis_official_build = truesymbol_level = 0enable_nacl = falseenable_widevine = trueproprietary_codecs = trueis_component_ffmpeg = trueffmpeg_branding = "Chrome"disable_ffmpeg_video_decoders = trueremove_webcore_debug_symbols = true# CFI is disabled for the time being, as Electron is not a monolithic binary# with at least one shared library component (Node) and CFI is tricky in that# scenariois_cfi = false# Always use the system provided standard libraryuse_custom_libcxx = false# Jumbo build should improve compilation times.# https://chromium.googlesource.com/chromium/src/+/master/docs/jumbo.mduse_jumbo_build = false# This is required by Node.js# See https://github.com/nodejs/node/pull/13242v8_promise_internal_field_count = 1# Suppress the linking warning for arm64:# warning: libfreetype.so.6, needed by ../../build/linux/debian_jessie_arm64-sysroot/usr/lib/aarch64-linux-gnu/libfontconfig.so, may conflict with libfreetype.so.6if (target_cpu == "arm64") {fatal_linker_warnings = false}# On Windows, we cannot use allocator shim because even though this is# a non-component build, we still use the dynamic CRT with which the shim# does not workif (target_os == "win") {use_allocator_shim = false}# Configuration for mips64elif (target_cpu == "mips64el") {clang_use_chrome_plugins = falseenable_hangout_services_extension = trueenable_nacl_nonsfi = falsefatal_linker_warnings = falsefieldtrial_testing_like_official_build = trueis_clang = falselink_pulseaudio = truelinux_use_bundled_binutils = falseremove_webcore_debug_symbols = truetreat_warnings_as_errors = falseuse_allocator = "none"use_cups = trueuse_gconf = falseuse_gnome_keyring = falseuse_gold = falseuse_kerberos = trueuse_pulseaudio = trueif (target_cpu == host_cpu) {use_sysroot = false}}