Skip to content
Snippets Groups Projects
Commit efcec62c authored by dumi@chromium.org's avatar dumi@chromium.org
Browse files

It's OK to include sqlite3.h in renderer code.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/182019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24838 0039d316-1c4b-4281-b951-d872f2087c98
parent 23936bcb
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ include_rules = [ ...@@ -12,6 +12,7 @@ include_rules = [
"+webkit/glue", "+webkit/glue",
"+webkit/glue/plugins", "+webkit/glue/plugins",
"+v8/include", "+v8/include",
"+third_party/sqlite/preprocessed",
# FIXME - refactor code and remove these dependencies # FIXME - refactor code and remove these dependencies
"+chrome/browser/net", "+chrome/browser/net",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment