New issue
Advanced search Search tips

Issue 597852 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Mar 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug-Regression



Sign in to add a comment

Compilation

Reported by daniel.w...@gmail.com, Mar 25 2016

Issue description

UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36

Steps to reproduce the problem:
1. git rebase-update
2. gclient sync
3. ninja -C out\Debug chrome

What is the expected behavior?
ninja should compile without showing an error.

What went wrong?
ninja stops compiling and shows the error message: "src\base\win\win_util.cc(25) : fatal error C1083: Cannot open include file: 'uiviewsettingsinterop.h': No such file or directory"

Did this work before? Yes about 2 weeks ago

Chrome version: master@{#383174}  Channel: n/a
OS Version: Windows 7 64 bit
Flash Version: not relevant

I have installed the most recent version of the Windows SDK.
I use GYP.
I have set the following environment variables:
DEPOT_TOOLS_WIN_TOOLCHAIN=0
GYP_DEFINES="component=shared_library disable_nacl=1"
GYP_MSVS_VERSION=2013
I have found the missing file in the folder C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\um
 
I think that this issue was introduced by this CL: https://codereview.chromium.org/1783123003

Comment 2 Deleted

And could somebody please update the title of this issue to something more meaningful like "Compilation fails due to missing Windows SDK header file"?
Upgrading to Visual Studio 2015 Update 1 fixed the issue for me.
Cc: dtapu...@chromium.org
Status: WontFix (was: Unconfirmed)
Closing as per #4
I am now getting this issue with Visual Studio 2015 Update 2

Sign in to add a comment