Browse Source

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.
Jeremy Apthorp 6 years ago
parent
commit
733e495e91
2 changed files with 1 additions and 4 deletions
  1. 1 1
      atom/browser/resources/win/atom.rc
  2. 0 3
      electron.gyp

+ 1 - 1
atom/browser/resources/win/atom.rc

@@ -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

+ 0 - 3
electron.gyp

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