diff options
author | boliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-23 00:35:14 +0000 |
---|---|---|
committer | boliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-23 00:35:14 +0000 |
commit | 1f371fabe8d4a7f505fdb3f4cb358a56db35ba5a (patch) | |
tree | f9627beba52b585a72e7330d34cf34e6d691af7c /components/components.gyp | |
parent | 053acbd58afeb44de07f152cfd281e3a63fe3f80 (diff) | |
download | chromium_src-1f371fabe8d4a7f505fdb3f4cb358a56db35ba5a.zip chromium_src-1f371fabe8d4a7f505fdb3f4cb358a56db35ba5a.tar.gz chromium_src-1f371fabe8d4a7f505fdb3f4cb358a56db35ba5a.tar.bz2 |
Componentize visitedlinks to src/components/visitedlink
All visitedlink files moved to src/components/visitedlink/[browser|common|renderer|test]
Created static lib targets for browser, common, and renderer.
Test files are moved but still uses old test targets in chrome/
Dcommitted due to AllowScopedIO being moved but still
triggers presubmit error. Bots are mostly happy.
BUG=168716
Review URL: https://codereview.chromium.org/11825011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/components.gyp')
-rw-r--r-- | components/components.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp index e4343b4..a55fe44 100644 --- a/components/components.gyp +++ b/components/components.gyp @@ -6,6 +6,7 @@ 'includes': [ 'auto_login_parser.gypi', 'components_tests.gypi', + 'visitedlink.gypi', 'web_contents_delegate_android.gypi', ], } |