~chrisccoulson/oxide/lp1504853

« back to all changes in this revision

Viewing changes to shared/browser/oxide_global_settings.cc

  • Committer: Chris Coulson
  • Date: 2013-07-26 22:30:14 UTC
  • Revision ID: chris.coulson@canonical.com-20130726223014-22diaj17fd9luojc
Get rid of liboxideprivate.so. It doesn't really make any sense to split functionality between 2 libraries and then have to expose private implementation details across API boundaries. Now we have a single public library exposing the QtQuick API, and a tiny Qml plugin to register the types

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include "webkit/common/user_agent/user_agent.h"
25
25
#include "webkit/common/user_agent/user_agent_util.h"
26
26
 
27
 
#include "oxide/browser/oxide_browser_process_main.h"
28
 
#include "oxide/common/chrome_version.h"
29
 
#include "oxide/common/oxide_content_client.h"
 
27
#include "shared/browser/oxide_browser_process_main.h"
 
28
#include "shared/common/chrome_version.h"
 
29
#include "shared/common/oxide_content_client.h"
30
30
 
31
31
namespace oxide {
32
32