summaryrefslogtreecommitdiffstats
path: root/src/core/chrome_qt.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/chrome_qt.gyp')
-rw-r--r--src/core/chrome_qt.gyp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/chrome_qt.gyp b/src/core/chrome_qt.gyp
index 0f30b7a04..42f862115 100644
--- a/src/core/chrome_qt.gyp
+++ b/src/core/chrome_qt.gyp
@@ -13,7 +13,10 @@
'./',
'<(chromium_src_dir)',
'<(chromium_src_dir)/skia/config',
- '<(SHARED_INTERMEDIATE_DIR)/chrome', # Needed to include grit-generated files in localized_error.cc
+ '<(chromium_src_dir)/third_party/skia/include/core',
+ # Needed to include grit-generated files in localized_error.cc:
+ '<(SHARED_INTERMEDIATE_DIR)/chrome',
+ '<(SHARED_INTERMEDIATE_DIR)/components/strings',
],
'sources': [
'<(chromium_src_dir)/chrome/browser/media/desktop_streams_registry.cc',