diff options
-rw-r--r-- | content/DEPS | 7 | ||||
-rw-r--r-- | content/content_browser.gypi | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index fb297a3..bd39303 100644 --- a/content/DEPS +++ b/content/DEPS @@ -9,15 +9,22 @@ include_rules = [ "+chrome", "+grit", + "+media", "+net", + "+ppapi", + "+printing", + "+skia", # Don't allow inclusion of these other libs we shouldn't be calling directly. "-v8", "-tools", + "+third_party/npapi/bindings", + "+third_party/sqlite", # Allow inclusion of WebKit API files. "+third_party/WebKit/Source/WebKit/chromium", "+ui", + "+views", "+webkit", ] diff --git a/content/content_browser.gypi b/content/content_browser.gypi index 82085d1..62620f8 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -139,6 +139,8 @@ }], ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 'dependencies': [ + # For FcLangSetAdd call in render_sandbox_host_linux.cc + '../build/linux/system.gyp:fontconfig', '../build/linux/system.gyp:gtk', ], }], |