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 /chrome/DEPS | |
| 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 'chrome/DEPS')
| -rw-r--r-- | chrome/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 125aec3..190ae30 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -24,6 +24,7 @@ include_rules = [ "-chrome", "+chrome/common", "+chrome/test", + "+components/visitedlink/common", "+content/public/common", "+content/public/test", "+content/test/gpu", |
