diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-09 18:56:05 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-09 18:56:05 +0000 |
commit | 52ebf2b46daaddbc67e05d61f7dcee46625de5f0 (patch) | |
tree | b127dffc687094c0f2b66028e4951955ffc3e60f /chrome/chrome_common.gypi | |
parent | 94109d47407c890229c77eee259aa5a6d429b4e6 (diff) | |
download | chromium_src-52ebf2b46daaddbc67e05d61f7dcee46625de5f0.zip chromium_src-52ebf2b46daaddbc67e05d61f7dcee46625de5f0.tar.gz chromium_src-52ebf2b46daaddbc67e05d61f7dcee46625de5f0.tar.bz2 |
Removes indexed_db_param_traits.h depedencies on WebKit headers.
BUG=53317
TEST=No functional change, compiler/linker should be happy.
Review URL: http://codereview.chromium.org/3297011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58971 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index b0c4547..b076ff6 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -68,6 +68,8 @@ 'common/gpu_video_common.h', 'common/indexed_db_key.cc', 'common/indexed_db_key.h', + 'common/indexed_db_param_traits.cc', + 'common/indexed_db_param_traits.h', 'common/logging_chrome.cc', 'common/logging_chrome.h', 'common/main_function_params.h', |