summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-03-12 11:49:12 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-12 18:50:31 +0000
commit506dd521e1f6934a997e051481da3fda2098a354 (patch)
tree5741833876ae8f92957ad0e9717f2d5fba991049 /components/components.gyp
parentc4622464ba3fdb5d16cf99125ea71bc6fb83d30e (diff)
downloadchromium_src-506dd521e1f6934a997e051481da3fda2098a354.zip
chromium_src-506dd521e1f6934a997e051481da3fda2098a354.tar.gz
chromium_src-506dd521e1f6934a997e051481da3fda2098a354.tar.bz2
Componentize HistoryService, HistoryBackend and related classes
Move a bunch of files from chrome/browser/history to components/history as they have no problematic dependency anymore (move them in a single pass as they have circular #include). Update DEPS, dependencies in gyp/gn files and #include. Files were moved with tools/git/move_source_file.py and #include fixes were automated. BUG=453790 Review URL: https://codereview.chromium.org/961873003 Cr-Commit-Position: refs/heads/master@{#320332}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/components.gyp b/components/components.gyp
index 6fc7aec..849b45f 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -31,7 +31,6 @@
'favicon_base.gypi',
'google.gypi',
'handoff.gypi',
- 'history.gypi',
'infobars.gypi',
'json_schema.gypi',
'keyed_service.gypi',
@@ -135,6 +134,7 @@
# introduced.
'includes': [
'gcm_driver.gypi',
+ 'history.gypi',
'omnibox.gypi',
'renderer_context_menu.gypi',
'search_engines.gypi',