summaryrefslogtreecommitdiffstats
path: root/components/history.gypi
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2014-12-29 07:54:06 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-29 15:55:01 +0000
commitabac192b6529e392dc15b0b74f23ca20fd84047c (patch)
treecda09951489d23112322416f6388a5f2573e4e8c /components/history.gypi
parent5a78d5058e122d9a989dc681ea445220b0101ecf (diff)
downloadchromium_src-abac192b6529e392dc15b0b74f23ca20fd84047c.zip
chromium_src-abac192b6529e392dc15b0b74f23ca20fd84047c.tar.gz
chromium_src-abac192b6529e392dc15b0b74f23ca20fd84047c.tar.bz2
Move history_db_task.h to //components/history
The history_db_task.h is a leaf file that does not #include anything from outside of the history component, so move the file there. Moved the file using tools/git/move_source_file.py and fixing the gyp and gn build definition files. BUG=370850 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/832513002 Cr-Commit-Position: refs/heads/master@{#309707}
Diffstat (limited to 'components/history.gypi')
-rw-r--r--components/history.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/history.gypi b/components/history.gypi
index 2fd1cbd..622a540 100644
--- a/components/history.gypi
+++ b/components/history.gypi
@@ -30,6 +30,7 @@
'history/core/browser/history_client.h',
'history/core/browser/history_constants.cc',
'history/core/browser/history_constants.h',
+ 'history/core/browser/history_db_task.h',
'history/core/browser/history_match.cc',
'history/core/browser/history_match.h',
'history/core/browser/history_service_observer.h',