summaryrefslogtreecommitdiffstats
path: root/src/core/chrome_qt.gyp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-09-20 09:53:56 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-09-20 10:43:27 +0000
commit4b9599123f636b56065b87ba670a8ae586c85557 (patch)
tree105c5beb3e46f5374e4afc4eca2ebcf7bc49692c /src/core/chrome_qt.gyp
parent37d03fb2dbeb1dcc4793bc735abb742ef481dd3e (diff)
Make BrowserContextQt a Chrome Profile
Expose the preferences as a Profile class, this will make it possible to use more Chromium code unmodified. Change-Id: If49b5239c573391f8e25cfadc18240ed666974ae Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'src/core/chrome_qt.gyp')
-rw-r--r--src/core/chrome_qt.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/chrome_qt.gyp b/src/core/chrome_qt.gyp
index 68f161be4..547f240ea 100644
--- a/src/core/chrome_qt.gyp
+++ b/src/core/chrome_qt.gyp
@@ -74,6 +74,8 @@
'<(DEPTH)/chrome/browser/media/desktop_media_list.h',
'<(DEPTH)/chrome/browser/media/desktop_streams_registry.cc',
'<(DEPTH)/chrome/browser/media/desktop_streams_registry.h',
+ '<(DEPTH)/chrome/browser/profiles/profile.cc',
+ '<(DEPTH)/chrome/browser/profiles/profile.h',
'<(DEPTH)/chrome/common/chrome_switches.cc',
'<(DEPTH)/chrome/common/chrome_switches.h',
'<(DEPTH)/components/prefs/testing_pref_store.cc',