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:
parent
475eef01c3
commit
733e495e91
2 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
// Microsoft Visual C++ generated resource script.
|
// Microsoft Visual C++ generated resource script.
|
||||||
//
|
//
|
||||||
#include "grit\\ui_unscaled_resources.h"
|
#include "ui\\resources\\grit\\ui_unscaled_resources.h"
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
#include <winresrc.h>
|
#include <winresrc.h>
|
||||||
#ifdef IDC_STATIC
|
#ifdef IDC_STATIC
|
||||||
|
|
|
@ -163,9 +163,6 @@
|
||||||
],
|
],
|
||||||
}], # OS!="mac"
|
}], # OS!="mac"
|
||||||
['OS=="win"', {
|
['OS=="win"', {
|
||||||
'include_dirs': [
|
|
||||||
'<(libchromiumcontent_dir)/gen/ui/resources',
|
|
||||||
],
|
|
||||||
'msvs_settings': {
|
'msvs_settings': {
|
||||||
'VCManifestTool': {
|
'VCManifestTool': {
|
||||||
'EmbedManifest': 'true',
|
'EmbedManifest': 'true',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue