From 4b9599123f636b56065b87ba670a8ae586c85557 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 20 Sep 2016 09:53:56 +0200 Subject: Make BrowserContextQt a Chrome Profile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/core/chrome_qt.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/chrome_qt.gyp') 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', -- cgit v1.2.3