diff options
author | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-20 17:52:48 +0000 |
---|---|---|
committer | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-20 17:52:48 +0000 |
commit | a7228f6379b0981c7862498825f221c18263c882 (patch) | |
tree | ba6c1eaa9b7b571b2286d21c227c29a7994b95e9 /WATCHLISTS | |
parent | a7c078b8365d73bc20015bed374bd6c929d5dca9 (diff) | |
download | chromium_src-a7228f6379b0981c7862498825f221c18263c882.zip chromium_src-a7228f6379b0981c7862498825f221c18263c882.tar.gz chromium_src-a7228f6379b0981c7862498825f221c18263c882.tar.bz2 |
introduce chrome/browser/common directory and move url_database(and its dependencies)
This is a copy of https://src.chromium.org/viewvc/chrome?view=rev&revision=157475
c/b/common dir is for utility/library code shared by chrome browser code.
BUG=144783
TBR=joi,ben
Review URL: https://codereview.chromium.org/10948045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157796 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'WATCHLISTS')
-rw-r--r-- | WATCHLISTS | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -71,10 +71,11 @@ 'filepath': 'chrome/browser/chromeos/', }, 'browser_components': { - 'filepath': 'chrome/browser/autofill/|'\ - 'chrome/browser/history/|'\ - 'chrome/browser/bookmarks/|'\ - 'chrome/browser/favicon/', + 'filepath': 'chrome/browser/autofill/' \ + '|chrome/browser/bookmarks/' \ + '|chrome/browser/common/' \ + '|chrome/browser/favicon/' \ + '|chrome/browser/history/' }, 'browser_compositor': { 'filepath': 'ui/compositor/' |