chore: use full path for ui_unscaled_resources.h (#13492)

This is the path that resolves in Chromium, it also works fine in the gyp build.
This commit is contained in:
Jeremy Apthorp 2018-06-28 14:41:37 -07:00 committed by GitHub
parent 475eef01c3
commit 733e495e91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View file

@ -1,6 +1,6 @@
// Microsoft Visual C++ generated resource script.
//
#include "grit\\ui_unscaled_resources.h"
#include "ui\\resources\\grit\\ui_unscaled_resources.h"
#include "resource.h"
#include <winresrc.h>
#ifdef IDC_STATIC

View file

@ -163,9 +163,6 @@
],
}], # OS!="mac"
['OS=="win"', {
'include_dirs': [
'<(libchromiumcontent_dir)/gen/ui/resources',
],
'msvs_settings': {
'VCManifestTool': {
'EmbedManifest': 'true',