summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorblundell <blundell@chromium.org>2015-07-31 05:33:12 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-31 12:33:47 +0000
commit11d93bcf1ed99ff8a4573ed95253b38c650bf94f (patch)
tree10f519bb1390b361ffb1685b4350073a2e8c06f8 /components/components.gyp
parentc968ca293465cdc27c9eac9707d7bd3889c308fd (diff)
downloadchromium_src-11d93bcf1ed99ff8a4573ed95253b38c650bf94f.zip
chromium_src-11d93bcf1ed99ff8a4573ed95253b38c650bf94f.tar.gz
chromium_src-11d93bcf1ed99ff8a4573ed95253b38c650bf94f.tar.bz2
Componentize ToolbarModel
The ToolbarModel interface is used in omnibox code targeted for sharing with iOS. This CL componentizes that interface to eliminate a blocker on the omnibox componentization. There are no problematic dependencies, so the componentization is straightforward. TBR=yfriedman BUG=511938 Review URL: https://codereview.chromium.org/1262133002 Cr-Commit-Position: refs/heads/master@{#341319}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index 968acd9..d285576 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -69,6 +69,7 @@
'startup_metric_utils.gypi',
'suggestions.gypi',
'sync_driver.gypi',
+ 'toolbar.gypi',
'translate.gypi',
'ui_zoom.gypi',
'undo.gypi',