summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core/chrome_qt.gyp2
-rw-r--r--src/core/config/common.pri2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/chrome_qt.gyp b/src/core/chrome_qt.gyp
index d7e6cc2e9..f2d7c5831 100644
--- a/src/core/chrome_qt.gyp
+++ b/src/core/chrome_qt.gyp
@@ -132,8 +132,6 @@
'<(DEPTH)/chrome/browser/printing/print_job_worker_owner.h',
'<(DEPTH)/chrome/browser/printing/printer_query.cc',
'<(DEPTH)/chrome/browser/printing/printer_query.h',
- '<(DEPTH)/extensions/browser/notification_types.h',
- '<(DEPTH)/extensions/browser/notification_types.cc',
],
'dependencies': [
'<(chromium_src_dir)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
diff --git a/src/core/config/common.pri b/src/core/config/common.pri
index 96506cd37..5822bc589 100644
--- a/src/core/config/common.pri
+++ b/src/core/config/common.pri
@@ -8,3 +8,5 @@ GYP_CONFIG += v8_use_external_startup_data=0
GYP_CONFIG += enable_basic_printing=1 enable_print_preview=0
# WebSpeech requires Google API keys and adds dependencies on speex and flac.
GYP_CONFIG += enable_web_speech=0
+# We do not use or even include the extensions
+GYP_CONFIG += enable_extensions=0